Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/backlight/
H A Drt4831-backlight.c22 #define RT4831_BLEN_MASK BIT(4) macro
43 unsigned int enable = brightness ? RT4831_BLEN_MASK : 0; in rt4831_bl_update_status()
56 return regmap_update_bits(priv->regmap, RT4831_REG_ENABLE, RT4831_BLEN_MASK, enable); in rt4831_bl_update_status()
71 if (!(val & RT4831_BLEN_MASK)) in rt4831_bl_get_brightness()