Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/host/
Dtifm_sd.c84 SCMD_ACTIVE = 0x0008, enumerator
416 if ((host->cmd_flags & SCMD_ACTIVE) in tifm_sd_check_status()
431 if (!(host->cmd_flags & SCMD_ACTIVE)) { in tifm_sd_check_status()
432 host->cmd_flags |= SCMD_ACTIVE; in tifm_sd_check_status()
460 if (!(host->cmd_flags & SCMD_ACTIVE)) { in tifm_sd_check_status()
461 host->cmd_flags |= SCMD_ACTIVE; in tifm_sd_check_status()
541 if (host->cmd_flags & SCMD_ACTIVE) { in tifm_sd_card_event()
546 host->cmd_flags |= SCMD_ACTIVE; in tifm_sd_card_event()
557 } else if (host->cmd_flags & SCMD_ACTIVE) { in tifm_sd_card_event()