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.c1346 unsigned long cpu_bf; in clx_n_config() local
1377 cpu_bf = parse_int_file(1, in clx_n_config()
1380 if (cpu_bf > pbf_info->p1_high) in clx_n_config()
1381 pbf_info->p1_high = cpu_bf; in clx_n_config()
1382 if (cpu_bf < pbf_info->p1_low) in clx_n_config()
1383 pbf_info->p1_low = cpu_bf; in clx_n_config()
1411 cpu_bf = parse_int_file(1, in clx_n_config()
1414 cpu_bf = cpu_bf / 100000; in clx_n_config()
1415 if (cpu_bf == pbf_info->p1_high) in clx_n_config()