Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hwmon/
Dw83791d.c150 static const u8 W83791D_REG_TEMP_ADD[2][6] = { variable
981 w83791d_write(client, W83791D_REG_TEMP_ADD[nr][index * 2], in store_temp23()
983 w83791d_write(client, W83791D_REG_TEMP_ADD[nr][index * 2 + 1], in store_temp23()
1579 W83791D_REG_TEMP_ADD[i][j * 2]) << 8) | in w83791d_update_device()
1581 W83791D_REG_TEMP_ADD[i][j * 2 + 1]); in w83791d_update_device()