Searched refs:tune_data (Results 1 – 2 of 2) sorted by relevance
1044 slot->tune_data = malloc(sizeof(*slot->tune_data), M_DEVBUF,1119 free(slot->tune_data, M_DEVBUF);1212 free(slot->tune_data, M_DEVBUF);1469 struct mmc_data *tune_data; local1512 tune_data = tune_cmd->data = slot->tune_data;1513 memset(tune_data, 0, sizeof(*tune_data));1514 tune_data->len = (opcode == MMC_SEND_TUNING_BLOCK_HS200 &&1517 tune_data->flags = MMC_DATA_READ;1518 tune_data->mrq = tune_cmd->mrq = slot->tune_req;
389 struct mmc_data *tune_data; /* Tuning data of tuning command */ member