Searched refs:tune_data (Results 1 – 2 of 2) sorted by relevance
990 slot->tune_data = malloc(sizeof(*slot->tune_data), M_DEVBUF,1065 free(slot->tune_data, M_DEVBUF);1174 free(slot->tune_data, M_DEVBUF);1369 struct mmc_data *tune_data; local1410 tune_data = tune_cmd->data = slot->tune_data;1411 memset(tune_data, 0, sizeof(*tune_data));1412 tune_data->len = (opcode == MMC_SEND_TUNING_BLOCK_HS200 &&1415 tune_data->flags = MMC_DATA_READ;1416 tune_data->mrq = tune_cmd->mrq = slot->tune_req;
389 struct mmc_data *tune_data; /* Tuning data of tuning command */ member