Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/mmc/host/
Dmmci.c183 .busy_detect = true,
218 .busy_detect = true,
274 .busy_detect = true,
301 .busy_detect = true,
1384 if (busy_resp && host->variant->busy_detect) in mmci_cmd_irq()
1637 if (host->variant->busy_detect) in mmci_irq()
1734 if (!host->variant->busy_detect) in mmci_set_max_busy_timeout()
2151 if (variant->busy_detect) { in mmci_probe()
Dmmci.h348 u8 busy_detect:1; member