Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dmmci.c695 host->busy_state = MMCI_BUSY_DONE; in ux500_busy_clear_mask_done()
732 switch (host->busy_state) { in ux500_busy_complete()
760 host->busy_state = MMCI_BUSY_WAITING_FOR_START_IRQ; in ux500_busy_complete()
787 host->busy_state = MMCI_BUSY_WAITING_FOR_END_IRQ; in ux500_busy_complete()
812 host->busy_state, cmd->opcode); in ux500_busy_complete()
817 return (host->busy_state == MMCI_BUSY_DONE); in ux500_busy_complete()
1345 host->busy_state = MMCI_BUSY_DONE; in mmci_start_command()
1541 switch (host->busy_state) { in ux500_state_str()
H A Dmmci.h429 enum mmci_busy_state busy_state; member