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