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

/linux-4.4.14/arch/arm/mach-mvebu/
H A Dkirkwood.c155 void __iomem *cpu_config; kirkwood_disable_mbus_error_propagation() local
157 cpu_config = ioremap(CPU_CONFIG_PHYS, 4); kirkwood_disable_mbus_error_propagation()
158 writel(readl(cpu_config) & ~CPU_CONFIG_ERROR_PROP, cpu_config); kirkwood_disable_mbus_error_propagation()
/linux-4.4.14/arch/mips/ath79/
H A Dclock.c166 u32 cpu_config; ar933x_clocks_init() local
182 cpu_config = ath79_pll_rr(AR933X_PLL_CPU_CONFIG_REG); ar933x_clocks_init()
184 t = (cpu_config >> AR933X_PLL_CPU_CONFIG_REFDIV_SHIFT) & ar933x_clocks_init()
188 t = (cpu_config >> AR933X_PLL_CPU_CONFIG_NINT_SHIFT) & ar933x_clocks_init()
192 t = (cpu_config >> AR933X_PLL_CPU_CONFIG_OUTDIV_SHIFT) & ar933x_clocks_init()

Completed in 246 milliseconds