Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hwmon/
Dlm93.c589 static int LM93_PWM_FROM_REG(u8 reg, enum pwm_freq freq) in LM93_PWM_FROM_REG() function
1626 return sprintf(buf, "%d\n", LM93_PWM_FROM_REG(reg, (ctl4 & 0x07) ? in show_temp_auto_pwm_min()
1874 rc = LM93_PWM_FROM_REG(ctl2 >> 4, (ctl4 & 0x07) ? in show_pwm()
1899 data->pwm_override[nr] = LM93_PWM_FROM_REG(ctl2 >> 4, in store_pwm()
2081 LM93_PWM_FROM_REG(ctl3 & 0x0f, (ctl4 & 0x07) ? in show_pwm_auto_spinup_min()