Home
last modified time | relevance | path

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

/linux/drivers/iio/light/
H A Dapds9999.c171 int gain, itime_us; in apds9999_read_raw() local
197 itime_us = apds9999_itimes_us[data->als_res]; in apds9999_read_raw()
200 scale_nano = div_u64(54ULL * NSEC_PER_SEC * USEC_PER_MSEC, (u32)(gain * itime_us)); in apds9999_read_raw()