Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54017
b: refs/heads/master
c: 940089e
h: refs/heads/master
i:
  54015: c905af7
v: v3
  • Loading branch information
Uwe Kleine-König authored and Russell King committed Apr 21, 2007
1 parent a8a2c9b commit d6c49a5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fee64d1b55af57d7dba41f554769db83d7a32fde
refs/heads/master: 940089e007e8ed33295ef408b39a53e5ad518ebd
6 changes: 6 additions & 0 deletions trunk/include/asm-arm/arch-ns9xxx/regs-sys.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@
/* PLL Configuration register */
#define SYS_PLL __REG(0xa0900188)

/* PLL FS status */
#define SYS_PLL_FS __REGBITS(24, 23)

/* PLL ND status */
#define SYS_PLL_ND __REGBITS(20, 16)

/* PLL Configuration register: PLL SW change */
#define SYS_PLL_SWC __REGBIT(15)
#define SYS_PLL_SWC_NO __REGVAL(SYS_PLL_SWC, 0)
Expand Down

0 comments on commit d6c49a5

Please sign in to comment.