Home
last modified time | relevance | path

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

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

Completed in 6 milliseconds