Home
last modified time | relevance | path

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

/openbmc/linux/tools/power/x86/intel-speed-select/
H A Disst-core-tpmi.c242 ctdp_level->t_proc_hot = info.tjunction_max_c; in tpmi_get_tdp_info()
253 ctdp_level->t_proc_hot); in tpmi_get_tdp_info()
H A Disst.h145 int t_proc_hot; member
H A Disst-display.c506 if (ctdp_level->t_proc_hot) { in isst_ctdp_display_information()
508 snprintf(value, sizeof(value), "%d", ctdp_level->t_proc_hot); in isst_ctdp_display_information()
H A Disst-core-mbox.c467 ctdp_level->t_proc_hot = resp & GENMASK(7, 0); in mbox_get_tdp_info()
475 id->cpu, config_index, resp, ctdp_level->t_proc_hot); in mbox_get_tdp_info()