Searched refs:uncore_p0 (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/tools/power/x86/intel-speed-select/ |
H A D | isst-core-mbox.c | 306 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()
|
H A D | isst-core-tpmi.c | 246 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()
|
H A D | isst.h | 147 int uncore_p0; member
|
H A D | isst-display.c | 423 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()
|
/kernel/linux/linux-5.10/tools/power/x86/intel-speed-select/ |
H A D | isst-core.c | 163 ctdp_level->uncore_p0 = 0; in isst_get_uncore_p0_p1_info() 168 ctdp_level->uncore_p0 = resp & GENMASK(7, 0); in isst_get_uncore_p0_p1_info() 172 cpu, config_index, resp, ctdp_level->uncore_p0, in isst_get_uncore_p0_p1_info()
|
H A D | isst.h | 137 int uncore_p0; member
|
H A D | isst-display.c | 439 if (ctdp_level->uncore_p0) { in isst_ctdp_display_information() 442 ctdp_level->uncore_p0 * DISP_FREQ_MULTIPLIER); in isst_ctdp_display_information()
|
Completed in 8 milliseconds