Searched refs:busy_detect_flag (Results 1 – 2 of 2) sorted by relevance
185 .busy_detect_flag = MCI_ST_CARDBUSY,220 .busy_detect_flag = MCI_ST_CARDBUSY,275 .busy_detect_flag = MCI_STM32_BUSYD0,302 .busy_detect_flag = MCI_STM32_BUSYD0,343 if (readl(host->base + MMCISTATUS) & host->variant->busy_detect_flag) in mmci_card_busy()675 (readl(base + MMCISTATUS) & host->variant->busy_detect_flag)) { in ux500_busy_complete()696 (status & host->variant->busy_detect_flag)) { in ux500_busy_complete()1657 if (host->variant->busy_detect_flag) in mmci_irq()1658 status &= ~host->variant->busy_detect_flag; in mmci_irq()
351 u32 busy_detect_flag; member