Lines Matching refs:IN_LOW
91 #define IN_LOW 2 macro
477 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()
1628 store_in, IN_LOW, index), \