Searched refs:LM93_PWM_CTL2 (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/hwmon/ |
D | lm93.c | 89 #define LM93_PWM_CTL2 0x1 macro 1869 ctl2 = data->block9[nr][LM93_PWM_CTL2]; in show_pwm() 1894 ctl2 = lm93_read_byte(client, LM93_REG_PWM_CTL(nr, LM93_PWM_CTL2)); in store_pwm() 1902 lm93_write_byte(client, LM93_REG_PWM_CTL(nr, LM93_PWM_CTL2), ctl2); in store_pwm() 1918 ctl2 = data->block9[nr][LM93_PWM_CTL2]; in show_pwm_enable() 1942 ctl2 = lm93_read_byte(client, LM93_REG_PWM_CTL(nr, LM93_PWM_CTL2)); in store_pwm_enable() 1959 lm93_write_byte(client, LM93_REG_PWM_CTL(nr, LM93_PWM_CTL2), ctl2); in store_pwm_enable()
|