Searched refs:SKY81452_EN (Results 1 – 1 of 1) sorted by relevance
42 #define SKY81452_EN 0x3F macro71 return regmap_update_bits(regmap, SKY81452_REG1, SKY81452_EN, in sky81452_bl_update_status()72 pdata->enable << CTZ(SKY81452_EN)); in sky81452_bl_update_status()75 return regmap_update_bits(regmap, SKY81452_REG1, SKY81452_EN, 0); in sky81452_bl_update_status()93 ret = regmap_update_bits(regmap, SKY81452_REG1, SKY81452_EN, in sky81452_bl_store_enable()94 value << CTZ(SKY81452_EN)); in sky81452_bl_store_enable()200 pdata->enable = SKY81452_EN >> CTZ(SKY81452_EN); in sky81452_bl_parse_dt()