Home
last modified time | relevance | path

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

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