Lines Matching defs:command
254 static int wmt_mci_send_command(struct mmc_host *mmc, u8 command, u8 cmdtype,
262 /* write command, arg, resptype registers */
263 writeb(command, priv->sdmmc_base + SDMMC_CMD);
280 /* set command type */
321 * calling command struct
359 * if the command (regular) interrupt has already
361 * for the command interrupt and finish from there.
563 u8 command;
582 * stop command
586 command = req->cmd->opcode;
599 wmt_mci_send_command(mmc, command, cmdtype, arg, rsptype);
660 wmt_mci_send_command(mmc, command, cmdtype, arg, rsptype);