Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mmc/host/
Dsdhci-brcmstb.c108 while (reg & SDHCI_DATA_AVAILABLE) { in sdhci_brcmstb_cqe_enable()
Dsdhci.h71 #define SDHCI_DATA_AVAILABLE 0x00000800 macro
Dsdhci-of-arasan.c427 while (reg & SDHCI_DATA_AVAILABLE) { in sdhci_arasan_cqe_enable()
Dsdhci-esdhc-imx.c1437 while (reg & SDHCI_DATA_AVAILABLE) { in esdhc_cqe_enable()
Dsdhci.c589 mask = SDHCI_DATA_AVAILABLE; in sdhci_transfer_pio()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0030_linux_drivers_pci_misc_nvmem_of_mtd_mmc.patch8931 - while (reg & SDHCI_DATA_AVAILABLE) {