Searched refs:rxy (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/gpu/drm/xe/ |
H A D | xe_hwmon.c | 327 u32 x, y, rxy, x_w = 2; /* 2 bits */ in xe_hwmon_power_max_interval_store() local 377 rxy = REG_FIELD_PREP(PKG_PWR_LIM_1_TIME_X, x) | REG_FIELD_PREP(PKG_PWR_LIM_1_TIME_Y, y); in xe_hwmon_power_max_interval_store() 384 PKG_PWR_LIM_1_TIME, rxy); in xe_hwmon_power_max_interval_store()
|
/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()
|