enh_acoustics     211 drivers/hwmon/adt7475.c 	u8 enh_acoustics[2];
enh_acoustics     552 drivers/hwmon/adt7475.c 		val = data->enh_acoustics[0] & 0xf;
enh_acoustics     555 drivers/hwmon/adt7475.c 		val = (data->enh_acoustics[1] >> 4) & 0xf;
enh_acoustics     559 drivers/hwmon/adt7475.c 		val = data->enh_acoustics[1] & 0xf;
enh_acoustics     610 drivers/hwmon/adt7475.c 	data->enh_acoustics[idx] &= ~(0xf << shift);
enh_acoustics     611 drivers/hwmon/adt7475.c 	data->enh_acoustics[idx] |= (val << shift);
enh_acoustics     613 drivers/hwmon/adt7475.c 	i2c_smbus_write_byte_data(client, reg, data->enh_acoustics[idx]);
enh_acoustics     826 drivers/hwmon/adt7475.c 	return sprintf(buf, "%d\n", !!(data->enh_acoustics[0] & mask));
enh_acoustics     844 drivers/hwmon/adt7475.c 	data->enh_acoustics[0] &= ~mask;
enh_acoustics     846 drivers/hwmon/adt7475.c 		data->enh_acoustics[0] |= mask;
enh_acoustics     849 drivers/hwmon/adt7475.c 				  data->enh_acoustics[0]);