diff options
| -rw-r--r-- | include/asm-arm/arch-ns9xxx/regs-sys.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-arm/arch-ns9xxx/regs-sys.h b/include/asm-arm/arch-ns9xxx/regs-sys.h index 8162a50bb273..a42546aeb92a 100644 --- a/include/asm-arm/arch-ns9xxx/regs-sys.h +++ b/include/asm-arm/arch-ns9xxx/regs-sys.h | |||
| @@ -48,6 +48,12 @@ | |||
| 48 | /* PLL Configuration register */ | 48 | /* PLL Configuration register */ |
| 49 | #define SYS_PLL __REG(0xa0900188) | 49 | #define SYS_PLL __REG(0xa0900188) |
| 50 | 50 | ||
| 51 | /* PLL FS status */ | ||
| 52 | #define SYS_PLL_FS __REGBITS(24, 23) | ||
| 53 | |||
| 54 | /* PLL ND status */ | ||
| 55 | #define SYS_PLL_ND __REGBITS(20, 16) | ||
| 56 | |||
| 51 | /* PLL Configuration register: PLL SW change */ | 57 | /* PLL Configuration register: PLL SW change */ |
| 52 | #define SYS_PLL_SWC __REGBIT(15) | 58 | #define SYS_PLL_SWC __REGBIT(15) |
| 53 | #define SYS_PLL_SWC_NO __REGVAL(SYS_PLL_SWC, 0) | 59 | #define SYS_PLL_SWC_NO __REGVAL(SYS_PLL_SWC, 0) |
