Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/mmc/host/
Dcqhci-core.c288 mmc->cqe_on = true; in __cqhci_enable()
309 cq_host->mmc->cqe_on = false; in __cqhci_disable()
376 if (!cq_host->enabled || !mmc->cqe_on || cq_host->recovery_halt) in cqhci_off()
394 mmc->cqe_on = false; in cqhci_off()
608 if (!mmc->cqe_on) { in cqhci_request()
613 mmc->cqe_on = true; in cqhci_request()
998 mmc->cqe_on = false; in cqhci_recovery_start()
1101 mmc->cqe_on = false; in cqhci_recovery_finish()
Dsdhci.h587 bool cqe_on; /* CQE is operating */ member
Dsdhci.c336 host->cqe_on = false; in sdhci_init()
3838 host->cqe_on = true; in sdhci_cqe_enable()
3857 host->cqe_on = false; in sdhci_cqe_disable()
3877 if (!host->cqe_on) in sdhci_cqe_irq()
/Linux-v5.15/include/linux/mmc/
Dhost.h491 bool cqe_on; member
/Linux-v5.15/drivers/mmc/core/
Dcore.c259 if (host->cqe_on) in __mmc_start_request()
930 if (host->cqe_on) in mmc_execute_tuning()
976 if (host->cqe_on) in mmc_set_initial_state()