Home
last modified time | relevance | path

Searched refs:busy_detect_flag (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/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.h318 * @busy_detect_flag: bitmask identifying the bit in the MMCISTATUS register
367 u32 busy_detect_flag; member
/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dmmci.c184 .busy_detect_flag = MCI_ST_CARDBUSY,
219 .busy_detect_flag = MCI_ST_CARDBUSY,
274 .busy_detect_flag = MCI_STM32_BUSYD0,
301 .busy_detect_flag = MCI_STM32_BUSYD0,
342 if (readl(host->base + MMCISTATUS) & host->variant->busy_detect_flag) in mmci_card_busy()
674 (readl(base + MMCISTATUS) & host->variant->busy_detect_flag)) { in ux500_busy_complete()
695 (status & host->variant->busy_detect_flag)) { in ux500_busy_complete()
1650 if (host->variant->busy_detect_flag) in mmci_irq()
1651 status &= ~host->variant->busy_detect_flag; in mmci_irq()
H A Dmmci.h302 * @busy_detect_flag: bitmask identifying the bit in the MMCISTATUS register
351 u32 busy_detect_flag; member

Completed in 8 milliseconds