Home
last modified time | relevance | path

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

/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()
1631 if (host->variant->busy_detect) in mmci_irq()
1728 if (!host->variant->busy_detect) in mmci_set_max_busy_timeout()
2150 if (variant->busy_detect) { in mmci_probe()
Dmmci.h348 u8 busy_detect:1; member