Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/backlight/
H A Drt4831-backlight.c23 #define RT4831_BLCH_MASK GENMASK(3, 0) macro
160 if (!(propval & RT4831_BLCH_MASK)) { in rt4831_parse_backlight_properties()
165 return regmap_update_bits(priv->regmap, RT4831_REG_ENABLE, RT4831_BLCH_MASK, propval); in rt4831_parse_backlight_properties()