Searched defs:pll_regs (Results 1 – 2 of 2) sorted by relevance
115 struct pll_regs { struct116 u32 cscr; /* Clock Source Control Register */117 u32 mpctl0; /* MCU PLL Control Register 0 */118 u32 mpctl1; /* MCU PLL Control Register 1 */119 u32 spctl0; /* System PLL Control Register 0 */120 u32 spctl1; /* System PLL Control Register 1 */121 u32 osc26mctl; /* Oscillator 26M Register */122 u32 pcdr0; /* Peripheral Clock Divider Register 0 */123 u32 pcdr1; /* Peripheral Clock Divider Register 1 */124 u32 pccr0; /* Peripheral Clock Control Register 0 */[all …]
108 void __iomem *pll_regs = map_physmem(AR71XX_PLL_BASE, in ar934x_pll_init() local