Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/mmc/
Ddw_mmc.h29 STATE_SENDING_CMD11, enumerator
/linux-4.1.27/drivers/mmc/host/
Ddw_mmc.c262 slot->host->state = STATE_SENDING_CMD11; in dw_mci_prepare_command()
1475 if (host->state == STATE_SENDING_CMD11) in dw_mci_request_end()
1592 case STATE_SENDING_CMD11: in dw_mci_tasklet_func()
2206 if ((host->state == STATE_SENDING_CMD11) && in dw_mci_interrupt()
2636 if (host->state != STATE_SENDING_CMD11) { in dw_mci_cmd11_timer()