LED_MASK
regmap_update_bits(regmap, WR_RGB_LED_EN, LED_MASK,
reg = reg & ~LED_MASK(led->id);
ret = (reg & LED_MASK(led->id)) >> LED_SHIFT(led->id);