Searched refs:LM93_PWM_CTL2 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/hwmon/ |
H A D | lm93.c | 76 #define LM93_PWM_CTL2 0x1 macro 1755 ctl2 = data->block9[nr][LM93_PWM_CTL2]; in pwm_show() 1780 ctl2 = lm93_read_byte(client, LM93_REG_PWM_CTL(nr, LM93_PWM_CTL2)); in pwm_store() 1788 lm93_write_byte(client, LM93_REG_PWM_CTL(nr, LM93_PWM_CTL2), ctl2); in pwm_store() 1804 ctl2 = data->block9[nr][LM93_PWM_CTL2]; in pwm_enable_show() 1828 ctl2 = lm93_read_byte(client, LM93_REG_PWM_CTL(nr, LM93_PWM_CTL2)); in pwm_enable_store() 1845 lm93_write_byte(client, LM93_REG_PWM_CTL(nr, LM93_PWM_CTL2), ctl2); in pwm_enable_store()
|