Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/mmc/core/
Dmmc_ops.c566 bool use_r1b_resp = true; in __mmc_switch() local
586 use_r1b_resp = false; in __mmc_switch()
594 if (use_r1b_resp) { in __mmc_switch()
606 if (((host->caps & MMC_CAP_WAIT_WHILE_BUSY) && use_r1b_resp) || in __mmc_switch()
836 bool use_r1b_resp = true; in mmc_send_hpi_cmd() local
849 use_r1b_resp = false; in mmc_send_hpi_cmd()
851 if (cmd.opcode == MMC_STOP_TRANSMISSION && use_r1b_resp) { in mmc_send_hpi_cmd()
856 use_r1b_resp = false; in mmc_send_hpi_cmd()
867 if (host->caps & MMC_CAP_WAIT_WHILE_BUSY && use_r1b_resp) in mmc_send_hpi_cmd()
Dcore.c1643 bool use_r1b_resp = false; in mmc_do_erase() local
1726 use_r1b_resp = true; in mmc_do_erase()
1744 if ((card->host->caps & MMC_CAP_WAIT_WHILE_BUSY) && use_r1b_resp) in mmc_do_erase()