Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dlm63.c96 #define LM63_PWM_BASE_SLOW_HZ 700 macro
468 LM63_PWM_BASE_SLOW_HZ : LM63_PWM_BASE_FAST_HZ; in pwm1_freq_show()
499 pfr_slow = clamp_val(DIV_ROUND_CLOSEST((unsigned long)LM63_PWM_BASE_SLOW_HZ, val), in pwm1_freq_store()
502 err_slow = abs_diff(LM63_PWM_BASE_SLOW_HZ / pfr_slow, val); in pwm1_freq_store()