Searched refs:lowest_lvl_req (Results 1 – 1 of 1) sorted by relevance
315 uint64_t highest_lvl_req = limits->highest_hwp_lvl, lowest_lvl_req = limits->lowest_hwp_lvl, reg; in apply_frequency_policy() local329 lowest_lvl_req = limits->guaranteed_hwp_lvl; in apply_frequency_policy()332 reg = (0x80UL << 24U) | (0x00UL << 16U) | (highest_lvl_req << 8U) | lowest_lvl_req; in apply_frequency_policy()
Completed in 3 milliseconds