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

/linux-master/tools/power/x86/intel-speed-select/
H A Disst-core-mbox.c306 ctdp_level->uncore_p0 = 0;
316 ctdp_level->uncore_p0 = resp & GENMASK(7, 0);
322 id->cpu, config_index, resp, ctdp_level->uncore_p0, ctdp_level->uncore_p1,
332 ctdp_level->uncore_p0 = 0;
337 ctdp_level->uncore_p0 = resp & GENMASK(7, 0);
341 id->cpu, config_index, resp, ctdp_level->uncore_p0,
380 if (ctdp_level->uncore_p0)
381 _set_uncore_min_max(id, 1, ctdp_level->uncore_p0 * 100000);
H A Disst-core-tpmi.c246 ctdp_level->uncore_p0 = info.p0_fabric_freq_mhz;
609 ctdp_level->uncore_p0 = info.p0_fabric_freq_mhz;
616 if (ctdp_level->uncore_p0)
617 _set_uncore_min_max(id, 1, ctdp_level->uncore_p0 * 100000);
H A Disst.h147 int uncore_p0; member in struct:isst_pkg_ctdp_level_info
H A Disst-display.c423 if (ctdp_level->uncore_p0) {
426 ctdp_level->uncore_p0 * isst_get_disp_freq_multiplier());

Completed in 124 milliseconds