W83791D_REG_CONFIG 1315 drivers/hwmon/w83791d.c 	if (w83791d_read(client, W83791D_REG_CONFIG) & 0x80)
W83791D_REG_CONFIG 1453 drivers/hwmon/w83791d.c 			w83791d_write(client, W83791D_REG_CONFIG, 0x80);
W83791D_REG_CONFIG 1478 drivers/hwmon/w83791d.c 			tmp = w83791d_read(client, W83791D_REG_CONFIG) & 0xf7;
W83791D_REG_CONFIG 1479 drivers/hwmon/w83791d.c 			w83791d_write(client, W83791D_REG_CONFIG, tmp | 0x01);