Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mmc/core/
Dmmc_ops.c566 bool use_r1b_resp = true; in __mmc_switch() local
586 use_r1b_resp = false; in __mmc_switch()
594 if (use_r1b_resp) { in __mmc_switch()
606 if (((host->caps & MMC_CAP_WAIT_WHILE_BUSY) && use_r1b_resp) || in __mmc_switch()
836 bool use_r1b_resp = true; in mmc_send_hpi_cmd() local
849 use_r1b_resp = false; in mmc_send_hpi_cmd()
851 if (cmd.opcode == MMC_STOP_TRANSMISSION && use_r1b_resp) { in mmc_send_hpi_cmd()
856 use_r1b_resp = false; in mmc_send_hpi_cmd()
867 if (host->caps & MMC_CAP_WAIT_WHILE_BUSY && use_r1b_resp) in mmc_send_hpi_cmd()
Dcore.c1646 bool use_r1b_resp = false; in mmc_do_erase() local
1729 use_r1b_resp = true; in mmc_do_erase()
1747 if ((card->host->caps & MMC_CAP_WAIT_WHILE_BUSY) && use_r1b_resp) in mmc_do_erase()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0030_linux_drivers_pci_misc_nvmem_of_mtd_mmc.patch2358 bool use_r1b_resp = false;
2378 if ((card->host->caps & MMC_CAP_WAIT_WHILE_BUSY) && use_r1b_resp)
3526 - bool use_r1b_resp = true;
3527 + bool use_r1b_resp = use_busy_signal;
3553 use_r1b_resp = false;
3558 if (use_r1b_resp) {
3581 if (((host->caps & MMC_CAP_WAIT_WHILE_BUSY) && use_r1b_resp) ||
3626 - bool use_r1b_resp = true;
3640 - use_r1b_resp = false;
3642 - if (cmd.opcode == MMC_STOP_TRANSMISSION && use_r1b_resp) {
[all …]