Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dmmci.c700 host->busy_state = MMCI_BUSY_DONE; in ux500_busy_clear_mask_done()
737 switch (host->busy_state) { in ux500_busy_complete()
765 host->busy_state = MMCI_BUSY_WAITING_FOR_START_IRQ; in ux500_busy_complete()
792 host->busy_state = MMCI_BUSY_WAITING_FOR_END_IRQ; in ux500_busy_complete()
817 host->busy_state, cmd->opcode); in ux500_busy_complete()
822 return (host->busy_state == MMCI_BUSY_DONE); in ux500_busy_complete()
1350 host->busy_state = MMCI_BUSY_DONE; in mmci_start_command()
1546 switch (host->busy_state) { in ux500_state_str()
H A Dmmci.h433 enum mmci_busy_state busy_state; member