SKY81452_EN
ret = regmap_update_bits(regmap, SKY81452_REG1, SKY81452_EN,
value << CTZ(SKY81452_EN));
pdata->enable = SKY81452_EN >> CTZ(SKY81452_EN);
return regmap_update_bits(regmap, SKY81452_REG1, SKY81452_EN,
pdata->enable << CTZ(SKY81452_EN));
return regmap_update_bits(regmap, SKY81452_REG1, SKY81452_EN, 0);