Searched refs:cfnum (Results 1 – 1 of 1) sorted by relevance
176 int cfnum; member636 for (i = 0; i < sc->cfnum; i++) in hwpstate_set_pstate()639 if (i == sc->cfnum) in hwpstate_set_pstate()681 if (msr >= sc->cfnum) in hwpstate_get_pstate()719 if (*count < sc->cfnum) in hwpstate_settings_pstate()721 for (i = 0; i < sc->cfnum; i++, sets++) { in hwpstate_settings_pstate()729 *count = sc->cfnum; in hwpstate_settings_pstate()997 if (sc->cfnum != 1 + AMD_10H_11H_GET_PSTATE_MAX_VAL(msr)) { in hwpstate_probe_pstate()999 " count mismatch\n", (intmax_t)msr, sc->cfnum); in hwpstate_probe_pstate()1120 for (i = 0; i < req->sc->cfnum; i++) { in hwpstate_pstate_read_settings_cb()[all …]