Home
last modified time | relevance | path

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

/openbmc/linux/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()