PORT_PLL_M2_MASK
clock.m2 = (state->pll0 & PORT_PLL_M2_MASK) << 22;
temp &= ~PORT_PLL_M2_MASK;
hw_state->pll0 &= PORT_PLL_M2_MASK;