Home
last modified time | relevance | path

Searched refs:busy_detect_flag (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/mmc/host/
H A Dmmci.c186 .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 …]
H A Dmmci.h367 u32 busy_detect_flag; member