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

/linux-master/tools/power/x86/intel-speed-select/
H A Disst-config.c1294 unsigned long cpu_bf; local
1325 cpu_bf = parse_int_file(1,
1328 if (cpu_bf > pbf_info->p1_high)
1329 pbf_info->p1_high = cpu_bf;
1330 if (cpu_bf < pbf_info->p1_low)
1331 pbf_info->p1_low = cpu_bf;
1359 cpu_bf = parse_int_file(1,
1362 cpu_bf = cpu_bf / 100000;
1363 if (cpu_bf
[all...]

Completed in 196 milliseconds