Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/src/cpu/intel/speedstep/
H A Dacpi.c32 const int max_ratio2 = SPEEDSTEP_DOUBLE_RATIO(pstates->states[0]); in gen_pstate_entries() local
36 (max_ratio2 * fsb3) / 6); in gen_pstate_entries()
40 pstates->num_states, min_ratio2 / 2, max_ratio2 / 2); in gen_pstate_entries()
H A Dspeedstep.c113 const int max_ratio2 = SPEEDSTEP_DOUBLE_RATIO(params.max); in speedstep_gen_pstates() local
115 const int ratio_diff2 = max_ratio2 - min_ratio2; in speedstep_gen_pstates()