[ARM] 4484/1: ns9xxx: fix definition of SYS_TCx_TEN_DIS

Signed-off-by: Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

authored by Uwe Kleine-König and committed by Russell King 70ca7d55 aa4db079

+1 -1
+1 -1
include/asm-arm/arch-ns9xxx/regs-sys.h
··· 64 64 65 65 /* Timer x Control register: Timer enable */ 66 66 #define SYS_TCx_TEN __REGBIT(15) 67 - #define SYS_TCx_TEN_DIS __REGVAL(SYS_TCx_TEN, 1) 67 + #define SYS_TCx_TEN_DIS __REGVAL(SYS_TCx_TEN, 0) 68 68 #define SYS_TCx_TEN_EN __REGVAL(SYS_TCx_TEN, 1) 69 69 70 70 /* Timer x Control register: CPU debug mode */