Searched refs:SKY81452_EN (Results 1 – 1 of 1) sorted by relevance
29 #define SKY81452_EN 0x3F macro81 return regmap_update_bits(regmap, SKY81452_REG1, SKY81452_EN, in sky81452_bl_update_status()82 pdata->enable << CTZ(SKY81452_EN)); in sky81452_bl_update_status()85 return regmap_update_bits(regmap, SKY81452_REG1, SKY81452_EN, 0); in sky81452_bl_update_status()103 ret = regmap_update_bits(regmap, SKY81452_REG1, SKY81452_EN, in sky81452_bl_store_enable()104 value << CTZ(SKY81452_EN)); in sky81452_bl_store_enable()210 pdata->enable = SKY81452_EN >> CTZ(SKY81452_EN); in sky81452_bl_parse_dt()
Completed in 3 milliseconds