Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/iio/light/
Dtsl2563.c409 unsigned long ch1_coeff; member
416 .ch1_coeff = FRAC10K(262),
420 .ch1_coeff = FRAC10K(430),
424 .ch1_coeff = FRAC10K(529),
428 .ch1_coeff = FRAC10K(605),
432 .ch1_coeff = FRAC10K(291),
436 .ch1_coeff = FRAC10K(180),
440 .ch1_coeff = FRAC10K(26),
444 .ch1_coeff = 0,
461 lux = ch0 * lp->ch0_coeff - ch1 * lp->ch1_coeff; in adc_to_lux()