Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Dmxcmmc.c162 static int mxcmci_start_cmd(struct mxcmci_host *host, struct mmc_cmd *cmd, in mxcmci_start_cmd() function
408 if ((ret = mxcmci_start_cmd(host, cmd, cmdat))) { in mxcmci_request()
/openbmc/linux/drivers/mmc/host/
H A Dmxcmmc.c357 static int mxcmci_start_cmd(struct mxcmci_host *host, struct mmc_command *cmd, in mxcmci_start_cmd() function
627 if (mxcmci_start_cmd(host, host->req->stop, 0)) { in mxcmci_datawork()
669 if (mxcmci_start_cmd(host, req->stop, 0)) { in mxcmci_data_done()
766 error = mxcmci_start_cmd(host, req->cmd, cmdat); in mxcmci_request()