Lines Matching defs:command
253 static int wmt_mci_send_command(struct mmc_host *mmc, u8 command, u8 cmdtype,
261 /* write command, arg, resptype registers */
262 writeb(command, priv->sdmmc_base + SDMMC_CMD);
279 /* set command type */
320 * calling command struct
358 * if the command (regular) interrupt has already
360 * for the command interrupt and finish from there.
562 u8 command;
581 * stop command
585 command = req->cmd->opcode;
598 wmt_mci_send_command(mmc, command, cmdtype, arg, rsptype);
659 wmt_mci_send_command(mmc, command, cmdtype, arg, rsptype);