Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mmc/host/
Dmmci.c178 .busy_detect = true,
211 .busy_detect = true,
1223 if (busy_resp && host->variant->busy_detect) { in mmci_cmd_irq()
1523 if (host->variant->busy_detect) in mmci_irq()
1950 if (variant->busy_detect) { in mmci_probe()
Dmmci.h335 u8 busy_detect:1; member