Searched refs:cfnum (Results 1 – 1 of 1) sorted by relevance
109 int cfnum; member253 for (i = 0; i < sc->cfnum; i++) in hwpstate_set()256 if (i == sc->cfnum) in hwpstate_set()273 if (msr >= sc->cfnum) in hwpstate_get()295 if (*count < sc->cfnum) in hwpstate_settings()297 for (i = 0; i < sc->cfnum; i++, sets++) { in hwpstate_settings()305 *count = sc->cfnum; in hwpstate_settings()401 " count mismatch\n", (intmax_t)msr, sc->cfnum); in hwpstate_probe()438 sc->cfnum = 1 + AMD_10H_11H_GET_PSTATE_MAX_VAL(msr); in hwpstate_get_info_from_msr()440 for (i = 0; i < sc->cfnum; i++) { in hwpstate_get_info_from_msr()[all …]