Searched refs:tune_cmd (Results 1 – 2 of 2) sorted by relevance
1042 slot->tune_cmd = malloc(sizeof(*slot->tune_cmd), M_DEVBUF,1118 free(slot->tune_cmd, M_DEVBUF);1211 free(slot->tune_cmd, M_DEVBUF);1468 struct mmc_command *tune_cmd; local1508 tune_cmd = slot->tune_cmd;1509 memset(tune_cmd, 0, sizeof(*tune_cmd));1510 tune_cmd->opcode = opcode;1511 tune_cmd->flags = MMC_RSP_R1 | MMC_CMD_ADTC;1512 tune_data = tune_cmd->data = slot->tune_data;1518 tune_data->mrq = tune_cmd->mrq = slot->tune_req;[all …]
388 struct mmc_command *tune_cmd; /* Tuning command of tuning request */ member