Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
A Di915_hwmon.c675 u64 rotations, time_now, time; in hwm_fan_input_read() local
690 rotations = (reg_val - fi->reg_val_prev) / 2; in hwm_fan_input_read()
703 *val = DIV_ROUND_UP_ULL(rotations * (MSEC_PER_SEC * 60), time); in hwm_fan_input_read()
/drivers/gpu/drm/xe/
A Dxe_hwmon.c1044 u64 rotations, time_now, time; in xe_hwmon_fan_input_read() local
1057 rotations = (reg_val - fi->reg_val_prev) / 2; in xe_hwmon_fan_input_read()
1069 *val = DIV_ROUND_UP_ULL(rotations * (MSEC_PER_SEC * 60), time); in xe_hwmon_fan_input_read()

Completed in 12 milliseconds