PLL_RDIV_MASK
rdiv = FIELD_GET(PLL_RDIV_MASK, pll_div);
pll_div = FIELD_PREP(PLL_RDIV_MASK, rate->rdiv) | rate->odiv |