Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Ds3cmci.h46 int cmd_is_stop; member
Ds3cmci.c654 cmd = host->cmd_is_stop ? host->mrq->stop : host->mrq->cmd; in s3cmci_irq()
845 cmd = host->cmd_is_stop ? mrq->stop : mrq->cmd; in finalize_request()
881 if (cmd->data && cmd->data->stop && (!host->cmd_is_stop)) { in finalize_request()
882 host->cmd_is_stop = 1; in finalize_request()
1121 struct mmc_command *cmd = host->cmd_is_stop ? mrq->stop : mrq->cmd; in s3cmci_send_request()
1124 prepare_dbgmsg(host, cmd, host->cmd_is_stop); in s3cmci_send_request()
1174 host->cmd_is_stop = 0; in s3cmci_request()