Searched refs:cfnum (Results 1 – 1 of 1) sorted by relevance
109 int cfnum; member254 for (i = 0; i < sc->cfnum; i++) in hwpstate_set()257 if (i == sc->cfnum) in hwpstate_set()274 if (msr >= sc->cfnum) in hwpstate_get()296 if (*count < sc->cfnum) in hwpstate_settings()298 for (i = 0; i < sc->cfnum; i++, sets++) { in hwpstate_settings()306 *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 …]