Lines Matching refs:opcode
111 SD_CMD_START | cmd->opcode); in sd_cmd_set_sd_cmd()
227 u8 cmd_idx = (u8)cmd->opcode; in sd_send_cmd_get_rsp()
249 if (cmd->opcode == SD_SWITCH_VOLTAGE) { in sd_send_cmd_get_rsp()
349 __func__, cmd->opcode, cmd->arg); in sd_read_data()
354 if (cmd->opcode == MMC_SEND_TUNING_BLOCK) in sd_read_data()
402 __func__, cmd->opcode, cmd->arg); in sd_write_data()
456 __func__, cmd->opcode, cmd->arg); in sd_read_long_data()
517 __func__, cmd->opcode, cmd->arg); in sd_write_long_data()
709 u8 opcode, u8 sample_point) in sd_tuning_rx_cmd() argument
718 cmd.opcode = opcode; in sd_tuning_rx_cmd()
731 u8 opcode, u32 *phase_map) in sd_tuning_phase() argument
737 err = sd_tuning_rx_cmd(host, opcode, (u8)i); in sd_tuning_phase()
748 static int sd_tuning_rx(struct realtek_pci_sdmmc *host, u8 opcode) in sd_tuning_rx() argument
755 err = sd_tuning_phase(host, opcode, &(raw_phase_map[i])); in sd_tuning_rx()
789 return (cmd->opcode == SD_IO_RW_EXTENDED) && (data->blksz == 512); in sdio_extblock_cmd()
794 return mmc_op_multi(cmd->opcode) || in sd_rw_cmd()
795 (cmd->opcode == MMC_READ_SINGLE_BLOCK) || in sd_rw_cmd()
796 (cmd->opcode == MMC_WRITE_BLOCK); in sd_rw_cmd()
848 if (mmc_op_multi(cmd->opcode) && mrq->stop) in sd_request()
866 cmd->opcode, cmd->arg, cmd->error); in sd_request()
1273 static int sdmmc_execute_tuning(struct mmc_host *mmc, u32 opcode) in sdmmc_execute_tuning() argument
1314 err = sd_tuning_rx(host, opcode); in sdmmc_execute_tuning()