Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mmc/host/
Dcqhci.h172 bool waiting_for_idle; member
Dcqhci.c785 if (cq_host->waiting_for_idle && !cq_host->qcnt) { in cqhci_irq()
786 cq_host->waiting_for_idle = false; in cqhci_irq()
811 cq_host->waiting_for_idle = !is_idle; in cqhci_is_idle()