Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/mmc/host/
Ds3cmci.h43 int cmd_is_stop; member
Ds3cmci.c641 cmd = host->cmd_is_stop ? host->mrq->stop : host->mrq->cmd; in s3cmci_irq()
832 cmd = host->cmd_is_stop ? mrq->stop : mrq->cmd; in finalize_request()
868 if (cmd->data && cmd->data->stop && (!host->cmd_is_stop)) { in finalize_request()
869 host->cmd_is_stop = 1; in finalize_request()
1101 struct mmc_command *cmd = host->cmd_is_stop ? mrq->stop : mrq->cmd; in s3cmci_send_request()
1104 prepare_dbgmsg(host, cmd, host->cmd_is_stop); in s3cmci_send_request()
1154 host->cmd_is_stop = 0; in s3cmci_request()