Searched refs:busy_detect_flag (Results 1 – 2 of 2) sorted by relevance
186 .busy_detect_flag = MCI_ST_CARDBUSY,221 .busy_detect_flag = MCI_ST_CARDBUSY,279 .busy_detect_flag = MCI_STM32_BUSYD0,308 .busy_detect_flag = MCI_STM32_BUSYD0,337 .busy_detect_flag = MCI_STM32_BUSYD0,378 if (readl(host->base + MMCISTATUS) & host->variant->busy_detect_flag) in mmci_card_busy()761 if (status & host->variant->busy_detect_flag) { in ux500_busy_complete()789 if (status & host->variant->busy_detect_flag) { in ux500_busy_complete()803 if (!(status & host->variant->busy_detect_flag)) { in ux500_busy_complete()1575 if (status & host->variant->busy_detect_flag) { in ux500_busy_timeout_work()[all …]
369 u32 busy_detect_flag; member