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

/linux-4.1.27/drivers/hwmon/
H A Dw83l786ng.c602 u8 tol_tmp, tol_mask; store_tolerance() local
613 tol_tmp = clamp_val(val, 0, 15); store_tolerance()
614 tol_tmp &= 0x0f; store_tolerance()
615 data->tolerance[nr] = tol_tmp; store_tolerance()
617 tol_tmp <<= 4; store_tolerance()
620 tol_mask | tol_tmp); store_tolerance()
H A Dw83792d.c828 u8 tol_tmp, tol_mask; store_tolerance() local
839 tol_tmp = clamp_val(val, 0, 15); store_tolerance()
840 tol_tmp &= 0x0f; store_tolerance()
841 data->tolerance[nr] = tol_tmp; store_tolerance()
843 tol_tmp <<= 4; store_tolerance()
845 tol_mask | tol_tmp); store_tolerance()

Completed in 90 milliseconds