Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hwmon/
H A Dw83792d.c768 u8 target_tmp = 0, target_mask = 0; in store_thermal_cruise() local
776 target_tmp = val; in store_thermal_cruise()
777 target_tmp = target_tmp & 0x7f; in store_thermal_cruise()
781 data->thermal_cruise[nr] = clamp_val(target_tmp, 0, 255); in store_thermal_cruise()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dw83792d.c768 u8 target_tmp = 0, target_mask = 0; in store_thermal_cruise() local
776 target_tmp = val; in store_thermal_cruise()
777 target_tmp = target_tmp & 0x7f; in store_thermal_cruise()
781 data->thermal_cruise[nr] = clamp_val(target_tmp, 0, 255); in store_thermal_cruise()

Completed in 6 milliseconds