Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mmc/host/
Dtifm_sd.c80 SCMD_ACTIVE = 0x0008, enumerator
413 if ((host->cmd_flags & SCMD_ACTIVE) in tifm_sd_check_status()
428 if (!(host->cmd_flags & SCMD_ACTIVE)) { in tifm_sd_check_status()
429 host->cmd_flags |= SCMD_ACTIVE; in tifm_sd_check_status()
457 if (!(host->cmd_flags & SCMD_ACTIVE)) { in tifm_sd_check_status()
458 host->cmd_flags |= SCMD_ACTIVE; in tifm_sd_check_status()
538 if (host->cmd_flags & SCMD_ACTIVE) { in tifm_sd_card_event()
543 host->cmd_flags |= SCMD_ACTIVE; in tifm_sd_card_event()
554 } else if (host->cmd_flags & SCMD_ACTIVE) { in tifm_sd_card_event()