Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/core/
Dmmc_ops.c530 bool use_r1b_resp = use_busy_signal; in __mmc_switch() local
543 use_r1b_resp = false; in __mmc_switch()
551 if (use_r1b_resp) { in __mmc_switch()
574 if (((host->caps & MMC_CAP_WAIT_WHILE_BUSY) && use_r1b_resp) || in __mmc_switch()
Dcore.c1970 bool use_r1b_resp = false; in mmc_do_erase() local
2052 use_r1b_resp = true; in mmc_do_erase()
2070 if ((card->host->caps & MMC_CAP_WAIT_WHILE_BUSY) && use_r1b_resp) in mmc_do_erase()