Searched refs:busy_detect_flag (Results 1 – 2 of 2) sorted by relevance
184 .busy_detect_flag = MCI_ST_CARDBUSY,219 .busy_detect_flag = MCI_ST_CARDBUSY,274 .busy_detect_flag = MCI_STM32_BUSYD0,301 .busy_detect_flag = MCI_STM32_BUSYD0,342 if (readl(host->base + MMCISTATUS) & host->variant->busy_detect_flag) in mmci_card_busy()674 (readl(base + MMCISTATUS) & host->variant->busy_detect_flag)) { in ux500_busy_complete()695 (status & host->variant->busy_detect_flag)) { in ux500_busy_complete()1646 if (host->variant->busy_detect_flag) in mmci_irq()1647 status &= ~host->variant->busy_detect_flag; in mmci_irq()
351 u32 busy_detect_flag; member