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

/linux-master/arch/mips/ath79/
H A Dclock.c175 u32 cpu_config; local
178 cpu_config = __raw_readl(pll_base + AR933X_PLL_CPU_CONFIG_REG);
180 t = (cpu_config >> AR933X_PLL_CPU_CONFIG_REFDIV_SHIFT) &
184 ninit_mul = (cpu_config >> AR933X_PLL_CPU_CONFIG_NINT_SHIFT) &
187 t = (cpu_config >> AR933X_PLL_CPU_CONFIG_OUTDIV_SHIFT) &
/linux-master/arch/arm/mach-mvebu/
H A Dkirkwood.c152 void __iomem *cpu_config; local
154 cpu_config = ioremap(CPU_CONFIG_PHYS, 4);
155 writel(readl(cpu_config) & ~CPU_CONFIG_ERROR_PROP, cpu_config);

Completed in 163 milliseconds