Searched refs:FRAC10K (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/drivers/iio/light/ |
H A D | tsl2563.c | 47 #define FRAC10K(f) (((f) * (1L << (ADC_FRAC_BITS))) / (10000)) macro 394 .ch_ratio = FRAC10K(1300), 395 .ch0_coeff = FRAC10K(315), 396 .ch1_coeff = FRAC10K(262), 398 .ch_ratio = FRAC10K(2600), 399 .ch0_coeff = FRAC10K(337), 400 .ch1_coeff = FRAC10K(430), 402 .ch_ratio = FRAC10K(3900), 403 .ch0_coeff = FRAC10K(363), 404 .ch1_coeff = FRAC10K(529), 406 .ch_ratio = FRAC10K(5200), 407 .ch0_coeff = FRAC10K(392), 408 .ch1_coeff = FRAC10K(605), 410 .ch_ratio = FRAC10K(6500), 411 .ch0_coeff = FRAC10K(229), 412 .ch1_coeff = FRAC10K(291), 414 .ch_ratio = FRAC10K(8000), 415 .ch0_coeff = FRAC10K(157), 416 .ch1_coeff = FRAC10K(180), 418 .ch_ratio = FRAC10K(13000), 419 .ch0_coeff = FRAC10K(34), 420 .ch1_coeff = FRAC10K(26),
|
Completed in 60 milliseconds