DPLL_CFGCR0_DCO_INTEGER_MASK
dco_freq = (cfgcr0 & DPLL_CFGCR0_DCO_INTEGER_MASK) * ref_clock;
dco_integer = cfgcr0 & DPLL_CFGCR0_DCO_INTEGER_MASK;