Searched refs:p1_div (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dhndpmu.c7292 uint8 p1_div, p2_div, FCLkx; local
7569 p1_div = params_tbl->p1div;
7580 part_mul = (p1_div / p2_div) * mxdiv;
7729 uint8 p1_div; local
7742 p1_div = (pll_reg & PMU4335_PLL0_PC2_P1DIV_MASK) >>
7754 /* fvco1 = (100 * (xf * 1/p1_div) * (ndiv_int + (ndiv_frac * 1/(1 << 24)))) */
7757 /* Representing 1/p1_div as a 12 bit number */
7771 p1_div_scale = (1 << P1_DIV_SCALE_BITS) / p1_div;

Completed in 52 milliseconds