target_tmp        772 drivers/hwmon/w83792d.c 	u8 target_tmp = 0, target_mask = 0;
target_tmp        780 drivers/hwmon/w83792d.c 	target_tmp = val;
target_tmp        781 drivers/hwmon/w83792d.c 	target_tmp = target_tmp & 0x7f;
target_tmp        785 drivers/hwmon/w83792d.c 	data->thermal_cruise[nr] = clamp_val(target_tmp, 0, 255);