Home
last modified time | relevance | path

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

/linux/drivers/mmc/core/
H A Dmmc_ops.c610 bool use_r1b_resp; in __mmc_switch() local
626 use_r1b_resp = mmc_prepare_busy_cmd(host, &cmd, timeout_ms); in __mmc_switch()
633 if (((host->caps & MMC_CAP_WAIT_WHILE_BUSY) && use_r1b_resp) || in __mmc_switch()
872 bool use_r1b_resp = false; in mmc_send_hpi_cmd() local
881 use_r1b_resp = mmc_prepare_busy_cmd(host, &cmd, in mmc_send_hpi_cmd()
892 if (host->caps & MMC_CAP_WAIT_WHILE_BUSY && use_r1b_resp) in mmc_send_hpi_cmd()
H A Dcore.c1634 bool use_r1b_resp; in mmc_do_erase() local
1714 use_r1b_resp = mmc_prepare_busy_cmd(card->host, &cmd, busy_timeout); in mmc_do_erase()
1731 if ((card->host->caps & MMC_CAP_WAIT_WHILE_BUSY) && use_r1b_resp) in mmc_do_erase()
H A Dmmc.c1977 bool use_r1b_resp; in mmc_sleep() local
1990 use_r1b_resp = mmc_prepare_busy_cmd(host, &cmd, timeout_ms); in mmc_sleep()
2002 if (host->caps & MMC_CAP_WAIT_WHILE_BUSY && use_r1b_resp) in mmc_sleep()