Lines Matching defs:tune_cmd
1037 slot->tune_cmd = malloc(sizeof(*slot->tune_cmd), M_DEVBUF,
1113 free(slot->tune_cmd, M_DEVBUF);
1206 free(slot->tune_cmd, M_DEVBUF);
1463 struct mmc_command *tune_cmd;
1503 tune_cmd = slot->tune_cmd;
1504 memset(tune_cmd, 0, sizeof(*tune_cmd));
1505 tune_cmd->opcode = opcode;
1506 tune_cmd->flags = MMC_RSP_R1 | MMC_CMD_ADTC;
1507 tune_data = tune_cmd->data = slot->tune_data;
1513 tune_data->mrq = tune_cmd->mrq = slot->tune_req;
1569 struct mmc_command *tune_cmd;
1600 tune_cmd = slot->tune_cmd;
1603 tune_req->cmd = tune_cmd;
1616 if (tune_cmd->opcode == MMC_SEND_TUNING_BLOCK)