Home
last modified time | relevance | path

Searched defs:prochot (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/drivers/gpu/drm/xe/
Dxe_gt_throttle.c91 u32 prochot = xe_gt_throttle_get_limit_reasons(gt) & PROCHOT_MASK; in read_reason_prochot() local
177 bool prochot = !!read_reason_prochot(gt); in reason_prochot_show() local
/linux-6.14.4/drivers/hwmon/
Dlm93.c690 static u8 LM93_PROCHOT_TO_REG(long prochot) in LM93_PROCHOT_TO_REG()