Home
last modified time | relevance | path

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

/linux/drivers/mmc/core/
H A Dcore.c1612 bool use_r1b_resp; in mmc_do_erase() local
1692 use_r1b_resp = mmc_prepare_busy_cmd(card->host, &cmd, busy_timeout); in mmc_do_erase()
1709 if ((card->host->caps & MMC_CAP_WAIT_WHILE_BUSY) && use_r1b_resp) in mmc_do_erase()
H A 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()