Searched refs:tune_data (Results 1 – 2 of 2) sorted by relevance
1043 slot->tune_data = malloc(sizeof(*slot->tune_data), M_DEVBUF,1118 free(slot->tune_data, M_DEVBUF);1211 free(slot->tune_data, M_DEVBUF);1468 struct mmc_data *tune_data; local1511 tune_data = tune_cmd->data = slot->tune_data;1512 memset(tune_data, 0, sizeof(*tune_data));1513 tune_data->len = (opcode == MMC_SEND_TUNING_BLOCK_HS200 &&1516 tune_data->flags = MMC_DATA_READ;1517 tune_data->mrq = tune_cmd->mrq = slot->tune_req;
387 struct mmc_data *tune_data; /* Tuning data of tuning command */ member