Searched refs:LIGHTBAR_S0_OFF (Results 1 – 1 of 1) sorted by relevance
168 #define LIGHTBAR_S0_OFF BIT(2) macro1533 value = LIGHTBAR_S0_OFF; in uniwill_led_brightness_set()1535 ret = regmap_update_bits(data->regmap, EC_ADDR_LIGHTBAR_AC_CTRL, LIGHTBAR_S0_OFF, value); in uniwill_led_brightness_set()1539 return regmap_update_bits(data->regmap, EC_ADDR_LIGHTBAR_BAT_CTRL, LIGHTBAR_S0_OFF, value); in uniwill_led_brightness_set()1542 #define LIGHTBAR_MASK (LIGHTBAR_APP_EXISTS | LIGHTBAR_S0_OFF | LIGHTBAR_S3_OFF | LIGHTBAR_WELCOME)1593 if (value & LIGHTBAR_S0_OFF) in uniwill_led_init()