Home
last modified time | relevance | path

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

/src/sys/x86/cpufreq/
H A Dhwpstate_amd.c188 static int hwpstate_set(device_t dev, const struct cf_setting *cf);
222 DEVMETHOD(cpufreq_drv_set, hwpstate_set),
654 hwpstate_set(device_t dev, const struct cf_setting *cf) in hwpstate_set() function
1126 struct hwpstate_setting *hwpstate_set; in hwpstate_get_info_from_msr() local
1135 hwpstate_set = sc->hwpstate_settings; in hwpstate_get_info_from_msr()
1145 hwpstate_set[i].volts = CPUFREQ_VAL_UNKNOWN; in hwpstate_get_info_from_msr()
1146 hwpstate_set[i].power = CPUFREQ_VAL_UNKNOWN; in hwpstate_get_info_from_msr()
1147 hwpstate_set[i].lat = CPUFREQ_VAL_UNKNOWN; in hwpstate_get_info_from_msr()
1151 hwpstate_set[i].freq = (100 * (fid + 0x08)) >> did; in hwpstate_get_info_from_msr()
1157 hwpstate_set[i].freq = (100 * (fid + 0x10)) >> did; in hwpstate_get_info_from_msr()
[all …]