Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hwmon/
Dw83791d.c163 static const u8 W83791D_REG_TEMP_ADD[2][6] = { variable
994 w83791d_write(client, W83791D_REG_TEMP_ADD[nr][index * 2], in store_temp23()
996 w83791d_write(client, W83791D_REG_TEMP_ADD[nr][index * 2 + 1], in store_temp23()
1612 W83791D_REG_TEMP_ADD[i][j * 2]) << 8) | in w83791d_update_device()
1614 W83791D_REG_TEMP_ADD[i][j * 2 + 1]); in w83791d_update_device()