Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dlm93.c632 static u8 LM93_PWM_FREQ_TO_REG(int freq) in LM93_PWM_FREQ_TO_REG() function
1905 ctl4 = (ctl4 & 0xf8) | LM93_PWM_FREQ_TO_REG(val); in pwm_freq_store()