Searched refs:W83795_REG_HT (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | w83795.c | 200 #define W83795_REG_HT(index) (0x270 + (index)) macro 560 tmp = w83795_read(client, W83795_REG_HT(i)); in w83795_update_pwm_config() 1224 tmp = w83795_read(client, W83795_REG_HT(index)); in store_temp_pwm() 1227 w83795_write(client, W83795_REG_HT(index), tmp); in store_temp_pwm() 1231 tmp = w83795_read(client, W83795_REG_HT(index)); in store_temp_pwm() 1234 w83795_write(client, W83795_REG_HT(index), tmp); in store_temp_pwm()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | w83795.c | 200 #define W83795_REG_HT(index) (0x270 + (index)) macro 560 tmp = w83795_read(client, W83795_REG_HT(i)); in w83795_update_pwm_config() 1224 tmp = w83795_read(client, W83795_REG_HT(index)); in store_temp_pwm() 1227 w83795_write(client, W83795_REG_HT(index), tmp); in store_temp_pwm() 1231 tmp = w83795_read(client, W83795_REG_HT(index)); in store_temp_pwm() 1234 w83795_write(client, W83795_REG_HT(index), tmp); in store_temp_pwm()
|
Completed in 7 milliseconds