Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dw83l786ng.c588 u8 tol_tmp, tol_mask; in store_tolerance() local
599 tol_tmp = clamp_val(val, 0, 15); in store_tolerance()
600 tol_tmp &= 0x0f; in store_tolerance()
601 data->tolerance[nr] = tol_tmp; in store_tolerance()
603 tol_tmp <<= 4; in store_tolerance()
606 tol_mask | tol_tmp); in store_tolerance()
H A Dw83792d.c808 u8 tol_tmp, tol_mask; in store_tolerance() local
819 tol_tmp = clamp_val(val, 0, 15); in store_tolerance()
820 tol_tmp &= 0x0f; in store_tolerance()
821 data->tolerance[nr] = tol_tmp; in store_tolerance()
823 tol_tmp <<= 4; in store_tolerance()
825 tol_mask | tol_tmp); in store_tolerance()