Home
last modified time | relevance | path

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

/linux/tools/power/x86/intel-speed-select/
H A Disst-core.c213 if (!ctdp_level.pbf_support) { in isst_get_pbf_info()
355 if (ctdp_level->pbf_support) in isst_get_process_ctdp_complete()
414 if (ctdp_level->pbf_support) { in isst_get_process_ctdp()
H A Disst-core-tpmi.c199 ctdp_level->pbf_support = info.sst_bf_support & BIT(config_index); in tpmi_get_ctdp_control()
202 ctdp_level->pbf_support = info.sst_bf_support; in tpmi_get_ctdp_control()
221 id->cpu, ctdp_level->fact_support, ctdp_level->pbf_support, in tpmi_get_ctdp_control()
H A Disst-display.c510 if (ctdp_level->pbf_support) { in isst_ctdp_display_information()
531 if (ctdp_level->pbf_support) in isst_ctdp_display_information()
573 if (ctdp_level->pbf_support) in isst_ctdp_display_information()
H A Disst.h133 int pbf_support; member
H A Disst-core-mbox.c278 ctdp_level->pbf_support = !!(resp & BIT(1)); in mbox_get_ctdp_control()
293 id->cpu, resp, ctdp_level->fact_support, ctdp_level->pbf_support, in mbox_get_ctdp_control()
H A Disst-config.c1173 if (ctdp_level.pbf_support) in get_isst_status()
1408 ctdp_level->pbf_support = 1; /* PBF is always supported and enabled */ in clx_n_config()
2007 if (!ctdp_level.pbf_support) { in set_pbf_for_cpu()