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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/kyro/
H A DSTG4000InitDevice.c246 u16 core_pll = 0, sub; local
288 core_pll |= ((P) | ((F - 2) << 2) | ((R - 2) << 11));
293 tmp = ((CORE_PLL_MODE_REG_0_7 << 8) | (core_pll & 0x00FF));
306 ((CORE_PLL_MODE_REG_8_15 << 8) | ((core_pll & 0xFF00) >> 8));

Completed in 91 milliseconds