Home
last modified time | relevance | path

Searched refs:POWER_SETUP_I1_SHIFT (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_hwmon.c478 SF_POWER, POWER_SETUP_I1_SHIFT); in hwm_power_read()
494 uval = DIV_ROUND_CLOSEST_ULL(val << POWER_SETUP_I1_SHIFT, SF_POWER); in hwm_power_write()
595 SF_CURR, POWER_SETUP_I1_SHIFT); in hwm_curr_read()
609 uval = DIV_ROUND_CLOSEST_ULL(val << POWER_SETUP_I1_SHIFT, SF_CURR); in hwm_curr_write()
H A Di915_reg.h5439 #define POWER_SETUP_I1_SHIFT 6 /* 10.6 fixed point format */ macro