Searched refs:USE_ADMA64 (Results 1 – 2 of 2) sorted by relevance
332 #define USE_ADMA64 (0x1 << 2) macro333 #define USE_DMA (USE_SDMA | USE_ADMA | USE_ADMA64)
88 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