Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/light/
H A Dcm3323.c29 #define CM3323_CONF_IT_MASK GENMASK(6, 4) macro
124 reg_conf = data->reg_conf & ~CM3323_CONF_IT_MASK; in cm3323_set_it_bits()
146 bits = (data->reg_conf & CM3323_CONF_IT_MASK) >> in cm3323_get_it_bits()