Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Dmmci.c138 .busy_detect = true,
165 .busy_detect = true,
990 if (host->variant->busy_detect) { in mmci_cmd_irq()
1281 if (host->variant->busy_detect) in mmci_irq()
1300 if (host->variant->busy_detect && host->busy_status) in mmci_irq()
1691 if (variant->busy_detect) { in mmci_probe()
Dmmci.h259 bool busy_detect; member