Searched refs:tjmax_table (Results 1 – 1 of 1) sorted by relevance
115 static const struct tjmax tjmax_table[] = { variable174 for (i = 0; i < ARRAY_SIZE(tjmax_table); i++) { in adjust_tjmax()175 if (strstr(c->x86_model_id, tjmax_table[i].id)) in adjust_tjmax()176 return tjmax_table[i].tjmax; in adjust_tjmax()