Lines Matching refs:opcode
277 int opc = host->mrq ? host->mrq->cmd->opcode : -1; in usdhi6_error_code()
295 err, host->wait, host->mrq ? host->mrq->cmd->opcode : -1); in usdhi6_error_code()
317 __func__, host->mrq->cmd->opcode, data->sg_len, in usdhi6_blk_bounce()
385 sg->offset, host->mrq->cmd->opcode, host->mrq); in usdhi6_sg_map()
508 host->mrq->cmd->opcode, host->mrq); in usdhi6_sg_advance()
556 mrq->cmd->opcode); in usdhi6_dma_complete()
900 host->pg.page, host->head_pg.page, host->wait, mrq->cmd->opcode, in usdhi6_request_done()
910 __func__, mrq->cmd->opcode, data ? data->blocks : 0, in usdhi6_request_done()
928 u16 opc = cmd->opcode; in usdhi6_cmd_flags()
941 if (cmd->opcode == MMC_READ_MULTIPLE_BLOCK || in usdhi6_cmd_flags()
942 cmd->opcode == MMC_WRITE_MULTIPLE_BLOCK || in usdhi6_cmd_flags()
943 (cmd->opcode == SD_IO_RW_EXTENDED && in usdhi6_cmd_flags()
1005 if (cmd->opcode == SD_IO_RW_EXTENDED && data->blocks > 1) { in usdhi6_rq_start()
1019 } else if ((cmd->opcode == MMC_READ_MULTIPLE_BLOCK || in usdhi6_rq_start()
1020 cmd->opcode == MMC_WRITE_MULTIPLE_BLOCK) && in usdhi6_rq_start()
1031 if (cmd->opcode == MMC_READ_MULTIPLE_BLOCK || in usdhi6_rq_start()
1032 cmd->opcode == MMC_WRITE_MULTIPLE_BLOCK || in usdhi6_rq_start()
1033 (cmd->opcode == SD_IO_RW_EXTENDED && in usdhi6_rq_start()
1057 __func__, cmd->opcode, data->blocks, data->blksz, in usdhi6_rq_start()
1063 __func__, cmd->opcode); in usdhi6_rq_start()
1191 "CMD%d: response expected but is missing!\n", cmd->opcode); in usdhi6_resp_read()
1202 else if (cmd->opcode == MMC_READ_MULTIPLE_BLOCK || in usdhi6_resp_read()
1203 cmd->opcode == MMC_WRITE_MULTIPLE_BLOCK) in usdhi6_resp_read()
1299 switch (mrq->cmd->opcode) { in usdhi6_stop_cmd()
1302 if (mrq->stop->opcode == MMC_STOP_TRANSMISSION) { in usdhi6_stop_cmd()
1310 mrq->stop->opcode, mrq->cmd->opcode); in usdhi6_stop_cmd()
1339 if (cmd->opcode == MMC_READ_MULTIPLE_BLOCK || in usdhi6_end_cmd()
1340 (cmd->opcode == SD_IO_RW_EXTENDED && in usdhi6_end_cmd()
1346 if (cmd->opcode == MMC_WRITE_MULTIPLE_BLOCK || in usdhi6_end_cmd()
1347 (cmd->opcode == SD_IO_RW_EXTENDED && in usdhi6_end_cmd()
1521 } else if (cmd->opcode == MMC_APP_CMD) { in usdhi6_sd_bh()
1641 host->wait, mrq ? mrq->cmd->opcode : -1, in usdhi6_timeout_work()