Searched refs:rotations (Results 1 – 2 of 2) sorted by relevance
675 u64 rotations, time_now, time; in hwm_fan_input_read() local690 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()
1044 u64 rotations, time_now, time; in xe_hwmon_fan_input_read() local1057 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