Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mmc/host/
Dsdhci.h463 unsigned int busy_handle:1; /* Handling the order of Busy-end */ member
Dsdhci.c1067 host->busy_handle = 0; in sdhci_send_command()
2399 && !host->busy_handle) { in sdhci_cmd_irq()
2401 host->busy_handle = 1; in sdhci_cmd_irq()
2483 if (host->busy_handle) in sdhci_data_irq()
2486 host->busy_handle = 1; in sdhci_data_irq()