Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/mmc/host/
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()