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,277 .busy_detect_flag = MCI_STM32_BUSYD0,305 .busy_detect_flag = MCI_STM32_BUSYD0,333 .busy_detect_flag = MCI_STM32_BUSYD0,374 if (readl(host->base + MMCISTATUS) & host->variant->busy_detect_flag) in mmci_card_busy()756 if (status & host->variant->busy_detect_flag) { in ux500_busy_complete()784 if (status & host->variant->busy_detect_flag) { in ux500_busy_complete()798 if (!(status & host->variant->busy_detect_flag)) { in ux500_busy_complete()1570 if (status & host->variant->busy_detect_flag) { in ux500_busy_timeout_work()[all …]
367 u32 busy_detect_flag; member