Searched refs:IT87_REG_PWM (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | it87.c | 232 static const u8 IT87_REG_PWM[] = { 0x15, 0x16, 0x17, 0x7f, 0xa7, 0xaf }; variable 266 #define NUM_PWM ARRAY_SIZE(IT87_REG_PWM) 267 #define NUM_AUTO_PWM ARRAY_SIZE(IT87_REG_PWM) 691 data->pwm_ctrl[nr] = it87_read_value(data, IT87_REG_PWM[nr]); in it87_update_pwm_ctrl() 1341 it87_write_value(data, IT87_REG_PWM[nr], ctrl); in set_pwm_enable() 1355 it87_write_value(data, IT87_REG_PWM[nr], ctrl); in set_pwm_enable() 1402 it87_write_value(data, IT87_REG_PWM[nr], in set_pwm() 1503 it87_write_value(data, IT87_REG_PWM[nr], data->pwm_ctrl[nr]); in set_pwm_temp_map() 3003 IT87_REG_PWM[i]); in it87_check_pwm() 3018 IT87_REG_PWM[ in it87_check_pwm() [all...] |
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | it87.c | 251 static const u8 IT87_REG_PWM[] = { 0x15, 0x16, 0x17, 0x7f, 0xa7, 0xaf }; variable 285 #define NUM_PWM ARRAY_SIZE(IT87_REG_PWM) 286 #define NUM_AUTO_PWM ARRAY_SIZE(IT87_REG_PWM) 799 data->pwm_ctrl[nr] = it87_read_value(data, IT87_REG_PWM[nr]); in it87_update_pwm_ctrl() 1561 it87_write_value(data, IT87_REG_PWM[nr], ctrl); in set_pwm_enable() 1575 it87_write_value(data, IT87_REG_PWM[nr], ctrl); in set_pwm_enable() 1626 it87_write_value(data, IT87_REG_PWM[nr], in set_pwm() 1739 it87_write_value(data, IT87_REG_PWM[nr], data->pwm_ctrl[nr]); in set_pwm_temp_map() 3320 IT87_REG_PWM[i]); in it87_check_pwm() 3335 IT87_REG_PWM[ in it87_check_pwm() [all...] |
Completed in 9 milliseconds