Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/mmc/host/
A 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()
1005 mmc->cqe_on = false; in cqhci_recovery_start()
1108 mmc->cqe_on = false; in cqhci_recovery_finish()
A Dsdhci.h592 bool cqe_on; /* CQE is operating */ member
A Dsdhci.c376 host->cqe_on = false; in sdhci_init()
3931 host->cqe_on = true; in sdhci_cqe_enable()
3950 host->cqe_on = false; in sdhci_cqe_disable()
3968 if (!host->cqe_on) in sdhci_cqe_irq()
/linux-6.3-rc2/include/linux/mmc/
A Dhost.h513 bool cqe_on; member
/linux-6.3-rc2/drivers/mmc/core/
A Dcore.c258 if (host->cqe_on) in __mmc_start_request()
929 if (host->cqe_on) in mmc_execute_tuning()
977 if (host->cqe_on) in mmc_set_initial_state()

Completed in 21 milliseconds