Lines Matching refs:val1
1332 int val1, val2; in w83791d_detect() local
1341 val1 = w83791d_read(client, W83791D_REG_BANK); in w83791d_detect()
1344 if (!(val1 & 0x07)) { in w83791d_detect()
1345 if ((!(val1 & 0x80) && val2 != 0xa3) || in w83791d_detect()
1346 ((val1 & 0x80) && val2 != 0x5c)) { in w83791d_detect()
1358 val1 = w83791d_read(client, W83791D_REG_BANK) & 0x78; in w83791d_detect()
1359 w83791d_write(client, W83791D_REG_BANK, val1 | 0x80); in w83791d_detect()
1362 val1 = w83791d_read(client, W83791D_REG_WCHIPID); in w83791d_detect()
1364 if (val1 != 0x71 || val2 != 0x5c) in w83791d_detect()
1381 int val1; in w83791d_probe() local
1382 val1 = w83791d_read(client, W83791D_REG_DID_VID4); in w83791d_probe()
1384 (val1 >> 5) & 0x07, (val1 >> 1) & 0x0f, val1); in w83791d_probe()