cpu_config 153 arch/arm/mach-mvebu/kirkwood.c void __iomem *cpu_config; cpu_config 155 arch/arm/mach-mvebu/kirkwood.c cpu_config = ioremap(CPU_CONFIG_PHYS, 4); cpu_config 156 arch/arm/mach-mvebu/kirkwood.c writel(readl(cpu_config) & ~CPU_CONFIG_ERROR_PROP, cpu_config); cpu_config 175 arch/mips/ath79/clock.c u32 cpu_config; cpu_config 178 arch/mips/ath79/clock.c cpu_config = __raw_readl(pll_base + AR933X_PLL_CPU_CONFIG_REG); cpu_config 180 arch/mips/ath79/clock.c t = (cpu_config >> AR933X_PLL_CPU_CONFIG_REFDIV_SHIFT) & cpu_config 184 arch/mips/ath79/clock.c ninit_mul = (cpu_config >> AR933X_PLL_CPU_CONFIG_NINT_SHIFT) & cpu_config 187 arch/mips/ath79/clock.c t = (cpu_config >> AR933X_PLL_CPU_CONFIG_OUTDIV_SHIFT) &