Home
last modified time | relevance | path

Searched refs:SDHCI_DATA_AVAILABLE (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/include/
H A Dsdhci.h61 #define SDHCI_DATA_AVAILABLE BIT(11) macro
/openbmc/linux/drivers/mmc/host/
H A Dsdhci-brcmstb.c137 while (reg & SDHCI_DATA_AVAILABLE) { in sdhci_brcmstb_cqe_enable()
H A Dsdhci.h71 #define SDHCI_DATA_AVAILABLE 0x00000800 macro
H A Dsdhci-of-arasan.c534 while (reg & SDHCI_DATA_AVAILABLE) { in sdhci_arasan_cqe_enable()
H A Dsdhci-esdhc-imx.c1543 while (reg & SDHCI_DATA_AVAILABLE) { in esdhc_cqe_enable()
H A Dsdhci.c619 mask = SDHCI_DATA_AVAILABLE; in sdhci_transfer_pio()
/openbmc/u-boot/drivers/mmc/
H A Dsdhci.c84 mask = SDHCI_DATA_AVAILABLE | SDHCI_SPACE_AVAILABLE; in sdhci_transfer_data()