Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iio/light/
Dopt3001.c58 #define OPT3001_REG_EXPONENT(n) ((n) >> 12) macro
343 exponent = OPT3001_REG_EXPONENT(opt->result); in opt3001_get_lux()
674 opt->low_thresh_exp = OPT3001_REG_EXPONENT(ret); in opt3001_configure()
684 opt->high_thresh_exp = OPT3001_REG_EXPONENT(ret); in opt3001_configure()