Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dmmci.c184 .busy_detect = true,
219 .busy_detect = true,
276 .busy_detect = true,
304 .busy_detect = true,
332 .busy_detect = true,
1491 if (busy_resp && host->variant->busy_detect) in mmci_cmd_irq()
1792 if (host->variant->busy_detect) in mmci_irq()
1889 if (!host->variant->busy_detect) in mmci_set_max_busy_timeout()
2307 if (variant->busy_detect) { in mmci_probe()
2401 if (host->variant->busy_detect) in mmci_probe()
H A Dmmci.h364 u8 busy_detect:1; member