Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/mmc/core/
Dmmc_ops.c602 bool use_r1b_resp; in __mmc_switch() local
618 use_r1b_resp = mmc_prepare_busy_cmd(host, &cmd, timeout_ms); in __mmc_switch()
625 if (((host->caps & MMC_CAP_WAIT_WHILE_BUSY) && use_r1b_resp) || in __mmc_switch()
864 bool use_r1b_resp = false; in mmc_send_hpi_cmd() local
873 use_r1b_resp = mmc_prepare_busy_cmd(host, &cmd, in mmc_send_hpi_cmd()
884 if (host->caps & MMC_CAP_WAIT_WHILE_BUSY && use_r1b_resp) in mmc_send_hpi_cmd()
Dcore.c1606 bool use_r1b_resp; in mmc_do_erase() local
1674 use_r1b_resp = mmc_prepare_busy_cmd(card->host, &cmd, busy_timeout); in mmc_do_erase()
1691 if ((card->host->caps & MMC_CAP_WAIT_WHILE_BUSY) && use_r1b_resp) in mmc_do_erase()
Dmmc.c1966 bool use_r1b_resp; in mmc_sleep() local
1979 use_r1b_resp = mmc_prepare_busy_cmd(host, &cmd, timeout_ms); in mmc_sleep()
1991 if (host->caps & MMC_CAP_WAIT_WHILE_BUSY && use_r1b_resp) in mmc_sleep()