Home
last modified time | relevance | path

Searched refs:cfnum (Results 1 – 1 of 1) sorted by relevance

/src/sys/x86/cpufreq/
H A Dhwpstate_amd.c176 int cfnum; member
645 for (i = 0; i < sc->cfnum; i++) in hwpstate_set_pstate()
648 if (i == sc->cfnum) in hwpstate_set_pstate()
691 if (msr >= sc->cfnum) in hwpstate_get_pstate()
730 if (*count < sc->cfnum) in hwpstate_settings_pstate()
732 for (i = 0; i < sc->cfnum; i++, sets++) { in hwpstate_settings_pstate()
740 *count = sc->cfnum; in hwpstate_settings_pstate()
1006 if (sc->cfnum != 1 + AMD_10H_11H_GET_PSTATE_MAX_VAL(msr)) { in hwpstate_probe_pstate()
1008 " count mismatch\n", (intmax_t)msr, sc->cfnum); in hwpstate_probe_pstate()
1134 sc->cfnum = 1 + AMD_10H_11H_GET_PSTATE_MAX_VAL(msr); in hwpstate_get_info_from_msr()
[all …]