Home
last modified time | relevance | path

Searched refs:cqe_on (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/mmc/host/
Dcqhci.c274 mmc->cqe_on = true; in __cqhci_enable()
295 cq_host->mmc->cqe_on = false; in __cqhci_disable()
352 if (!cq_host->enabled || !mmc->cqe_on || cq_host->recovery_halt) in cqhci_off()
373 mmc->cqe_on = false; in cqhci_off()
574 if (!mmc->cqe_on) { in cqhci_request()
576 mmc->cqe_on = true; in cqhci_request()
935 mmc->cqe_on = false; in cqhci_recovery_start()
1038 mmc->cqe_on = false; in cqhci_recovery_finish()
Dsdhci.h548 bool cqe_on; /* CQE is operating */ member
Dsdhci.c257 host->cqe_on = false; in sdhci_init()
3213 host->cqe_on = true; in sdhci_cqe_enable()
3233 host->cqe_on = false; in sdhci_cqe_disable()
3254 if (!host->cqe_on) in sdhci_cqe_irq()
/Linux-v4.19/include/linux/mmc/
Dhost.h459 bool cqe_on; member
/Linux-v4.19/drivers/mmc/core/
Dcore.c260 if (host->cqe_on) in __mmc_start_request()
972 if (host->cqe_on) in mmc_execute_tuning()
1014 if (host->cqe_on) in mmc_set_initial_state()