Commit e62ea09b authored by Sandrine Bailleux's avatar Sandrine Bailleux
Browse files

Fix HCPTR.TCP11 bit definition



Change-Id: I98f23f6cebcf984b57efc5449b75ff702e1984a0
Signed-off-by: default avatarSandrine Bailleux <sandrine.bailleux@arm.com>
parent 30399885
......@@ -196,7 +196,7 @@
#define TCPAC_BIT (U(1) << 31)
#define TAM_BIT (U(1) << 30)
#define TTA_BIT (U(1) << 20)
#define TCP11_BIT (U(1) << 10)
#define TCP11_BIT (U(1) << 11)
#define TCP10_BIT (U(1) << 10)
#define HCPTR_RESET_VAL HCPTR_RES1
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment