Lines Matching refs:LM93_REG_PWM_CTL
74 #define LM93_REG_PWM_CTL(nr, reg) (0xc8 + (reg) + (nr) * 4) macro
1075 lm93_read_byte(client, LM93_REG_PWM_CTL(i, j)); in lm93_update_client_min()
1551 ctl4 = lm93_read_byte(client, LM93_REG_PWM_CTL(nr, LM93_PWM_CTL4)); in temp_auto_pwm_min_store()
1732 LM93_REG_PWM_CTL(val - 1, LM93_PWM_CTL4)); in fan_smart_tach_store()
1780 ctl2 = lm93_read_byte(client, LM93_REG_PWM_CTL(nr, LM93_PWM_CTL2)); in pwm_store()
1781 ctl4 = lm93_read_byte(client, LM93_REG_PWM_CTL(nr, LM93_PWM_CTL4)); in pwm_store()
1788 lm93_write_byte(client, LM93_REG_PWM_CTL(nr, LM93_PWM_CTL2), ctl2); in pwm_store()
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()
1904 ctl4 = lm93_read_byte(client, LM93_REG_PWM_CTL(nr, LM93_PWM_CTL4)); in pwm_freq_store()
1910 lm93_write_byte(client, LM93_REG_PWM_CTL(nr, LM93_PWM_CTL4), ctl4); in pwm_freq_store()
1943 lm93_write_byte(client, LM93_REG_PWM_CTL(nr, LM93_PWM_CTL1), in pwm_auto_channels_store()
1983 ctl3 = lm93_read_byte(client, LM93_REG_PWM_CTL(nr, LM93_PWM_CTL3)); in pwm_auto_spinup_min_store()
1984 ctl4 = lm93_read_byte(client, LM93_REG_PWM_CTL(nr, LM93_PWM_CTL4)); in pwm_auto_spinup_min_store()
1989 lm93_write_byte(client, LM93_REG_PWM_CTL(nr, LM93_PWM_CTL3), ctl3); in pwm_auto_spinup_min_store()
2023 ctl3 = lm93_read_byte(client, LM93_REG_PWM_CTL(nr, LM93_PWM_CTL3)); in pwm_auto_spinup_time_store()
2026 lm93_write_byte(client, LM93_REG_PWM_CTL(nr, LM93_PWM_CTL3), ctl3); in pwm_auto_spinup_time_store()