Home
last modified time | relevance | path

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

/drivers/hwmon/
Df71805f.c247 static inline unsigned long pwm_freq_from_reg(u8 reg) in pwm_freq_from_reg() function
675 return sprintf(buf, "%lu\n", pwm_freq_from_reg(data->pwm_freq[nr])); in show_pwm_freq()
Dw83627hf.c305 static inline unsigned long pwm_freq_from_reg(u8 reg) in pwm_freq_from_reg() function
1526 pwm_freq_from_reg(data->pwm_freq[nr])); in pwm_freq_show()
Dw83795.c281 static unsigned int pwm_freq_from_reg(u8 reg, u16 clkin) in pwm_freq_from_reg() function
843 val = pwm_freq_from_reg(data->pwm[index][nr], data->clkin); in show_pwm()