Searched refs:tol_tmp (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | w83l786ng.c | 589 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()
|
H A D | w83792d.c | 808 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()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | w83l786ng.c | 588 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 D | w83792d.c | 808 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()
|
Completed in 7 milliseconds