Searched refs:busy_detect_flag (Results 1 – 2 of 2) sorted by relevance
140 .busy_detect_flag = MCI_ST_CARDBUSY,167 .busy_detect_flag = MCI_ST_CARDBUSY,222 if (readl(host->base + MMCISTATUS) & host->variant->busy_detect_flag) in mmci_card_busy()995 (status & host->variant->busy_detect_flag)) in mmci_cmd_irq()1006 (readl(base + MMCISTATUS) & host->variant->busy_detect_flag)) { in mmci_cmd_irq()1301 status &= ~host->variant->busy_detect_flag; in mmci_irq()
261 u32 busy_detect_flag; member