Searched refs:cfnum (Results 1 – 1 of 1) sorted by relevance
109 int cfnum; member243 for (i = 0; i < sc->cfnum; i++) in hwpstate_set()246 if (i == sc->cfnum) in hwpstate_set()263 if (msr >= sc->cfnum) in hwpstate_get()285 if (*count < sc->cfnum) in hwpstate_settings()287 for (i = 0; i < sc->cfnum; i++, sets++) { in hwpstate_settings()295 *count = sc->cfnum; in hwpstate_settings()389 " count mismatch\n", (intmax_t)msr, sc->cfnum); in hwpstate_probe()426 sc->cfnum = 1 + AMD_10H_11H_GET_PSTATE_MAX_VAL(msr); in hwpstate_get_info_from_msr()428 for (i = 0; i < sc->cfnum; i++) { in hwpstate_get_info_from_msr()[all …]