Home
last modified time | relevance | path

Searched refs:MMC_QUIRK_RETRY_SEND_CID (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Dmmc.h322 #define MMC_QUIRK_RETRY_SEND_CID BIT(0) macro
/openbmc/u-boot/drivers/mmc/
H A Dmmc.c2279 if (err && (mmc->quirks & MMC_QUIRK_RETRY_SEND_CID)) { in mmc_startup()
2637 MMC_QUIRK_RETRY_SEND_CID; in mmc_get_op_cond()