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.c1041 slot->tune_cmd = malloc(sizeof(*slot->tune_cmd), M_DEVBUF,
1117 free(slot->tune_cmd, M_DEVBUF);
1210 free(slot->tune_cmd, M_DEVBUF);
1467 struct mmc_command *tune_cmd; local
1507 tune_cmd = slot->tune_cmd;
1508 memset(tune_cmd, 0, sizeof(*tune_cmd));
1509 tune_cmd->opcode = opcode;
1510 tune_cmd->flags = MMC_RSP_R1 | MMC_CMD_ADTC;
1511 tune_data = tune_cmd->data = slot->tune_data;
1517 tune_data->mrq = tune_cmd->mrq = slot->tune_req;
[all …]
H A Dsdhci.h386 struct mmc_command *tune_cmd; /* Tuning command of tuning request */ member