Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/host/
Dsdhci.h469 unsigned int busy_handle:1; /* Handling the order of Busy-end */ member
Dsdhci.c1052 host->busy_handle = 0; in sdhci_send_command()
2376 && !host->busy_handle) { in sdhci_cmd_irq()
2378 host->busy_handle = 1; in sdhci_cmd_irq()
2460 if (host->busy_handle) in sdhci_data_irq()
2463 host->busy_handle = 1; in sdhci_data_irq()