projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fee64d1
)
[ARM] 4293/1: ns9xxx: Add bit fields FS and ND to the definition of
author
Uwe Kleine-König
<
[email protected]
>
Wed, 28 Mar 2007 16:54:22 +0000
(17:54 +0100)
committer
Russell King
<
[email protected]
>
Sat, 21 Apr 2007 19:51:05 +0000
(20:51 +0100)
SYS_PLL register
Signed-off-by: Uwe Kleine-König <
[email protected]
>
Signed-off-by: Russell King <
[email protected]
>
include/asm-arm/arch-ns9xxx/regs-sys.h
patch
|
blob
|
history
diff --git
a/include/asm-arm/arch-ns9xxx/regs-sys.h
b/include/asm-arm/arch-ns9xxx/regs-sys.h
index 8162a50bb2736a0c947c6d8ae52542991ae47705..a42546aeb92a0eaa67426292e7b128595c1d7b55 100644
(file)
--- a/
include/asm-arm/arch-ns9xxx/regs-sys.h
+++ b/
include/asm-arm/arch-ns9xxx/regs-sys.h
@@
-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)