Home
last modified time | relevance | path

Searched refs:tune_cmd (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/sdhci/
H A Dsdhci.c1042 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; local
1508 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 …]
H A Dsdhci.h388 struct mmc_command *tune_cmd; /* Tuning command of tuning request */ member