Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mmc/core/
Dmmc_ops.c475 bool use_r1b_resp = use_busy_signal; in __mmc_switch() local
485 use_r1b_resp = false; in __mmc_switch()
493 if (use_r1b_resp) { in __mmc_switch()
519 if ((host->caps & MMC_CAP_WAIT_WHILE_BUSY) && use_r1b_resp) in __mmc_switch()
534 if ((host->caps & MMC_CAP_WAIT_WHILE_BUSY) && use_r1b_resp) in __mmc_switch()
/linux-4.1.27/drivers/mmc/card/
Dblock.c798 bool use_r1b_resp = rq_data_dir(req) == WRITE; in send_stop() local
807 use_r1b_resp = false; in send_stop()
810 if (use_r1b_resp) { in send_stop()
834 return card_busy_detect(card, timeout_ms, use_r1b_resp, req, gen_err); in send_stop()