blob: a9f54f61e0cc7c4acc35d8ee7f8cd5c7b176a7a5 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Alexey Brodkin288aaac2014-02-04 12:56:13 +04002/*
3 * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. All rights reserved.
Alexey Brodkin288aaac2014-02-04 12:56:13 +04004 */
5
6#ifndef _ASM_ARC_ARCREGS_H
7#define _ASM_ARC_ARCREGS_H
8
Alexey Brodkin812980b2015-02-03 13:58:11 +03009#include <asm/cache.h>
Eugeniy Paltsev5e0c68e2018-03-21 15:58:49 +030010#include <config.h>
Alexey Brodkin812980b2015-02-03 13:58:11 +030011
Alexey Brodkin288aaac2014-02-04 12:56:13 +040012/*
13 * ARC architecture has additional address space - auxiliary registers.
14 * These registers are mostly used for configuration purposes.
15 * These registers are not memory mapped and special commands are used for
16 * access: "lr"/"sr".
17 */
18
Alexey Brodkin85e529f2018-11-27 09:46:57 +030019/*
20 * Typically 8 least significant bits of Build Configuration Register (BCR)
21 * describe version of the HW block in question. Moreover if decoded version
22 * is 0 this means given HW block is absent - this is especially useful because
23 * we may safely read BRC regardless HW block existence while an attempt to
24 * access any other AUX regs associated with this HW block lead to imediate
25 * "instruction error" exception.
26 *
27 * I.e. before using any cofigurable HW block it's required to make sure it
28 * exists at all, and for that we introduce a special macro below.
29 */
30#define ARC_BCR_VERSION_MASK GENMASK(7, 0)
31#define ARC_FEATURE_EXISTS(bcr) !!(__builtin_arc_lr(bcr) & ARC_BCR_VERSION_MASK)
32
Alexey Brodkin288aaac2014-02-04 12:56:13 +040033#define ARC_AUX_IDENTITY 0x04
34#define ARC_AUX_STATUS32 0x0a
35
Alexey Brodkin8f590062018-07-29 09:47:52 +030036/* STATUS32 Bits Positions */
37#define STATUS_AD_BIT 19 /* Enable unaligned access */
38
Alexey Brodkin288aaac2014-02-04 12:56:13 +040039/* Instruction cache related auxiliary registers */
40#define ARC_AUX_IC_IVIC 0x10
41#define ARC_AUX_IC_CTRL 0x11
42#define ARC_AUX_IC_IVIL 0x19
Alexey Brodkin5ff40f32015-02-03 13:58:12 +030043#if (CONFIG_ARC_MMU_VER == 3)
Alexey Brodkin288aaac2014-02-04 12:56:13 +040044#define ARC_AUX_IC_PTAG 0x1E
45#endif
Igor Guryanovf8cf3d12014-12-24 16:07:07 +030046#define ARC_BCR_IC_BUILD 0x77
Eugeniy Paltsev64f47422017-11-28 16:51:07 +030047#define AUX_AUX_CACHE_LIMIT 0x5D
48#define ARC_AUX_NON_VOLATILE_LIMIT 0x5E
49
50/* ICCM and DCCM auxiliary registers */
51#define ARC_AUX_DCCM_BASE 0x18 /* DCCM Base Addr ARCv2 */
52#define ARC_AUX_ICCM_BASE 0x208 /* ICCM Base Addr ARCv2 */
Alexey Brodkin288aaac2014-02-04 12:56:13 +040053
Eugeniy Paltsev6917a9d2020-03-23 21:50:03 +030054/* CSM auxiliary registers */
55#define ARC_AUX_CSM_ENABLE 0x9A0
56
Alexey Brodkin288aaac2014-02-04 12:56:13 +040057/* Timer related auxiliary registers */
58#define ARC_AUX_TIMER0_CNT 0x21 /* Timer 0 count */
59#define ARC_AUX_TIMER0_CTRL 0x22 /* Timer 0 control */
60#define ARC_AUX_TIMER0_LIMIT 0x23 /* Timer 0 limit */
61
Vlad Zakharovad9b5f72017-03-21 14:49:47 +030062#define ARC_AUX_TIMER1_CNT 0x100 /* Timer 1 count */
63#define ARC_AUX_TIMER1_CTRL 0x101 /* Timer 1 control */
64#define ARC_AUX_TIMER1_LIMIT 0x102 /* Timer 1 limit */
65
Alexey Brodkin288aaac2014-02-04 12:56:13 +040066#define ARC_AUX_INTR_VEC_BASE 0x25
67
68/* Data cache related auxiliary registers */
69#define ARC_AUX_DC_IVDC 0x47
70#define ARC_AUX_DC_CTRL 0x48
71
72#define ARC_AUX_DC_IVDL 0x4A
73#define ARC_AUX_DC_FLSH 0x4B
74#define ARC_AUX_DC_FLDL 0x4C
Alexey Brodkin5ff40f32015-02-03 13:58:12 +030075#if (CONFIG_ARC_MMU_VER == 3)
Alexey Brodkin288aaac2014-02-04 12:56:13 +040076#define ARC_AUX_DC_PTAG 0x5C
77#endif
Igor Guryanovf8cf3d12014-12-24 16:07:07 +030078#define ARC_BCR_DC_BUILD 0x72
Alexey Brodkin6eb15e52015-03-30 13:36:04 +030079#define ARC_BCR_SLC 0xce
Alexey Brodkinef639e62015-05-18 16:56:26 +030080#define ARC_AUX_SLC_CONFIG 0x901
81#define ARC_AUX_SLC_CTRL 0x903
Alexey Brodkin6eb15e52015-03-30 13:36:04 +030082#define ARC_AUX_SLC_FLUSH 0x904
83#define ARC_AUX_SLC_INVALIDATE 0x905
Alexey Brodkinef639e62015-05-18 16:56:26 +030084#define ARC_AUX_SLC_IVDL 0x910
85#define ARC_AUX_SLC_FLDL 0x912
Eugeniy Paltsev41cada42018-01-16 19:20:26 +030086#define ARC_AUX_SLC_RGN_START 0x914
87#define ARC_AUX_SLC_RGN_START1 0x915
88#define ARC_AUX_SLC_RGN_END 0x916
89#define ARC_AUX_SLC_RGN_END1 0x917
Alexey Brodkindb6ce232015-12-14 17:15:13 +030090#define ARC_BCR_CLUSTER 0xcf
91
Eugeniy Paltsev41cada42018-01-16 19:20:26 +030092/* MMU Management regs */
Alexey Brodkin85e529f2018-11-27 09:46:57 +030093#define ARC_AUX_MMU_BCR 0x6f
Eugeniy Paltsev41cada42018-01-16 19:20:26 +030094
Alexey Brodkindb6ce232015-12-14 17:15:13 +030095/* IO coherency related auxiliary registers */
96#define ARC_AUX_IO_COH_ENABLE 0x500
97#define ARC_AUX_IO_COH_PARTIAL 0x501
98#define ARC_AUX_IO_COH_AP0_BASE 0x508
99#define ARC_AUX_IO_COH_AP0_SIZE 0x509
Alexey Brodkin288aaac2014-02-04 12:56:13 +0400100
Alexey Brodkin85e529f2018-11-27 09:46:57 +0300101/* XY-memory related */
102#define ARC_AUX_XY_BUILD 0x79
103
104/* DSP-extensions related auxiliary registers */
105#define ARC_AUX_DSP_BUILD 0x7A
Eugeniy Paltsev61c15162020-04-22 18:33:21 +0300106#define ARC_AUX_DSP_CTRL 0x59F
Alexey Brodkin85e529f2018-11-27 09:46:57 +0300107
108/* ARC Subsystems related auxiliary registers */
109#define ARC_AUX_SUBSYS_BUILD 0xF0
110
Alexey Brodkin288aaac2014-02-04 12:56:13 +0400111#ifndef __ASSEMBLY__
Simon Glasscd93d622020-05-10 11:40:13 -0600112#include <linux/bitops.h>
113
Alexey Brodkin288aaac2014-02-04 12:56:13 +0400114/* Accessors for auxiliary registers */
115#define read_aux_reg(reg) __builtin_arc_lr(reg)
116
117/* gcc builtin sr needs reg param to be long immediate */
118#define write_aux_reg(reg_immed, val) \
119 __builtin_arc_sr((unsigned int)val, reg_immed)
Eugeniy Paltseve59c3792017-11-28 16:48:40 +0300120
121/* ARCNUM [15:8] - field to identify each core in a multi-core system */
122#define CPU_ID_GET() ((read_aux_reg(ARC_AUX_IDENTITY) & 0xFF00) >> 8)
Eugeniy Paltsev5e0c68e2018-03-21 15:58:49 +0300123
124static const inline int is_isa_arcv2(void)
125{
126 return IS_ENABLED(CONFIG_ISA_ARCV2);
127}
128
129static const inline int is_isa_arcompact(void)
130{
131 return IS_ENABLED(CONFIG_ISA_ARCOMPACT);
132}
Alexey Brodkin288aaac2014-02-04 12:56:13 +0400133#endif /* __ASSEMBLY__ */
134
135#endif /* _ASM_ARC_ARCREGS_H */