Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hwmon/
Dw83792d.c785 u8 target_tmp = 0, target_mask = 0; in store_thermal_cruise() local
793 target_tmp = val; in store_thermal_cruise()
794 target_tmp = target_tmp & 0x7f; in store_thermal_cruise()
798 data->thermal_cruise[nr] = clamp_val(target_tmp, 0, 255); in store_thermal_cruise()