Home
last modified time | relevance | path

Searched refs:tdp_level (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/tools/power/x86/intel-speed-select/
H A Disst-core.c185 int isst_set_tdp_level(struct isst_id *id, int tdp_level) in isst_set_tdp_level() argument
188 return isst_ops->set_tdp_level(id, tdp_level); in isst_set_tdp_level()
361 int isst_get_process_ctdp(struct isst_id *id, int tdp_level, struct isst_pkg_ctdp *pkg_dev) in isst_get_process_ctdp() argument
376 if (tdp_level != 0xff && tdp_level > pkg_dev->levels) { in isst_get_process_ctdp()
387 if (tdp_level != 0xff && i != tdp_level) in isst_get_process_ctdp()
H A Disst-config.c39 static int tdp_level = 0xFF; variable
1336 if (tdp_level != 0xff && tdp_level != 0) { in dump_clx_n_config_for_cpu()
1364 ret = isst_get_process_ctdp(id, tdp_level, &pkg_dev); in dump_isst_config_for_cpu()
1420 if (pkg_dev.current_level == tdp_level) { in set_tdp_level_for_cpu()
1425 ret = isst_set_tdp_level(id, tdp_level); in set_tdp_level_for_cpu()
1441 isst_adjust_uncore_freq(id, tdp_level, &ctdp_level); in set_tdp_level_for_cpu()
1501 if (tdp_level == 0xff) { in set_tdp_level()
1541 ret = isst_get_pbf_info(id, tdp_level, &pbf_info); in dump_pbf_config_for_cpu()
1564 if (tdp_level == 0xff) { in dump_pbf_config()
2030 if (tdp_level == 0xff) { in dump_fact_config()
[all …]
H A Disst.h201 int (*set_tdp_level)(struct isst_id *id, int tdp_level);
251 extern int isst_get_process_ctdp(struct isst_id *id, int tdp_level,
255 extern void isst_ctdp_display_information(struct isst_id *id, FILE *outf, int tdp_level,
263 extern int isst_set_tdp_level(struct isst_id *id, int tdp_level);
H A Disst-core-mbox.c606 static int mbox_set_tdp_level(struct isst_id *id, int tdp_level) in mbox_set_tdp_level() argument
619 tdp_level, &resp); in mbox_set_tdp_level()
621 isst_display_error_info_message(1, "Set TDP level failed for level", 1, tdp_level); in mbox_set_tdp_level()
H A Disst-core-tpmi.c370 static int tpmi_set_tdp_level(struct isst_id *id, int tdp_level) in tpmi_set_tdp_level() argument
377 info.level = tdp_level; in tpmi_set_tdp_level()
H A Disst-display.c338 void isst_ctdp_display_information(struct isst_id *id, FILE *outf, int tdp_level, in isst_ctdp_display_information() argument
494 tdp_level, in isst_ctdp_display_information()