Searched refs:busy_detect_flag (Results 1 – 2 of 2) sorted by relevance
180 .busy_detect_flag = MCI_ST_CARDBUSY,213 .busy_detect_flag = MCI_ST_CARDBUSY,302 if (readl(host->base + MMCISTATUS) & host->variant->busy_detect_flag) in mmci_card_busy()1240 (readl(base + MMCISTATUS) & host->variant->busy_detect_flag)) { in mmci_cmd_irq()1263 (status & host->variant->busy_detect_flag)) { in mmci_cmd_irq()1543 if (host->variant->busy_detect_flag) in mmci_irq()1544 status &= ~host->variant->busy_detect_flag; in mmci_irq()
337 u32 busy_detect_flag; member