Skip to content

Commit

Permalink
[ARM] 4293/1: ns9xxx: Add bit fields FS and ND to the definition of
Browse files Browse the repository at this point in the history
	SYS_PLL register

Signed-off-by: Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Uwe Kleine-König authored and Russell King committed Apr 21, 2007
1 parent fee64d1 commit 940089e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions 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 940089e

Please sign in to comment.