Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dsdhci-iproc.c221 SDHCI_CAN_DO_ADMA2 |
245 SDHCI_CAN_DO_ADMA2 |
H A Dsdhci.h220 #define SDHCI_CAN_DO_ADMA2 0x00080000 macro
H A Dsdhci-of-esdhc.c132 ret = value | SDHCI_CAN_DO_ADMA2; in esdhc_readl_fixup()
H A Dsdhci-esdhc-imx.c517 val |= SDHCI_CAN_DO_ADMA2; in esdhc_readl_le()
H A Dsdhci.c4287 (host->caps & SDHCI_CAN_DO_ADMA2)) in sdhci_setup_host()
/openbmc/u-boot/include/
H A Dsdhci.h163 #define SDHCI_CAN_DO_ADMA2 BIT(19) macro