Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iio/light/
Dopt3001.c59 #define OPT3001_REG_MANTISSA(n) ((n) & 0xfff) macro
344 mantissa = OPT3001_REG_MANTISSA(opt->result); in opt3001_get_lux()
673 opt->low_thresh_mantissa = OPT3001_REG_MANTISSA(ret); in opt3001_configure()
683 opt->high_thresh_mantissa = OPT3001_REG_MANTISSA(ret); in opt3001_configure()