Lines Matching refs:IN_LOW
78 #define IN_LOW 2
464 data->in[i][IN_LOW] =
465 w83795_read(client, W83795_REG_IN[i][IN_LOW]);
473 data->in_lsb[i][IN_LOW] =
474 w83795_read(client, IN_LSB_REG(i, IN_LOW));
617 u8 lsb_low = w83795_read(client, IN_LSB_REG(0, IN_LOW));
624 data->in[i][IN_LOW] =
625 w83795_read(client, W83795_REG_IN[i][IN_LOW]);
627 data->in_lsb[i][IN_LOW] = (lsb_low >> (2 * i)) & 0x03;
1493 case IN_LOW:
1615 store_in, IN_LOW, index), \