Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/host/
Ds3cmci.h46 int cmd_is_stop; member
Ds3cmci.c650 cmd = host->cmd_is_stop ? host->mrq->stop : host->mrq->cmd; in s3cmci_irq()
856 cmd = host->cmd_is_stop ? mrq->stop : mrq->cmd; in finalize_request()
892 if (cmd->data && cmd->data->stop && (!host->cmd_is_stop)) { in finalize_request()
893 host->cmd_is_stop = 1; in finalize_request()
1133 struct mmc_command *cmd = host->cmd_is_stop ? mrq->stop : mrq->cmd; in s3cmci_send_request()
1136 prepare_dbgmsg(host, cmd, host->cmd_is_stop); in s3cmci_send_request()
1199 host->cmd_is_stop = 0; in s3cmci_request()