Searched refs:IN_LSB_REG (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/hwmon/ |
D | w83795.c | 131 #define IN_LSB_REG(index, type) \ macro 485 w83795_read(client, IN_LSB_REG(i, IN_MAX)); in w83795_update_limits() 487 w83795_read(client, IN_LSB_REG(i, IN_LOW)); in w83795_update_limits() 629 u8 lsb_max = w83795_read(client, IN_LSB_REG(0, IN_MAX)); in w83795_update_device() 630 u8 lsb_low = w83795_read(client, IN_LSB_REG(0, IN_LOW)); in w83795_update_device() 1546 tmp = w83795_read(client, IN_LSB_REG(lsb_idx, nr)); in store_in() 1549 w83795_write(client, IN_LSB_REG(lsb_idx, nr), tmp); in store_in()
|