Home
last modified time | relevance | path

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

/external/coreboot/src/cpu/intel/speedstep/
Dacpi.c30 const int min_ratio2 = SPEEDSTEP_DOUBLE_RATIO( in gen_pstate_entries() local
34 (min_ratio2 * fsb3) in gen_pstate_entries()
40 pstates->num_states, min_ratio2 / 2, max_ratio2 / 2); in gen_pstate_entries()
Dspeedstep.c114 const int min_ratio2 = SPEEDSTEP_DOUBLE_RATIO(params.min); in speedstep_gen_pstates() local
115 const int ratio_diff2 = max_ratio2 - min_ratio2; in speedstep_gen_pstates()