Searched refs:rxy (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_hwmon.c | 204 u32 x, y, rxy, x_w = 2; /* 2 bits */ in hwm_power1_max_interval_store() local 245 rxy = REG_FIELD_PREP(PKG_PWR_LIM_1_TIME_X, x) | REG_FIELD_PREP(PKG_PWR_LIM_1_TIME_Y, y); in hwm_power1_max_interval_store() 248 PKG_PWR_LIM_1_TIME, rxy); in hwm_power1_max_interval_store()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_hwmon.c | 593 u32 x, y, rxy, x_w = 2; /* 2 bits */ in xe_hwmon_power_max_interval_store() local 644 rxy = REG_FIELD_PREP(PWR_LIM_TIME_X, x) | in xe_hwmon_power_max_interval_store() 652 xe_hwmon_pcode_rmw_power_limit(hwmon, power_attr, channel, PWR_LIM_TIME, rxy); in xe_hwmon_power_max_interval_store() 655 PWR_LIM_TIME, rxy); in xe_hwmon_power_max_interval_store()
|