Searched refs:IN_LOW (Results 1 – 2 of 2) sorted by relevance
78 #define IN_LOW 2 macro464 data->in[i][IN_LOW] = in w83795_update_limits()465 w83795_read(client, W83795_REG_IN[i][IN_LOW]); in w83795_update_limits()473 data->in_lsb[i][IN_LOW] = in w83795_update_limits()474 w83795_read(client, IN_LSB_REG(i, IN_LOW)); in w83795_update_limits()617 u8 lsb_low = w83795_read(client, IN_LSB_REG(0, IN_LOW)); in w83795_update_device()624 data->in[i][IN_LOW] = in w83795_update_device()625 w83795_read(client, W83795_REG_IN[i][IN_LOW]); in w83795_update_device()627 data->in_lsb[i][IN_LOW] = (lsb_low >> (2 * i)) & 0x03; in w83795_update_device()1493 case IN_LOW: in show_in()[all …]
126 #define IN_LOW 2 macro1020 store_in, IN_LOW, index), \