Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/core/
Dmmc_ops.c491 bool use_r1b_resp = use_busy_signal; in __mmc_switch() local
503 use_r1b_resp = false; in __mmc_switch()
511 if (use_r1b_resp) { in __mmc_switch()
537 if ((host->caps & MMC_CAP_WAIT_WHILE_BUSY) && use_r1b_resp) in __mmc_switch()
552 if ((host->caps & MMC_CAP_WAIT_WHILE_BUSY) && use_r1b_resp) in __mmc_switch()
/linux-4.4.14/drivers/mmc/card/
Dblock.c895 bool use_r1b_resp = rq_data_dir(req) == WRITE; in send_stop() local
904 use_r1b_resp = false; in send_stop()
907 if (use_r1b_resp) { in send_stop()
931 return card_busy_detect(card, timeout_ms, use_r1b_resp, req, gen_err); in send_stop()