Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/mmc/host/
Dtifm_sd.c83 SCMD_ACTIVE = 0x0008, enumerator
411 if ((host->cmd_flags & SCMD_ACTIVE) in tifm_sd_check_status()
426 if (!(host->cmd_flags & SCMD_ACTIVE)) { in tifm_sd_check_status()
427 host->cmd_flags |= SCMD_ACTIVE; in tifm_sd_check_status()
455 if (!(host->cmd_flags & SCMD_ACTIVE)) { in tifm_sd_check_status()
456 host->cmd_flags |= SCMD_ACTIVE; in tifm_sd_check_status()
535 if (host->cmd_flags & SCMD_ACTIVE) { in tifm_sd_card_event()
540 host->cmd_flags |= SCMD_ACTIVE; in tifm_sd_card_event()
551 } else if (host->cmd_flags & SCMD_ACTIVE) { in tifm_sd_card_event()