Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dcqhci-core.c283 mmc->cqe_on = true; in __cqhci_enable()
304 cq_host->mmc->cqe_on = false; in __cqhci_disable()
371 if (!cq_host->enabled || !mmc->cqe_on || cq_host->recovery_halt) in cqhci_off()
389 mmc->cqe_on = false; in cqhci_off()
603 if (!mmc->cqe_on) { in cqhci_request()
608 mmc->cqe_on = true; in cqhci_request()
993 mmc->cqe_on = false; in cqhci_recovery_start()
1096 mmc->cqe_on = false; in cqhci_recovery_finish()
H A Dsdhci.h585 bool cqe_on; /* CQE is operating */ member
H A Dsdhci.c339 host->cqe_on = false; in sdhci_init()
3841 host->cqe_on = true; in sdhci_cqe_enable()
3860 host->cqe_on = false; in sdhci_cqe_disable()
3880 if (!host->cqe_on) in sdhci_cqe_irq()
/OK3568_Linux_fs/kernel/include/linux/mmc/
H A Dhost.h485 bool cqe_on; member
/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dcore.c257 if (host->cqe_on) in __mmc_start_request()
929 if (host->cqe_on) in mmc_execute_tuning()
974 if (host->cqe_on) in mmc_set_initial_state()