Home
last modified time | relevance | path

Searched refs:MCI_CMDSENT (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/mmc/host/
H A Dmmci.h146 #define MCI_CMDSENT (1 << 7) macro
H A Dmmci.c751 host->busy_status = status & (MCI_CMDSENT | MCI_CMDRESPEND); in ux500_busy_complete()
755 host->busy_status |= status & (MCI_CMDSENT | MCI_CMDRESPEND); in ux500_busy_complete()
785 host->busy_status |= status & (MCI_CMDSENT | MCI_CMDRESPEND); in ux500_busy_complete()
799 host->busy_status |= status & (MCI_CMDSENT | MCI_CMDRESPEND); in ux500_busy_complete()
1487 (err_msk | MCI_CMDSENT | MCI_CMDRESPEND))) in mmci_cmd_irq()
H A Dmmci_stm32_sdmmc.c462 (MCI_CMDSENT | MCI_CMDRESPEND); in sdmmc_busy_complete()