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

/freebsd-10.3-release/sys/mips/atheros/
H A Dar933x_chip.c72 uint32_t cpu_config; local
88 cpu_config = ATH_READ_REG(AR933X_PLL_CPU_CONFIG_REG);
90 t = (cpu_config >> AR933X_PLL_CPU_CONFIG_REFDIV_SHIFT) &
94 t = (cpu_config >> AR933X_PLL_CPU_CONFIG_NINT_SHIFT) &
98 t = (cpu_config >> AR933X_PLL_CPU_CONFIG_OUTDIV_SHIFT) &

Completed in 90 milliseconds