Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwmon/
Dw83l786ng.c602 u8 tol_tmp, tol_mask; in store_tolerance() local
613 tol_tmp = clamp_val(val, 0, 15); in store_tolerance()
614 tol_tmp &= 0x0f; in store_tolerance()
615 data->tolerance[nr] = tol_tmp; in store_tolerance()
617 tol_tmp <<= 4; in store_tolerance()
620 tol_mask | tol_tmp); in store_tolerance()
Dw83792d.c825 u8 tol_tmp, tol_mask; in store_tolerance() local
836 tol_tmp = clamp_val(val, 0, 15); in store_tolerance()
837 tol_tmp &= 0x0f; in store_tolerance()
838 data->tolerance[nr] = tol_tmp; in store_tolerance()
840 tol_tmp <<= 4; in store_tolerance()
842 tol_mask | tol_tmp); in store_tolerance()