Home
last modified time | relevance | path

Searched refs:DM_FLAG_ACTIVE_DMA (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/include/dm/
Ddevice.h56 #define DM_FLAG_ACTIVE_DMA (1 << 9) macro
74 DM_REMOVE_ACTIVE_DMA = DM_FLAG_ACTIVE_DMA,
/external/u-boot/test/dm/
Dtest-driver.c168 .flags = DM_FLAG_ACTIVE_DMA,
/external/u-boot/drivers/core/
Ddevice-remove.c157 (flags & (drv_flags & (DM_FLAG_ACTIVE_DMA | DM_FLAG_OS_PREPARE)))) in flags_remove()
/external/u-boot/drivers/net/
Dmvpp2.c5557 .flags = DM_FLAG_ACTIVE_DMA,