Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/drivers/mmc/
Dmmc-uclass.c198 cfg->host_caps |= MMC_CAP_NEEDS_POLL; in mmc_of_parse()
Dsdhci.c793 if (mmc->cfg->host_caps & MMC_CAP_NEEDS_POLL)
/third_party/uboot/u-boot-2020.01/include/
Dmmc.h71 #define MMC_CAP_NEEDS_POLL BIT(15) macro