Lines Matching refs:busy_detect_flag
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)
756 if (status & host->variant->busy_detect_flag) {
784 if (status & host->variant->busy_detect_flag) {
798 if (!(status & host->variant->busy_detect_flag)) {
1570 if (status & host->variant->busy_detect_flag) {
1812 if (host->variant->busy_detect_flag)
1813 status &= ~host->variant->busy_detect_flag;