Searched refs:USE_DMA (Results 1 - 3 of 3) sorted by last modified time

/u-boot/drivers/mmc/
H A Dsdhci.c161 if ((host->flags & USE_DMA) && !transfer_done &&
287 if (host->flags & USE_DMA) {
H A Drockchip_sdhci.c447 if (!(host->flags & USE_DMA)) {
615 host->flags &= ~USE_DMA;
/u-boot/include/
H A Dsdhci.h360 #define USE_DMA (USE_SDMA | USE_ADMA | USE_ADMA64) macro

Completed in 57 milliseconds