Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dw83791d.c150 static const u8 W83791D_REG_TEMP_ADD[2][6] = { variable
977 w83791d_write(client, W83791D_REG_TEMP_ADD[nr][index * 2], in store_temp23()
979 w83791d_write(client, W83791D_REG_TEMP_ADD[nr][index * 2 + 1], in store_temp23()
1568 W83791D_REG_TEMP_ADD[i][j * 2]) << 8) | in w83791d_update_device()
1570 W83791D_REG_TEMP_ADD[i][j * 2 + 1]); in w83791d_update_device()