Home
last modified time | relevance | path

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

/linux/tools/power/x86/intel-speed-select/
H A Disst-config.c1314 unsigned long cpu_bf; in clx_n_config() local
1345 cpu_bf = parse_int_file(1, in clx_n_config()
1348 if (cpu_bf > pbf_info->p1_high) in clx_n_config()
1349 pbf_info->p1_high = cpu_bf; in clx_n_config()
1350 if (cpu_bf < pbf_info->p1_low) in clx_n_config()
1351 pbf_info->p1_low = cpu_bf; in clx_n_config()
1379 cpu_bf = parse_int_file(1, in clx_n_config()
1382 cpu_bf = cpu_bf / 100000; in clx_n_config()
1383 if (cpu_bf in clx_n_config()
[all...]