Home
last modified time | relevance | path

Searched refs:SDHCI_HAVE_DMA (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/sdhci/
H A Dsdhci.c310 (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))
H A Dsdhci.h358 #define SDHCI_HAVE_DMA 0x01 macro
H A Dsdhci_fsl_fdt.c1052 if (which == MMCBR_IVAR_MAX_DATA && (slot->opt & SDHCI_HAVE_DMA)) { in sdhci_fsl_fdt_read_ivar()