Skip to content

Commit

Permalink
[ARM] 4484/1: ns9xxx: fix definition of SYS_TCx_TEN_DIS
Browse files Browse the repository at this point in the history
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 Jul 20, 2007
1 parent aa4db07 commit 70ca7d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-arm/arch-ns9xxx/regs-sys.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 70ca7d5

Please sign in to comment.