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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dhndpmu.c2775 uint32 ndiv_frac; member in struct:__anon11560
2947 /* fref xf p1div p2div ndiv_int ndiv_frac */
4568 /* Write ndiv_frac to pllcontrol[3] */
4571 tmp |= ((xt->ndiv_frac << PMU1_PLL0_PC3_NDIV_FRAC_SHIFT) &
6598 uint32 xf, ndiv_int, ndiv_frac, fvco, pll_reg, p1_div_scale; local
6620 ndiv_frac = (pll_reg & PMU1_PLL0_PC3_NDIV_FRAC_MASK) >>
6624 /* fvco1 = (100 * (xf * 1/p1_div) * (ndiv_int + (ndiv_frac * 1/(1 << 24)))) */
6638 bcm_uint64_multiple_add(&r_high, &r_low, ndiv_frac, xf, rounding_const);

Completed in 53 milliseconds