Home
last modified time | relevance | path

Searched refs:target_tmp (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/hwmon/
Dw83792d.c788 u8 target_tmp = 0, target_mask = 0; in store_thermal_cruise() local
796 target_tmp = val; in store_thermal_cruise()
797 target_tmp = target_tmp & 0x7f; in store_thermal_cruise()
801 data->thermal_cruise[nr] = clamp_val(target_tmp, 0, 255); in store_thermal_cruise()