Searched refs:IN_LSB_REG (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/hwmon/ |
D | w83795.c | 118 #define IN_LSB_REG(index, type) \ macro 472 w83795_read(client, IN_LSB_REG(i, IN_MAX)); in w83795_update_limits() 474 w83795_read(client, IN_LSB_REG(i, IN_LOW)); in w83795_update_limits() 616 u8 lsb_max = w83795_read(client, IN_LSB_REG(0, IN_MAX)); in w83795_update_device() 617 u8 lsb_low = w83795_read(client, IN_LSB_REG(0, IN_LOW)); in w83795_update_device() 1533 tmp = w83795_read(client, IN_LSB_REG(lsb_idx, nr)); in store_in() 1536 w83795_write(client, IN_LSB_REG(lsb_idx, nr), tmp); in store_in()
|