Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dmax31760.c67 static const int max31760_pwm_freq[] = {33, 150, 1500, 25000}; variable
193 if (regval >= ARRAY_SIZE(max31760_pwm_freq)) in max31760_read()
196 *val = max31760_pwm_freq[regval]; in max31760_read()
292 pwm_index = find_closest(val, max31760_pwm_freq, in max31760_write()
293 ARRAY_SIZE(max31760_pwm_freq)); in max31760_write()