Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/cpufreq/
H A Dhwpstate_amd.c149 DEVMETHOD(cpufreq_drv_set, hwpstate_set),
430 struct hwpstate_setting *hwpstate_set; in hwpstate_get_info_from_msr() local
439 hwpstate_set = sc->hwpstate_settings; in hwpstate_get_info_from_msr()
468 hwpstate_set[i].freq = (200 * fid) / did; in hwpstate_get_info_from_msr()
477 hwpstate_set[i].pstate_id = i; in hwpstate_get_info_from_msr()
481 hwpstate_set[i].lat = CPUFREQ_VAL_UNKNOWN; in hwpstate_get_info_from_msr()
491 struct hwpstate_setting *hwpstate_set; in hwpstate_get_info_from_acpi_perf() local
511 hwpstate_set = sc->hwpstate_settings; in hwpstate_get_info_from_acpi_perf()
514 hwpstate_set[i].pstate_id = i; in hwpstate_get_info_from_acpi_perf()
515 hwpstate_set[i].freq = perf_set[i].freq; in hwpstate_get_info_from_acpi_perf()
[all …]