Searched refs:LM93_REG_PWM_MIN_HYST (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | lm93.c | 97 #define LM93_REG_PWM_MIN_HYST(nr) (0xc3 + (nr)/2) macro 1550 reg = lm93_read_byte(client, LM93_REG_PWM_MIN_HYST(nr)); in temp_auto_pwm_min_store() 1557 lm93_write_byte(client, LM93_REG_PWM_MIN_HYST(nr), reg); in temp_auto_pwm_min_store() 1600 lm93_write_byte(client, LM93_REG_PWM_MIN_HYST(nr), reg); in temp_auto_offset_hyst_store()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | lm93.c | 97 #define LM93_REG_PWM_MIN_HYST(nr) (0xc3 + (nr)/2) macro 1550 reg = lm93_read_byte(client, LM93_REG_PWM_MIN_HYST(nr)); in temp_auto_pwm_min_store() 1557 lm93_write_byte(client, LM93_REG_PWM_MIN_HYST(nr), reg); in temp_auto_pwm_min_store() 1600 lm93_write_byte(client, LM93_REG_PWM_MIN_HYST(nr), reg); in temp_auto_offset_hyst_store()
|
Completed in 9 milliseconds