Searched refs:MCI_CMDRESPEND (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/mmc/host/
H A Dmmci.h145 #define MCI_CMDRESPEND (1 << 6) macro
H A Dmmci.c756 host->busy_status = status & (MCI_CMDSENT | MCI_CMDRESPEND);
760 host->busy_status |= status & (MCI_CMDSENT | MCI_CMDRESPEND);
790 host->busy_status |= status & (MCI_CMDSENT | MCI_CMDRESPEND);
804 host->busy_status |= status & (MCI_CMDSENT | MCI_CMDRESPEND);
1492 (err_msk | MCI_CMDSENT | MCI_CMDRESPEND)))
H A Dmmci_stm32_sdmmc.c462 (MCI_CMDSENT | MCI_CMDRESPEND);

Completed in 213 milliseconds