Searched refs:SYS_PLL (Results 1 – 2 of 2) sorted by relevance
23 reg = __raw_readl(SYS_PLL) >> 16; in ns9360_reset()24 REGSET(reg, SYS_PLL, SWC, YES); in ns9360_reset()25 __raw_writel(reg, SYS_PLL); in ns9360_reset()31 u32 pll = __raw_readl(SYS_PLL); in ns9360_systemclock()32 return CRYSTAL * (REGGETIM(pll, SYS_PLL, ND) + 1) in ns9360_systemclock()33 >> REGGETIM(pll, SYS_PLL, FS); in ns9360_systemclock()
34 #define SYS_PLL __REG(0xa0900188) macro