Home
last modified time | relevance | path

Searched refs:USE_ADMA64 (Results 1 – 2 of 2) sorted by relevance

/u-boot/include/
A Dsdhci.h332 #define USE_ADMA64 (0x1 << 2) macro
333 #define USE_DMA (USE_SDMA | USE_ADMA | USE_ADMA64)
/u-boot/drivers/mmc/
A Dsdhci.c88 if (host->flags & USE_ADMA64) in sdhci_prepare_dma()
112 else if (host->flags & (USE_ADMA | USE_ADMA64)) { in sdhci_prepare_dma()
118 if (host->flags & USE_ADMA64) in sdhci_prepare_dma()
829 host->flags |= USE_ADMA64;

Completed in 6 milliseconds