Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/mmc/
Ddw_mmc.h30 STATE_SENDING_CMD11, enumerator
/linux-4.4.14/drivers/mmc/host/
Ddw_mmc.c260 slot->host->state = STATE_SENDING_CMD11; in dw_mci_prepare_command()
1596 if (host->state == STATE_SENDING_CMD11) in dw_mci_request_end()
1727 case STATE_SENDING_CMD11: in dw_mci_tasklet_func()
2370 if ((host->state == STATE_SENDING_CMD11) && in dw_mci_interrupt()
2826 if (host->state != STATE_SENDING_CMD11) { in dw_mci_cmd11_timer()