Searched refs:min_limit (Results 1 – 5 of 5) sorted by relevance
101 limit = clamp(limit, dql->min_limit, dql->max_limit); in dql_completed()134 dql->min_limit = 0; in dql_init()
61 unsigned int min_limit; /* Minimum limit */ member
1458 u32 min_limit = (hwp_req & 0xff); in intel_pstate_hwp_boost_up() local1476 if (max_limit == min_limit || cpu->hwp_boost_min >= max_limit) in intel_pstate_hwp_boost_up()1480 cpu->hwp_boost_min = min_limit; in intel_pstate_hwp_boost_up()1483 boost_level1 = (HWP_GUARANTEED_PERF(cpu->hwp_cap_cached) + min_limit) >> 1; in intel_pstate_hwp_boost_up()
1220 BQL_ATTR(limit_min, min_limit);
788 limits using clamp_val(value, min_limit, max_limit). If it is not continuous