REG_CR3
ret = regmap_read(state->regmap, REG_CR3, ®val);
return regmap_clear_bits(state->regmap, REG_CR3, BIT(channel));
return regmap_set_bits(state->regmap, REG_CR3, BIT(channel));