Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdhci-brcmstb.c135 while (reg & SDHCI_DATA_AVAILABLE) { in sdhci_brcmstb_cqe_enable()
H A Dsdhci.h72 #define SDHCI_DATA_AVAILABLE 0x00000800 macro
H A Dsdhci-of-arasan.c428 while (reg & SDHCI_DATA_AVAILABLE) { in sdhci_arasan_cqe_enable()
H A Dsdhci-esdhc-imx.c1422 while (reg & SDHCI_DATA_AVAILABLE) { in esdhc_cqe_enable()
H A Dsdhci.c591 mask = SDHCI_DATA_AVAILABLE; in sdhci_transfer_pio()
/OK3568_Linux_fs/u-boot/include/
H A Dsdhci.h62 #define SDHCI_DATA_AVAILABLE BIT(11) macro
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dsdhci.c85 mask = SDHCI_DATA_AVAILABLE | SDHCI_SPACE_AVAILABLE; in sdhci_transfer_data()