Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/mmc/host/
Dmmci.c182 .busy_detect = true,
217 .busy_detect = true,
273 .busy_detect = true,
300 .busy_detect = true,
1379 if (busy_resp && host->variant->busy_detect) in mmci_cmd_irq()
1626 if (host->variant->busy_detect) in mmci_irq()
1723 if (!host->variant->busy_detect) in mmci_set_max_busy_timeout()
2082 if (variant->busy_detect) { in mmci_probe()
Dmmci.h348 u8 busy_detect:1; member