Home
last modified time | relevance | path

Searched refs:waiting_for_idle (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/mmc/host/
Dcqhci.h178 bool waiting_for_idle; member
Dcqhci.c781 if (cq_host->waiting_for_idle && !cq_host->qcnt) { in cqhci_irq()
782 cq_host->waiting_for_idle = false; in cqhci_irq()
807 cq_host->waiting_for_idle = !is_idle; in cqhci_is_idle()