Home
last modified time | relevance | path

Searched refs:IN_LOW (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/hwmon/
Dw83795.c78 #define IN_LOW 2 macro
464 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 …]
Dw83793.c126 #define IN_LOW 2 macro
1020 store_in, IN_LOW, index), \