Searched refs:tdp_ratio (Results 1 - 9 of 9) sorted by relevance

/linux-master/tools/power/x86/intel-speed-select/
H A Disst-core-tpmi.c236 ctdp_level->tdp_ratio = info.tdp_ratio;
251 ("cpu:%d ctdp:%d CONFIG_TDP_GET_TDP_INFO tdp_ratio:%d pkg_tdp:%d ctdp_level->t_proc_hot:%d\n",
252 id->cpu, config_index, ctdp_level->tdp_ratio, ctdp_level->pkg_tdp,
H A Disst.h138 int tdp_ratio; member in struct:isst_pkg_ctdp_level_info
H A Disst-core.c426 ctdp_level->tdp_ratio = ctdp_level->sse_p1;
H A Disst-core-mbox.c455 ctdp_level->tdp_ratio = (resp & GENMASK(23, 16)) >> 16;
458 "cpu:%d ctdp:%d CONFIG_TDP_GET_TDP_INFO resp:%x tdp_ratio:%d pkg_tdp:%d\n",
459 id->cpu, config_index, resp, ctdp_level->tdp_ratio,
H A Disst-display.c392 snprintf(value, sizeof(value), "%d", ctdp_level->tdp_ratio);
397 ctdp_level->sse_p1 = ctdp_level->tdp_ratio;
H A Disst-config.c1304 ctdp_level->tdp_ratio = clx_n_get_base_ratio();
1305 if (ctdp_level->tdp_ratio == 0) {
/linux-master/drivers/cpufreq/
H A Dintel_pstate.c1878 u64 tdp_ratio; local
1889 err = rdmsrl_safe_on_cpu(cpu, tdp_msr, &tdp_ratio);
1895 tdp_ratio >>= 16;
1897 tdp_ratio &= 0xff; /* ratios are only 8 bits long */
1898 pr_debug("tdp_ratio %x\n", (int)tdp_ratio);
1900 return (int)tdp_ratio;
1911 int tdp_ratio; local
1917 tdp_ratio = core_get_tdp_ratio(cpu, plat_info);
1918 if (tdp_ratio <
[all...]
/linux-master/include/uapi/linux/
H A Disst_if.h325 * @tdp_ratio: TDP Ratio
355 __u16 tdp_ratio; member in struct:isst_perf_level_data_info
/linux-master/drivers/platform/x86/intel/speed_select_if/
H A Disst_tpmi_core.c927 _read_pp_level_info("tdp_ratio", perf_level.tdp_ratio, perf_level.level,

Completed in 191 milliseconds