summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/pl310.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/include/asm/pl310.h')
-rw-r--r--arch/arm/include/asm/pl310.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/include/asm/pl310.h b/arch/arm/include/asm/pl310.h
index d588f94..6f79178 100644
--- a/arch/arm/include/asm/pl310.h
+++ b/arch/arm/include/asm/pl310.h
@@ -3,6 +3,8 @@
* Texas Instruments, <www.ti.com>
* Aneesh V <aneesh@ti.com>
*
+ * Copyright (C) 2015-2016 Freescale Semiconductor, Inc.
+ *
* SPDX-License-Identifier: GPL-2.0+
*/
#ifndef _PL310_H_
@@ -79,4 +81,9 @@ void pl310_clean_inval_all(void);
void pl310_inval_range(u32 start, u32 end);
void pl310_clean_inval_range(u32 start, u32 end);
+#define L2X0_CACHE_ID_PART_MASK (0xf << 6)
+#define L2X0_CACHE_ID_PART_L310 (3 << 6)
+#define L2X0_CACHE_ID_RTL_MASK 0x3f
+#define L2X0_CACHE_ID_RTL_R3P2 0x8
+
#endif