Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_hwmon.c47 #define SF_VOLTAGE 1000 /* millivolts */ macro
506 *value = DIV_ROUND_CLOSEST(REG_FIELD_GET(VOLTAGE_MASK, reg_val) * 2500, SF_VOLTAGE); in xe_hwmon_get_voltage()
/linux/drivers/gpu/drm/i915/
H A Di915_hwmon.c28 #define SF_VOLTAGE 1000 macro