Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hwmon/
Dw83l786ng.c589 u8 tol_tmp, tol_mask; in store_tolerance() local
600 tol_tmp = clamp_val(val, 0, 15); in store_tolerance()
601 tol_tmp &= 0x0f; in store_tolerance()
602 data->tolerance[nr] = tol_tmp; in store_tolerance()
604 tol_tmp <<= 4; in store_tolerance()
607 tol_mask | tol_tmp); in store_tolerance()
Dw83792d.c812 u8 tol_tmp, tol_mask; in store_tolerance() local
823 tol_tmp = clamp_val(val, 0, 15); in store_tolerance()
824 tol_tmp &= 0x0f; in store_tolerance()
825 data->tolerance[nr] = tol_tmp; in store_tolerance()
827 tol_tmp <<= 4; in store_tolerance()
829 tol_mask | tol_tmp); in store_tolerance()