Searched refs:IN_LOW (Results 1 – 2 of 2) sorted by relevance
91 #define IN_LOW 2 macro477 data->in[i][IN_LOW] = in w83795_update_limits()478 w83795_read(client, W83795_REG_IN[i][IN_LOW]); in w83795_update_limits()486 data->in_lsb[i][IN_LOW] = in w83795_update_limits()487 w83795_read(client, IN_LSB_REG(i, IN_LOW)); in w83795_update_limits()630 u8 lsb_low = w83795_read(client, IN_LSB_REG(0, IN_LOW)); in w83795_update_device()637 data->in[i][IN_LOW] = in w83795_update_device()638 w83795_read(client, W83795_REG_IN[i][IN_LOW]); in w83795_update_device()640 data->in_lsb[i][IN_LOW] = (lsb_low >> (2 * i)) & 0x03; in w83795_update_device()1506 case IN_LOW: in show_in()[all …]
139 #define IN_LOW 2 macro1035 store_in, IN_LOW, index), \