Searched refs:hwp_max (Results 1 – 1 of 1) sorted by relevance
45 unsigned char hwp_max; member1016 if (req->hwp_min > req->hwp_max) { in verify_hwp_req_self_consistency()1018 cpu, req->hwp_min, req->hwp_max); in verify_hwp_req_self_consistency()1038 if (req->hwp_max > cap->highest) in check_hwp_request_v_hwp_capabilities()1040 cpu, req->hwp_max, cap->highest); in check_hwp_request_v_hwp_capabilities()1041 if (req->hwp_max < cap->lowest) in check_hwp_request_v_hwp_capabilities()1043 cpu, req->hwp_max, cap->lowest); in check_hwp_request_v_hwp_capabilities()1057 cpu, req->hwp_min, req->hwp_max); in check_hwp_request_v_hwp_capabilities()1060 if (req->hwp_desired > req->hwp_max) in check_hwp_request_v_hwp_capabilities()1092 req.hwp_max = req_update.hwp_max; in update_hwp_request()[all …]