regval_high        76 drivers/hwmon/w83773g.c 	unsigned int regval_high;
regval_high        80 drivers/hwmon/w83773g.c 	ret = regmap_read(regmap, W83773_TEMP_MSB[index], &regval_high);
regval_high        88 drivers/hwmon/w83773g.c 	*val = temp_of_remote(regval_high, regval_low);
regval_high       107 drivers/hwmon/w83773g.c 	unsigned int regval_high;
regval_high       111 drivers/hwmon/w83773g.c 	ret = regmap_read(regmap, W83773_OFFSET_MSB[index], &regval_high);
regval_high       119 drivers/hwmon/w83773g.c 	*val = temp_of_remote(regval_high, regval_low);