Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwmon/
Dlm93.c645 static u8 LM93_PWM_FREQ_TO_REG(int freq) in LM93_PWM_FREQ_TO_REG() function
2021 ctl4 = (ctl4 & 0xf8) | LM93_PWM_FREQ_TO_REG(val); in store_pwm_freq()