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

/freebsd-12-stable/sys/mips/atheros/
H A Dar933x_chip.c74 uint32_t cpu_config; local
90 cpu_config = ATH_READ_REG(AR933X_PLL_CPU_CONFIG_REG);
92 t = (cpu_config >> AR933X_PLL_CPU_CONFIG_REFDIV_SHIFT) &
96 t = (cpu_config >> AR933X_PLL_CPU_CONFIG_NINT_SHIFT) &
100 t = (cpu_config >> AR933X_PLL_CPU_CONFIG_OUTDIV_SHIFT) &

Completed in 95 milliseconds