Home
last modified time | relevance | path

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

/linux/drivers/memstick/host/
H A Dtifm_ms.c62 CMD_READY = 0x01, enumerator
369 if (!(host->cmd_flags & CMD_READY)) in tifm_ms_check_status()
436 host->cmd_flags |= CMD_READY; in tifm_ms_card_event()
H A Djmb38x_ms.c148 CMD_READY = 0x01, enumerator
555 host->cmd_flags |= CMD_READY; in jmb38x_ms_isr()
582 && (((host->cmd_flags & CMD_READY) in jmb38x_ms_isr()
/linux/drivers/mmc/host/
H A Dtifm_sd.c80 CMD_READY = 0x0001, enumerator
406 if (!(host->cmd_flags & CMD_READY)) in tifm_sd_check_status()
548 if (!(host->cmd_flags & CMD_READY)) { in tifm_sd_card_event()
549 host->cmd_flags |= CMD_READY; in tifm_sd_card_event()