temp11            109 drivers/hwmon/f75375s.c 	s16 temp11[2];
temp11            217 drivers/hwmon/f75375s.c 			data->temp11[nr] =
temp11            221 drivers/hwmon/f75375s.c 				data->temp11[nr] |=
temp11            582 drivers/hwmon/f75375s.c 	return sprintf(buf, "%d\n", TEMP11_FROM_REG(data->temp11[nr]));
temp11            164 drivers/hwmon/lm63.c 	s16 temp11[4];	/* 0: remote input
temp11            260 drivers/hwmon/lm63.c 		data->temp11[0] = i2c_smbus_read_byte_data(client,
temp11            262 drivers/hwmon/lm63.c 		data->temp11[0] |= i2c_smbus_read_byte_data(client,
temp11            264 drivers/hwmon/lm63.c 		data->temp11[1] = (i2c_smbus_read_byte_data(client,
temp11            268 drivers/hwmon/lm63.c 		data->temp11[2] = (i2c_smbus_read_byte_data(client,
temp11            272 drivers/hwmon/lm63.c 		data->temp11[3] = (i2c_smbus_read_byte_data(client,
temp11            540 drivers/hwmon/lm63.c 			temp = TEMP11_FROM_REG(data->temp11[nr]);
temp11            543 drivers/hwmon/lm63.c 			temp = TEMP11_FROM_REG((u16)data->temp11[nr]);
temp11            545 drivers/hwmon/lm63.c 			temp = TEMP11_FROM_REG(data->temp11[nr]);
temp11            575 drivers/hwmon/lm63.c 		data->temp11[nr] = TEMP11U_TO_REG(val - data->temp2_offset);
temp11            577 drivers/hwmon/lm63.c 		data->temp11[nr] = TEMP11_TO_REG(val - data->temp2_offset);
temp11            580 drivers/hwmon/lm63.c 				  data->temp11[nr] >> 8);
temp11            582 drivers/hwmon/lm63.c 				  data->temp11[nr] & 0xff);
temp11            472 drivers/hwmon/lm90.c 	s16 temp11[TEMP11_REG_NUM];
temp11            653 drivers/hwmon/lm90.c 	data->temp11[REMOTE_LOW] = val << 8;
temp11            659 drivers/hwmon/lm90.c 		data->temp11[REMOTE_LOW] |= val;
temp11            665 drivers/hwmon/lm90.c 	data->temp11[REMOTE_HIGH] = val << 8;
temp11            671 drivers/hwmon/lm90.c 		data->temp11[REMOTE_HIGH] |= val;
temp11            679 drivers/hwmon/lm90.c 		data->temp11[REMOTE_OFFSET] = val;
temp11            712 drivers/hwmon/lm90.c 		data->temp11[REMOTE2_LOW] = val << 8;
temp11            717 drivers/hwmon/lm90.c 		data->temp11[REMOTE2_HIGH] = val << 8;
temp11            760 drivers/hwmon/lm90.c 			data->temp11[LOCAL_TEMP] = val;
temp11            765 drivers/hwmon/lm90.c 			data->temp11[LOCAL_TEMP] = val << 8;
temp11            771 drivers/hwmon/lm90.c 		data->temp11[REMOTE_TEMP] = val;
temp11            789 drivers/hwmon/lm90.c 			data->temp11[REMOTE2_TEMP] = val;
temp11            979 drivers/hwmon/lm90.c 	s16 temp11 = data->temp11[index];
temp11            983 drivers/hwmon/lm90.c 		temp = temp_from_u16_adt7461(data, temp11);
temp11            985 drivers/hwmon/lm90.c 		temp = temp_from_u16(temp11);
temp11            987 drivers/hwmon/lm90.c 		temp = temp_from_s16(temp11);
temp11           1017 drivers/hwmon/lm90.c 		data->temp11[index] = temp_to_u16_adt7461(data, val);
temp11           1019 drivers/hwmon/lm90.c 		data->temp11[index] = temp_to_u8(val) << 8;
temp11           1021 drivers/hwmon/lm90.c 		data->temp11[index] = temp_to_s16(val);
temp11           1023 drivers/hwmon/lm90.c 		data->temp11[index] = temp_to_s8(val) << 8;
temp11           1027 drivers/hwmon/lm90.c 				  data->temp11[index] >> 8);
temp11           1032 drivers/hwmon/lm90.c 						data->temp11[index] & 0xff);