Searched refs:comp2 (Results 1 – 3 of 3) sorted by relevance
| /drivers/iio/light/ |
| A D | veml6075.c | 128 static int veml6075_uva_comp(int raw_uva, int comp1, int comp2) in veml6075_uva_comp() argument 133 comp2a_c = (comp2 * VEML6075_B_COEF) / 1000U; in veml6075_uva_comp() 139 static int veml6075_uvb_comp(int raw_uvb, int comp1, int comp2) in veml6075_uvb_comp() argument 144 comp2b_c = (comp2 * VEML6075_D_COEF) / 1000U; in veml6075_uvb_comp()
|
| /drivers/net/fddi/skfp/ |
| A D | drvfbi.c | 473 static int is_equal_num(char comp1[], char comp2[], int num) in is_equal_num() argument 478 if (comp1[i] != comp2[i]) in is_equal_num()
|
| /drivers/media/dvb-frontends/ |
| A D | stv090x.c | 675 static inline s32 comp2(s32 __x, s32 __width) in comp2() function 2313 offst_car = comp2(offst_car, 16); in stv090x_chk_signal() 2533 derot = comp2(derot, 24); in stv090x_get_car_freq() 2674 offst_tmg = comp2(offst_tmg, 24); /* 2's complement */ in stv090x_get_tmgoffst()
|
Completed in 13 milliseconds