Home
last modified time | relevance | path

Searched refs:SYS_PLL (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/arm/mach-ns9xxx/
Dprocessor-ns9360.c23 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()
/linux-2.6.39/arch/arm/mach-ns9xxx/include/mach/
Dregs-sys-ns9360.h34 #define SYS_PLL __REG(0xa0900188) macro