Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dsdhci-brcmstb.c322 while (reg & SDHCI_DATA_AVAILABLE) { in sdhci_brcmstb_cqe_enable()
H A Dsdhci.h89 #define SDHCI_DATA_AVAILABLE 0x00000800 macro
H A Dsdhci-of-arasan.c576 while (reg & SDHCI_DATA_AVAILABLE) { in sdhci_arasan_cqe_enable()
H A Dsdhci-esdhc-imx.c1723 while (reg & SDHCI_DATA_AVAILABLE) { in esdhc_cqe_enable()
H A Dsdhci-of-dwcmshc.c663 while (reg & SDHCI_DATA_AVAILABLE) { in rk35xx_sdhci_cqe_enable()
H A Dsdhci.c623 mask = SDHCI_DATA_AVAILABLE; in sdhci_transfer_pio()