LDO_FET_FULL_ON
if (sel == LDO_FET_FULL_ON)
sel = enable ? LDO_FET_FULL_ON : anatop_reg->sel;
if (sreg->sel == LDO_FET_FULL_ON) {
sel = anatop_reg->bypass ? LDO_FET_FULL_ON : anatop_reg->sel;