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

/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dhndpmu.c3326 uint32 tmp, divarm; local
3329 /* Read divarm from pllcontrol[0] */
3332 divarm = (tmp & PMU0_PLL0_PC0_DIV_ARM_MASK) >> PMU0_PLL0_PC0_DIV_ARM_SHIFT;
3336 return FVCO / (divarm + PMU0_PLL0_PC0_DIV_ARM_BASE) * 1000;

Completed in 47 milliseconds