Home
last modified time | relevance | path

Searched refs:SDHCI_CARD_PRESENT (Results 1 – 3 of 3) sorted by relevance

/third_party/uboot/u-boot-2020.01/drivers/mmc/
Dkona_sdhci.c66 while (!(sdhci_readl(host, SDHCI_PRESENT_STATE) & SDHCI_CARD_PRESENT)) { in init_kona_mmc_core()
Dsdhci.c806 SDHCI_CARD_PRESENT);
/third_party/uboot/u-boot-2020.01/include/
Dsdhci.h62 #define SDHCI_CARD_PRESENT BIT(16) macro