Searched refs:MCI_ST_CARDBUSY (Results 1 – 2 of 2) sorted by relevance
125 #define MCI_ST_CARDBUSY (1 << 24) macro
232 if (readl(host->base + MMCISTATUS) & MCI_ST_CARDBUSY) in mmci_card_busy()995 if (host->busy_status && (status & MCI_ST_CARDBUSY)) in mmci_cmd_irq()1001 (readl(base + MMCISTATUS) & MCI_ST_CARDBUSY)) { in mmci_cmd_irq()1268 status &= ~MCI_ST_CARDBUSY; in mmci_irq()