REF_FREQ
#define CALC_VCLK(m,n,p) (double)m / ((double)n * (1 << p)) * 4 * REF_FREQ
m = int(f_vco / (REF_FREQ / (double)n) / (double)4.0 + 0.5);