Searched refs:hwpstate_set (Results 1 – 1 of 1) sorted by relevance
188 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() function1126 struct hwpstate_setting *hwpstate_set; in hwpstate_get_info_from_msr() local1135 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 …]