Home
last modified time | relevance | path

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

/Linux-v6.6/tools/power/x86/intel-speed-select/
Disst-core-mbox.c306 ctdp_level->uncore_p0 = 0; in _get_uncore_p0_p1_info()
316 ctdp_level->uncore_p0 = resp & GENMASK(7, 0); in _get_uncore_p0_p1_info()
322 id->cpu, config_index, resp, ctdp_level->uncore_p0, ctdp_level->uncore_p1, in _get_uncore_p0_p1_info()
332 ctdp_level->uncore_p0 = 0; in _get_uncore_p0_p1_info()
337 ctdp_level->uncore_p0 = resp & GENMASK(7, 0); in _get_uncore_p0_p1_info()
341 id->cpu, config_index, resp, ctdp_level->uncore_p0, in _get_uncore_p0_p1_info()
380 if (ctdp_level->uncore_p0) in mbox_adjust_uncore_freq()
381 _set_uncore_min_max(id, 1, ctdp_level->uncore_p0 * 100000); in mbox_adjust_uncore_freq()
Disst-core-tpmi.c246 ctdp_level->uncore_p0 = info.p0_fabric_freq_mhz; in tpmi_get_tdp_info()
609 ctdp_level->uncore_p0 = info.p0_fabric_freq_mhz; in tpmi_adjust_uncore_freq()
616 if (ctdp_level->uncore_p0) in tpmi_adjust_uncore_freq()
617 _set_uncore_min_max(id, 1, ctdp_level->uncore_p0 * 100000); in tpmi_adjust_uncore_freq()
Disst.h147 int uncore_p0; member
Disst-display.c423 if (ctdp_level->uncore_p0) { in isst_ctdp_display_information()
426 ctdp_level->uncore_p0 * isst_get_disp_freq_multiplier()); in isst_ctdp_display_information()