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

/linux-master/drivers/mmc/host/
H A 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)
761 if (status & host->variant->busy_detect_flag) {
789 if (status & host->variant->busy_detect_flag) {
803 if (!(status & host->variant->busy_detect_flag)) {
1575 if (status & host->variant->busy_detect_flag) {
[all...]
H A Dmmci.h318 * @busy_detect_flag: bitmask identifying the bit in the MMCISTATUS register
369 u32 busy_detect_flag; member in struct:variant_data

Completed in 130 milliseconds