Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/mmc/host/
Dmmci.c186 .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 …]
Dmmci.h369 u32 busy_detect_flag; member