Zephyr API Documentation
4.2.99
A Scalable Open Source RTOS
4.2.99
Toggle main menu visibility
Main Page
Related Pages
Topics
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Enumerator
Files
File List
Globals
All
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
f
g
h
i
k
l
m
n
o
p
r
s
t
u
x
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Macros
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Zephyr API Documentation
Introduction
Deprecated List
Topics
Data Structures
Files
File List
doc
kernel
lib
modules
subsys
zephyr
acpi
app_memory
arch
arc
asm-compat
v2
dsp
mpu
secureshield
vpx
arc_connect.h
arcv2_irq_unit.h
asm_inline.h
asm_inline_gcc.h
aux_regs.h
error.h
exception.h
irq.h
misc.h
sys_io.h
arc_addr_types.h
arch.h
arch_inlines.h
cluster.h
sys-io-common.h
syscall.h
thread.h
tool-compat.h
arm
arm64
common
mips
posix
riscv
rx
sparc
x86
xtensa
arch_inlines.h
arch_interface.h
cache.h
cpu.h
exception.h
structs.h
syscall.h
audio
bluetooth
canbus
console
crypto
data
debug
devicetree
dfu
display
drivers
dsp
dt-bindings
fs
input
internal
ipc
kernel
linker
llext
logging
lorawan
math
mem_mgmt
mgmt
misc
modbus
modem
multi_heap
net
platform
pm
pmci
portability
posix
psa
random
retention
rtio
sd
sensing
settings
shell
sip_svc
stats
storage
sys
task_wdt
timing
toolchain
tracing
usb
usb_c
xen
zbus
zvfs
bindesc.h
cache.h
device.h
devicetree.h
fatal.h
fatal_types.h
init.h
irq.h
irq_multilevel.h
irq_nextlevel.h
irq_offload.h
kernel.h
kernel_includes.h
kernel_structs.h
kernel_version.h
net_buf.h
shared_irq.h
smf.h
spinlock.h
sw_isr_table.h
sys_clock.h
syscall.h
toolchain.h
types.h
Globals
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
aux_regs.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2014 Wind River Systems, Inc.
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
14
15
#ifndef ZEPHYR_INCLUDE_ARCH_ARC_V2_AUX_REGS_H_
16
#define ZEPHYR_INCLUDE_ARCH_ARC_V2_AUX_REGS_H_
17
18
#include <
zephyr/sys/util_macro.h
>
19
20
#define _ARC_V2_LP_START 0x002
21
#define _ARC_V2_LP_END 0x003
22
#define _ARC_V2_IDENTITY 0x004
23
#define _ARC_V2_SEC_STAT 0x09
24
#define _ARC_V2_STATUS32 0x00a
25
#define _ARC_V2_STATUS32_P0 0x00b
26
#define _ARC_V2_USER_SP 0x00d
27
#define _ARC_V2_AUX_IRQ_CTRL 0x00e
28
#define _ARC_V2_IC_IVIC 0x010
29
#define _ARC_V2_IC_CTRL 0x011
30
#define _ARC_V2_IC_LIL 0x013
31
#define _ARC_V2_IC_IVIL 0x019
32
#define _ARC_V2_IC_DATA 0x01d
33
#define _ARC_V2_TMR0_COUNT 0x021
34
#define _ARC_V2_TMR0_CONTROL 0x022
35
#define _ARC_V2_TMR0_LIMIT 0x023
36
#define _ARC_V2_IRQ_VECT_BASE 0x025
37
#define _ARC_V2_IRQ_VECT_BASE_S 0x26
38
#define _ARC_V2_KERNEL_SP 0x38
39
#define _ARC_V2_SEC_U_SP 0x39
40
#define _ARC_V2_SEC_K_SP 0x3a
41
#define _ARC_V2_AUX_IRQ_ACT 0x043
42
#define _ARC_V2_DC_IVDC 0x047
43
#define _ARC_V2_DC_CTRL 0x048
44
#define _ARC_V2_DC_LDL 0x049
45
#define _ARC_V2_DC_IVDL 0x04a
46
#define _ARC_V2_DC_FLSH 0x04b
47
#define _ARC_V2_DC_FLDL 0x04c
48
#define _ARC_V2_DC_STARTR 0x04d
49
#define _ARC_V2_DC_ENDR 0x04e
50
#define _ARC_V2_DC_PTAG_HI 0x05f
51
#define _ARC_V2_EA_BUILD 0x065
52
#define _ARC_V2_VECBASE_AC_BUILD 0x068
53
#define _ARC_V2_FP_BUILD 0x06b
54
#define _ARC_V2_DPFP_BUILD 0x06c
55
#define _ARC_V2_MPU_BUILD 0x06d
56
#define _ARC_V2_RF_BUILD 0x06e
57
#define _ARC_V2_MMU_BUILD 0x06f
58
#define _ARC_V2_VECBASE_BUILD 0x071
59
#define _ARC_V2_D_CACHE_BUILD 0x072
60
#define _ARC_V2_DCCM_BUILD 0x074
61
#define _ARC_V2_TIMER_BUILD 0x075
62
#define _ARC_V2_AP_BUILD 0x076
63
#define _ARC_V2_I_CACHE_BUILD 0x077
64
#define _ARC_V2_ICCM_BUILD 0x078
65
#define _ARC_V2_MULTIPLY_BUILD 0x07b
66
#define _ARC_V2_SWAP_BUILD 0x07c
67
#define _ARC_V2_NORM_BUILD 0x07d
68
#define _ARC_V2_MINMAX_BUILD 0x07e
69
#define _ARC_V2_BARREL_BUILD 0x07f
70
#define _ARC_V2_ISA_CONFIG 0x0c1
71
#define _ARC_V2_SEP_BUILD 0x0c7
72
#define _ARC_V2_LPB_BUILD 0x0e9
73
#define _ARC_V2_LPB_CTRL 0x488
74
#define _ARC_V2_IRQ_BUILD 0x0f3
75
#define _ARC_V2_PCT_BUILD 0x0f5
76
#define _ARC_V2_CC_BUILD 0x0f6
77
#define _ARC_V2_TMR1_COUNT 0x100
78
#define _ARC_V2_TMR1_CONTROL 0x101
79
#define _ARC_V2_TMR1_LIMIT 0x102
80
#define _ARC_V2_S_TMR0_COUNT 0x106
81
#define _ARC_V2_S_TMR0_CONTROL 0x107
82
#define _ARC_V2_S_TMR0_LIMIT 0x108
83
#define _ARC_V2_S_TMR1_COUNT 0x109
84
#define _ARC_V2_S_TMR1_CONTROL 0x10a
85
#define _ARC_V2_S_TMR1_LIMIT 0x10b
86
#define _ARC_V2_IRQ_PRIO_PEND 0x200
87
#define _ARC_V2_AUX_IRQ_HINT 0x201
88
#define _ARC_V2_IRQ_PRIORITY 0x206
89
#define _ARC_V2_USTACK_TOP 0x260
90
#define _ARC_V2_USTACK_BASE 0x261
91
#define _ARC_V2_S_USTACK_TOP 0x262
92
#define _ARC_V2_S_USTACK_BASE 0x263
93
#define _ARC_V2_KSTACK_TOP 0x264
94
#define _ARC_V2_KSTACK_BASE 0x265
95
#define _ARC_V2_S_KSTACK_TOP 0x266
96
#define _ARC_V2_S_KSTACK_BASE 0x267
97
#define _ARC_V2_NSC_TABLE_TOP 0x268
98
#define _ARC_V2_NSC_TABLE_BASE 0x269
99
#define _ARC_V2_JLI_BASE 0x290
100
#define _ARC_V2_LDI_BASE 0x291
101
#define _ARC_V2_EI_BASE 0x292
102
#define _ARC_V2_ERET 0x400
103
#define _ARC_V2_ERSTATUS 0x402
104
#define _ARC_V2_ECR 0x403
105
#define _ARC_V2_EFA 0x404
106
#define _ARC_V2_ERSEC_STAT 0x406
107
#define _ARC_V2_ICAUSE 0x40a
108
#define _ARC_V2_IRQ_SELECT 0x40b
109
#define _ARC_V2_IRQ_ENABLE 0x40c
110
#define _ARC_V2_IRQ_TRIGGER 0x40d
111
#define _ARC_V2_IRQ_STATUS 0x40f
112
#define _ARC_V2_IRQ_PULSE_CANCEL 0x415
113
#define _ARC_V2_IRQ_PENDING 0x416
114
#define _ARC_V2_FPU_CTRL 0x300
115
#define _ARC_V2_FPU_STATUS 0x301
116
#define _ARC_V2_FPU_DPFP1L 0x302
117
#define _ARC_V2_FPU_DPFP1H 0x303
118
#define _ARC_V2_FPU_DPFP2L 0x304
119
#define _ARC_V2_FPU_DPFP2H 0x305
120
#define _ARC_V2_MPU_EN 0x409
121
#define _ARC_V2_MPU_RDB0 0x422
122
#define _ARC_V2_MPU_RDP0 0x423
123
#define _ARC_V2_MPU_INDEX 0x448
124
#define _ARC_V2_MPU_RSTART 0x449
125
#define _ARC_V2_MPU_REND 0x44A
126
#define _ARC_V2_MPU_RPER 0x44B
127
#define _ARC_V2_MPU_PROBE 0x44C
128
#define _ARC_V2_ACC0_GHI 0x583
129
#define _ARC_V2_ACC0_HI 0x582
130
#define _ARC_V2_ACC0_GLO 0x581
131
#define _ARC_V2_ACC0_LO 0x580
132
#define _ARC_V2_DSP_BUILD 0x7A
133
#define _ARC_V2_DSP_CTRL 0x59f
134
#define _ARC_V2_DSP_BFLY0 0x598
135
#define _ARC_V2_DSP_FFT_CTRL 0x59e
136
#define _ARC_V2_AGU_BUILD 0xcc
137
#define _ARC_V2_AGU_AP0 0x5c0
138
#define _ARC_V2_AGU_AP1 0x5c1
139
#define _ARC_V2_AGU_AP2 0x5c2
140
#define _ARC_V2_AGU_AP3 0x5c3
141
#define _ARC_V2_AGU_AP4 0x5c4
142
#define _ARC_V2_AGU_AP5 0x5c5
143
#define _ARC_V2_AGU_AP6 0x5c6
144
#define _ARC_V2_AGU_AP7 0x5c7
145
#define _ARC_V2_AGU_AP8 0x5c8
146
#define _ARC_V2_AGU_AP9 0x5c9
147
#define _ARC_V2_AGU_AP10 0x5ca
148
#define _ARC_V2_AGU_AP11 0x5cb
149
#define _ARC_V2_AGU_OS0 0x5d0
150
#define _ARC_V2_AGU_OS1 0x5d1
151
#define _ARC_V2_AGU_OS2 0x5d2
152
#define _ARC_V2_AGU_OS3 0x5d3
153
#define _ARC_V2_AGU_OS4 0x5d4
154
#define _ARC_V2_AGU_OS5 0x5d5
155
#define _ARC_V2_AGU_OS6 0x5d6
156
#define _ARC_V2_AGU_OS7 0x5d7
157
#define _ARC_V2_AGU_MOD0 0x5e0
158
#define _ARC_V2_AGU_MOD1 0x5e1
159
#define _ARC_V2_AGU_MOD2 0x5e2
160
#define _ARC_V2_AGU_MOD3 0x5e3
161
#define _ARC_V2_AGU_MOD4 0x5e4
162
#define _ARC_V2_AGU_MOD5 0x5e5
163
#define _ARC_V2_AGU_MOD6 0x5e6
164
#define _ARC_V2_AGU_MOD7 0x5e7
165
#define _ARC_V2_AGU_MOD8 0x5e8
166
#define _ARC_V2_AGU_MOD9 0x5e9
167
#define _ARC_V2_AGU_MOD10 0x5ea
168
#define _ARC_V2_AGU_MOD11 0x5eb
169
#define _ARC_V2_AGU_MOD12 0x5ec
170
#define _ARC_V2_AGU_MOD13 0x5ed
171
#define _ARC_V2_AGU_MOD14 0x5ee
172
#define _ARC_V2_AGU_MOD15 0x5ef
173
#define _ARC_V2_AGU_MOD16 0x5f0
174
#define _ARC_V2_AGU_MOD17 0x5f1
175
#define _ARC_V2_AGU_MOD18 0x5f2
176
#define _ARC_V2_AGU_MOD19 0x5f3
177
#define _ARC_V2_AGU_MOD20 0x5f4
178
#define _ARC_V2_AGU_MOD21 0x5f5
179
#define _ARC_V2_AGU_MOD22 0x5f6
180
#define _ARC_V2_AGU_MOD23 0x5f7
181
#define _ARC_V2_SLC_CTRL 0x903
182
#define _ARC_V2_SLC_FLUSH 0x904
183
#define _ARC_V2_SLC_INVALIDATE 0x905
184
#define _ARC_V2_SLC_RGN_START 0x914
185
#define _ARC_V2_SLC_RGN_START1 0x915
186
#define _ARC_V2_SLC_RGN_END 0x916
187
#define _ARC_V2_SLC_RGN_END1 0x917
188
#define _ARC_V2_SLC_BUILD 0xCE
189
#define _ARC_HW_PF_BUILD 0xf70
190
#define _ARC_HW_PF_CTRL 0x4f
191
192
/* _ARC_HW_PF_CTRL bits */
193
#define _ARC_HW_PF_CTRL_ENABLE BIT(0)
194
195
/* STATUS32/STATUS32_P0 bits */
196
#define _ARC_V2_STATUS32_H (1 << 0)
197
#define Z_ARC_V2_STATUS32_E(x) ((x) << 1)
198
#define _ARC_V2_STATUS32_AE_BIT 5
199
#define _ARC_V2_STATUS32_AE (1 << _ARC_V2_STATUS32_AE_BIT)
200
#define _ARC_V2_STATUS32_DE (1 << 6)
201
#define _ARC_V2_STATUS32_U_BIT 7
202
#define _ARC_V2_STATUS32_U (1 << _ARC_V2_STATUS32_U_BIT)
203
#define _ARC_V2_STATUS32_V (1 << 8)
204
#define _ARC_V2_STATUS32_C (1 << 9)
205
#define _ARC_V2_STATUS32_N (1 << 10)
206
#define _ARC_V2_STATUS32_Z (1 << 11)
207
#define _ARC_V2_STATUS32_L (1 << 12)
208
#define _ARC_V2_STATUS32_DZ_BIT 13
209
#define _ARC_V2_STATUS32_DZ (1 << _ARC_V2_STATUS32_DZ_BIT)
210
#define _ARC_V2_STATUS32_SC_BIT 14
211
#define _ARC_V2_STATUS32_SC (1 << _ARC_V2_STATUS32_SC_BIT)
212
#define _ARC_V2_STATUS32_ES (1 << 15)
213
#define _ARC_V2_STATUS32_RB(x) ((x) << 16)
214
#define _ARC_V2_STATUS32_AD_BIT 19
215
#define _ARC_V2_STATUS32_AD (1 << _ARC_V2_STATUS32_AD_BIT)
216
#define _ARC_V2_STATUS32_US_BIT 20
217
#define _ARC_V2_STATUS32_US (1 << _ARC_V2_STATUS32_US_BIT)
218
#define _ARC_V2_STATUS32_S_BIT 21
219
#define _ARC_V2_STATUS32_S (1 << _ARC_V2_STATUS32_US_BIT)
220
#define _ARC_V2_STATUS32_IE (1 << 31)
221
222
/* SEC_STAT bits */
223
#define _ARC_V2_SEC_STAT_SSC_BIT 0
224
#define _ARC_V2_SEC_STAT_SSC (1 << _ARC_V2_SEC_STAT_SSC_BIT)
225
#define _ARC_V2_SEC_STAT_NSRT_BIT 1
226
#define _ARC_V2_SEC_STAT_NSRT (1 << _ARC_V2_SEC_STAT_NSRT_BIT)
227
#define _ARC_V2_SEC_STAT_NSRU_BIT 2
228
#define _ARC_V2_SEC_STAT_NSRU (1 << _ARC_V2_SEC_STAT_NSRU_BIT)
229
#define _ARC_V2_SEC_STAT_IRM_BIT 3
230
#define _ARC_V2_SEC_STAT_IRM (1 << _ARC_V2_SEC_STAT_IRM_BIT)
231
#define _ARC_V2_SEC_STAT_SUE_BIT 4
232
#define _ARC_V2_SEC_STAT_SUE (1 << _ARC_V2_SEC_STAT_SUE_BIT)
233
#define _ARC_V2_SEC_STAT_NIC_BIT 5
234
#define _ARC_V2_SEC_STAT_NIC (1 << _ARC_V2_SEC_STAT_NIC_BIT)
235
236
/* interrupt related bits */
237
#define _ARC_V2_IRQ_PRIORITY_SECURE 0x100
238
239
/* exception cause register masks */
240
#define Z_ARC_V2_ECR_VECTOR(X) ((X & 0xff0000) >> 16)
241
#define Z_ARC_V2_ECR_CODE(X) ((X & 0xff00) >> 8)
242
#define Z_ARC_V2_ECR_PARAMETER(X) (X & 0xff)
243
244
#ifndef _ASMLANGUAGE
245
246
#include <
zephyr/types.h
>
247
#if defined(__CCAC__)
248
249
#define z_arc_v2_aux_reg_read(reg) _lr((volatile uint32_t)reg)
250
#define z_arc_v2_aux_reg_write(reg, val) \
251
_sr((unsigned int)val, (volatile uint32_t)reg)
252
253
#else
/* ! __CCAC__ */
254
255
#define z_arc_v2_aux_reg_read(reg) __builtin_arc_lr((volatile uint32_t)reg)
256
#define z_arc_v2_aux_reg_write(reg, val) \
257
__builtin_arc_sr((unsigned int)val, (volatile uint32_t)reg)
258
259
#endif
/* __CCAC__ */
260
#endif
/* _ASMLANGUAGE */
261
262
#define z_arc_v2_core_id() \
263
({ \
264
unsigned int __ret; \
265
__asm__ __volatile__("lr %0, [%1]\n" \
266
"xbfu %0, %0, 0xe8\n" \
267
: "=r"(__ret) \
268
: "i"(_ARC_V2_IDENTITY)); \
269
__ret; \
270
})
271
272
#endif
/* ZEPHYR_INCLUDE_ARCH_ARC_V2_AUX_REGS_H_ */
types.h
util_macro.h
Macro utilities.
zephyr
arch
arc
v2
aux_regs.h
Generated on
for Zephyr API Documentation by
1.14.0