Lines Matching refs:opcode
472 u32 opcode = cmd->cmdidx; in msdc_cmd_prepare_raw_cmd() local
478 switch (opcode) { in msdc_cmd_prepare_raw_cmd()
507 rawcmd |= ((opcode << SDC_CMD_CMD_S) & SDC_CMD_CMD_M) | in msdc_cmd_prepare_raw_cmd()
512 if (opcode == MMC_CMD_STOP_TRANSMISSION) in msdc_cmd_prepare_raw_cmd()
1109 static int hs400_tune_response(struct udevice *dev, u32 opcode) in hs400_tune_response() argument
1139 cmd_err = mmc_send_tuning(mmc, opcode); in hs400_tune_response()
1159 static int msdc_tune_response(struct udevice *dev, u32 opcode) in msdc_tune_response() argument
1189 cmd_err = mmc_send_tuning(mmc, opcode); in msdc_tune_response()
1211 cmd_err = mmc_send_tuning(mmc, opcode); in msdc_tune_response()
1246 cmd_err = mmc_send_tuning(mmc, opcode); in msdc_tune_response()
1263 static int msdc_tune_data(struct udevice *dev, u32 opcode) in msdc_tune_data() argument
1284 ret = mmc_send_tuning(mmc, opcode); in msdc_tune_data()
1289 ret = msdc_tune_response(dev, opcode); in msdc_tune_data()
1307 ret = mmc_send_tuning(mmc, opcode); in msdc_tune_data()
1312 ret = msdc_tune_response(dev, opcode); in msdc_tune_data()
1353 static int msdc_tune_together(struct udevice *dev, u32 opcode) in msdc_tune_together() argument
1369 ret = mmc_send_tuning(mmc, opcode); in msdc_tune_together()
1385 ret = mmc_send_tuning(mmc, opcode); in msdc_tune_together()
1411 static int msdc_execute_tuning(struct udevice *dev, uint opcode) in msdc_execute_tuning() argument
1419 ret = msdc_tune_together(dev, opcode); in msdc_execute_tuning()
1441 ret = hs400_tune_response(dev, opcode); in msdc_execute_tuning()
1443 ret = msdc_tune_response(dev, opcode); in msdc_execute_tuning()
1450 ret = msdc_tune_data(dev, opcode); in msdc_execute_tuning()