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:
aa4db07
)
[ARM] 4484/1: ns9xxx: fix definition of SYS_TCx_TEN_DIS
author
Uwe Kleine-König
<
[email protected]
>
Tue, 17 Jul 2007 21:35:14 +0000
(22:35 +0100)
committer
Russell King
<
[email protected]
>
Fri, 20 Jul 2007 09:00:41 +0000
(10:00 +0100)
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 a42546aeb92a0eaa67426292e7b128595c1d7b55..749262f86204ea4ad365ee267f0ee243f1f0a327 100644
(file)
--- a/
include/asm-arm/arch-ns9xxx/regs-sys.h
+++ b/
include/asm-arm/arch-ns9xxx/regs-sys.h
@@
-64,7
+64,7
@@
/* Timer x Control register: Timer enable */
#define SYS_TCx_TEN __REGBIT(15)
-#define SYS_TCx_TEN_DIS __REGVAL(SYS_TCx_TEN,
1
)
+#define SYS_TCx_TEN_DIS __REGVAL(SYS_TCx_TEN,
0
)
#define SYS_TCx_TEN_EN __REGVAL(SYS_TCx_TEN, 1)
/* Timer x Control register: CPU debug mode */