mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 10:50:53 +07:00
[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>
This commit is contained in:
parent
aa4db079f7
commit
70ca7d55e1
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user