Home
last modified time | relevance | path

Searched refs:SDHCI_CAN_DO_SDMA (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/mmc/host/
H A Dsdhci-iproc.c222 SDHCI_CAN_DO_SDMA,
246 SDHCI_CAN_DO_SDMA,
H A Dsdhci.h223 #define SDHCI_CAN_DO_SDMA 0x00400000 macro
H A Dsdhci-pci-core.c260 SDHCI_CAN_DO_SDMA; in ricoh_mmc_probe_slot()
H A Dsdhci.c4278 else if (!(host->caps & SDHCI_CAN_DO_SDMA)) in sdhci_setup_host()
/openbmc/u-boot/include/
H A Dsdhci.h166 #define SDHCI_CAN_DO_SDMA BIT(22) macro
/openbmc/u-boot/drivers/mmc/
H A Dsdhci.c596 if (!(caps & SDHCI_CAN_DO_SDMA)) {