Home
last modified time | relevance | path

Searched refs:tau4 (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_hwmon.c163 u64 tau4, out; in hwm_power1_max_interval_show() local
175 * tau4 = (4 | x) << y in hwm_power1_max_interval_show()
178 tau4 = (u64)((1 << x_w) | x) << y; in hwm_power1_max_interval_show()
180 out = mul_u64_u32_shr(tau4, SF_TIME, hwmon->scl_shift_time + x_w); in hwm_power1_max_interval_show()
193 u64 tau4, r, max_win; in hwm_power1_max_interval_store() local
214 tau4 = (u64)((1 << x_w) | x) << y; in hwm_power1_max_interval_store()
215 max_win = mul_u64_u32_shr(tau4, SF_TIME, hwmon->scl_shift_time + x_w); in hwm_power1_max_interval_store()

Completed in 2 milliseconds