Searched refs:epp_strings (Results 1 – 1 of 1) sorted by relevance
277 static const char * const epp_strings[] = { in amd_pstate_ut_epp() local358 for (i = 0; i < ARRAY_SIZE(epp_strings); i++) { in amd_pstate_ut_epp()360 snprintf(buf, PAGE_SIZE, "%s", epp_strings[i]); in amd_pstate_ut_epp()371 if (strcmp(buf, epp_strings[i])) { in amd_pstate_ut_epp()372 pr_err("String EPP value mismatch: %s != %s\n", buf, epp_strings[i]); in amd_pstate_ut_epp()