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()
220 ("cpu:%d CONFIG_TDP_GET_TDP_CONTROL fact_support:%d pbf_support: %d fact_enabled:%d pbf_enabled:%d\n", 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.c483 if (ctdp_level->pbf_support) { in isst_ctdp_display_information()
504 if (ctdp_level->pbf_support) in isst_ctdp_display_information()
546 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.c1155 if (ctdp_level.pbf_support) in get_isst_status()
1390 ctdp_level->pbf_support = 1; /* PBF is always supported and enabled */ in clx_n_config()
1988 if (!ctdp_level.pbf_support) { in set_pbf_for_cpu()