Lines Matching refs:val1
1301 int val1, val2; in w83791d_detect() local
1310 val1 = w83791d_read(client, W83791D_REG_BANK); in w83791d_detect()
1313 if (!(val1 & 0x07)) { in w83791d_detect()
1314 if ((!(val1 & 0x80) && val2 != 0xa3) || in w83791d_detect()
1315 ((val1 & 0x80) && val2 != 0x5c)) { in w83791d_detect()
1327 val1 = w83791d_read(client, W83791D_REG_BANK) & 0x78; in w83791d_detect()
1328 w83791d_write(client, W83791D_REG_BANK, val1 | 0x80); in w83791d_detect()
1331 val1 = w83791d_read(client, W83791D_REG_WCHIPID); in w83791d_detect()
1333 if (val1 != 0x71 || val2 != 0x5c) in w83791d_detect()
1349 int val1; in w83791d_probe() local
1350 val1 = w83791d_read(client, W83791D_REG_DID_VID4); in w83791d_probe()
1352 (val1 >> 5) & 0x07, (val1 >> 1) & 0x0f, val1); in w83791d_probe()