Home
last modified time | relevance | path

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

/freebsd/sys/x86/cpufreq/
H A Dhwpstate_amd.c175 hwpstate_settings[AMD_10H_11H_MAX_STATES]; member
191 static int hwpstate_settings(device_t dev, struct cf_setting *sets, int *count);
225 DEVMETHOD(cpufreq_drv_settings, hwpstate_settings),
635 set = sc->hwpstate_settings; in hwpstate_set_pstate()
683 set = sc->hwpstate_settings[msr]; in hwpstate_get_pstate()
722 set = sc->hwpstate_settings[i]; in hwpstate_settings_pstate()
735 hwpstate_settings(device_t dev, struct cf_setting *sets, int *count) in hwpstate_settings() function
1153 hwpstate_set = sc->hwpstate_settings; in hwpstate_get_info_from_msr()
1258 hwpstate_set = sc->hwpstate_settings; in hwpstate_get_info_from_acpi_perf()