Searched refs:SDHCI_HAVE_DMA (Results 1 – 3 of 3) sorted by relevance
310 (slot->opt & SDHCI_HAVE_DMA) ? "DMA" : "PIO", in sdhci_dumpcaps_buf()1096 slot->opt |= SDHCI_HAVE_DMA;1099 slot->opt &= ~SDHCI_HAVE_DMA;1101 slot->opt |= SDHCI_HAVE_DMA;1110 slot->opt &= ~SDHCI_HAVE_DMA;1112 if (slot->opt & SDHCI_HAVE_DMA) {1206 if (slot->opt & SDHCI_HAVE_DMA)1585 slot->opt = opt & ~SDHCI_HAVE_DMA;1963 if ((slot->opt & SDHCI_HAVE_DMA))
358 #define SDHCI_HAVE_DMA 0x01 macro
1052 if (which == MMCBR_IVAR_MAX_DATA && (slot->opt & SDHCI_HAVE_DMA)) { in sdhci_fsl_fdt_read_ivar()