Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dtifm_sd.c82 SCMD_ACTIVE = 0x0008, enumerator
415 if ((host->cmd_flags & SCMD_ACTIVE) in tifm_sd_check_status()
430 if (!(host->cmd_flags & SCMD_ACTIVE)) { in tifm_sd_check_status()
431 host->cmd_flags |= SCMD_ACTIVE; in tifm_sd_check_status()
459 if (!(host->cmd_flags & SCMD_ACTIVE)) { in tifm_sd_check_status()
460 host->cmd_flags |= SCMD_ACTIVE; in tifm_sd_check_status()
540 if (host->cmd_flags & SCMD_ACTIVE) { in tifm_sd_card_event()
545 host->cmd_flags |= SCMD_ACTIVE; in tifm_sd_card_event()
556 } else if (host->cmd_flags & SCMD_ACTIVE) { in tifm_sd_card_event()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dtifm_sd.c82 SCMD_ACTIVE = 0x0008, enumerator
410 if ((host->cmd_flags & SCMD_ACTIVE) in tifm_sd_check_status()
425 if (!(host->cmd_flags & SCMD_ACTIVE)) { in tifm_sd_check_status()
426 host->cmd_flags |= SCMD_ACTIVE; in tifm_sd_check_status()
454 if (!(host->cmd_flags & SCMD_ACTIVE)) { in tifm_sd_check_status()
455 host->cmd_flags |= SCMD_ACTIVE; in tifm_sd_check_status()
534 if (host->cmd_flags & SCMD_ACTIVE) { in tifm_sd_card_event()
539 host->cmd_flags |= SCMD_ACTIVE; in tifm_sd_card_event()
550 } else if (host->cmd_flags & SCMD_ACTIVE) { in tifm_sd_card_event()

Completed in 3 milliseconds