diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2005-08-10 13:46:28 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-08-10 13:46:28 -0400 |
commit | 2f058256cb64e346f4fb4499ff4e0f1c2791a4b4 (patch) | |
tree | 91e06602f4d3abb6812ea8c9bc9ba4501e14c84e /include/asm-cris/arch-v32/hwregs/iop | |
parent | 0274aa2506fd2fe89a58dd6cd64d3b3f7b976af8 (diff) | |
parent | 86b3786078d63242d3194ffc58ae8dae1d1bbef3 (diff) |
Merge /spare/repo/linux-2.6/
Diffstat (limited to 'include/asm-cris/arch-v32/hwregs/iop')
44 files changed, 16905 insertions, 0 deletions
diff --git a/include/asm-cris/arch-v32/hwregs/iop/Makefile b/include/asm-cris/arch-v32/hwregs/iop/Makefile new file mode 100644 index 000000000000..a90056a095e3 --- /dev/null +++ b/include/asm-cris/arch-v32/hwregs/iop/Makefile | |||
@@ -0,0 +1,146 @@ | |||
1 | # $Id: Makefile,v 1.3 2004/01/07 20:34:55 johana Exp $ | ||
2 | # Makefile to generate or copy the latest register definitions | ||
3 | # and related datastructures and helpermacros. | ||
4 | # The offical place for these files is probably at: | ||
5 | RELEASE ?= r1_alfa5 | ||
6 | IOPOFFICIAL_INCDIR = /n/asic/projects/guinness/releases/$(RELEASE)/design/top/sw/include/ | ||
7 | |||
8 | IOPROCDIR = /n/asic/design/io/io_proc/rtl | ||
9 | |||
10 | IOPROCINCL_FILES = | ||
11 | IOPROCINCL_FILES2= | ||
12 | IOPROCINCL_FILES += iop_crc_par_defs.h | ||
13 | IOPROCINCL_FILES += iop_dmc_in_defs.h | ||
14 | IOPROCINCL_FILES += iop_dmc_out_defs.h | ||
15 | IOPROCINCL_FILES += iop_fifo_in_defs.h | ||
16 | IOPROCINCL_FILES += iop_fifo_in_xtra_defs.h | ||
17 | IOPROCINCL_FILES += iop_fifo_out_defs.h | ||
18 | IOPROCINCL_FILES += iop_fifo_out_xtra_defs.h | ||
19 | IOPROCINCL_FILES += iop_mpu_defs.h | ||
20 | IOPROCINCL_FILES2+= iop_mpu_macros.h | ||
21 | IOPROCINCL_FILES2+= iop_reg_space.h | ||
22 | IOPROCINCL_FILES += iop_sap_in_defs.h | ||
23 | IOPROCINCL_FILES += iop_sap_out_defs.h | ||
24 | IOPROCINCL_FILES += iop_scrc_in_defs.h | ||
25 | IOPROCINCL_FILES += iop_scrc_out_defs.h | ||
26 | IOPROCINCL_FILES += iop_spu_defs.h | ||
27 | # in guiness/ | ||
28 | IOPROCINCL_FILES += iop_sw_cfg_defs.h | ||
29 | IOPROCINCL_FILES += iop_sw_cpu_defs.h | ||
30 | IOPROCINCL_FILES += iop_sw_mpu_defs.h | ||
31 | IOPROCINCL_FILES += iop_sw_spu_defs.h | ||
32 | # | ||
33 | IOPROCINCL_FILES += iop_timer_grp_defs.h | ||
34 | IOPROCINCL_FILES += iop_trigger_grp_defs.h | ||
35 | # in guiness/ | ||
36 | IOPROCINCL_FILES += iop_version_defs.h | ||
37 | |||
38 | IOPROCASMINCL_FILES = $(patsubst %_defs.h,%_defs_asm.h,$(IOPROCINCL_FILES)) | ||
39 | IOPROCASMINCL_FILES+= iop_reg_space_asm.h | ||
40 | |||
41 | |||
42 | IOPROCREGDESC = | ||
43 | IOPROCREGDESC += $(IOPROCDIR)/iop_crc_par.r | ||
44 | #IOPROCREGDESC += $(IOPROCDIR)/iop_crc_ser.r | ||
45 | IOPROCREGDESC += $(IOPROCDIR)/iop_dmc_in.r | ||
46 | IOPROCREGDESC += $(IOPROCDIR)/iop_dmc_out.r | ||
47 | IOPROCREGDESC += $(IOPROCDIR)/iop_fifo_in.r | ||
48 | IOPROCREGDESC += $(IOPROCDIR)/iop_fifo_in_xtra.r | ||
49 | IOPROCREGDESC += $(IOPROCDIR)/iop_fifo_out.r | ||
50 | IOPROCREGDESC += $(IOPROCDIR)/iop_fifo_out_xtra.r | ||
51 | IOPROCREGDESC += $(IOPROCDIR)/iop_mpu.r | ||
52 | IOPROCREGDESC += $(IOPROCDIR)/iop_sap_in.r | ||
53 | IOPROCREGDESC += $(IOPROCDIR)/iop_sap_out.r | ||
54 | IOPROCREGDESC += $(IOPROCDIR)/iop_scrc_in.r | ||
55 | IOPROCREGDESC += $(IOPROCDIR)/iop_scrc_out.r | ||
56 | IOPROCREGDESC += $(IOPROCDIR)/iop_spu.r | ||
57 | IOPROCREGDESC += $(IOPROCDIR)/guinness/iop_sw_cfg.r | ||
58 | IOPROCREGDESC += $(IOPROCDIR)/guinness/iop_sw_cpu.r | ||
59 | IOPROCREGDESC += $(IOPROCDIR)/guinness/iop_sw_mpu.r | ||
60 | IOPROCREGDESC += $(IOPROCDIR)/guinness/iop_sw_spu.r | ||
61 | IOPROCREGDESC += $(IOPROCDIR)/iop_timer_grp.r | ||
62 | IOPROCREGDESC += $(IOPROCDIR)/iop_trigger_grp.r | ||
63 | IOPROCREGDESC += $(IOPROCDIR)/guinness/iop_version.r | ||
64 | |||
65 | |||
66 | RDES2C = /n/asic/bin/rdes2c | ||
67 | RDES2C = /n/asic/design/tools/rdesc/rdes2c | ||
68 | RDES2INTR = /n/asic/design/tools/rdesc/rdes2intr | ||
69 | RDES2TXT = /n/asic/design/tools/rdesc/rdes2txt | ||
70 | |||
71 | ## all - Just print help - you probably want to do 'make gen' | ||
72 | all: help | ||
73 | |||
74 | ## help - This help | ||
75 | help: | ||
76 | @grep '^## ' Makefile | ||
77 | |||
78 | ## gen - Generate include files | ||
79 | gen: $(IOPROCINCL_FILES) $(IOPROCINCL_FILES2) $(IOPROCASMINCL_FILES) | ||
80 | echo "INCL: $(IOPROCINCL_FILES)" | ||
81 | echo "INCL2: $(IOPROCINCL_FILES2)" | ||
82 | echo "ASMINCL: $(IOPROCASMINCL_FILES)" | ||
83 | |||
84 | # From the official location... | ||
85 | iop_reg_space.h: $(IOPOFFICIAL_INCDIR)/iop_reg_space.h | ||
86 | cat $< | sed -e 's/\$$Id\:/id\:/g' >$@ | ||
87 | iop_mpu_macros.h: $(IOPOFFICIAL_INCDIR)/iop_mpu_macros.h | ||
88 | cat $< | sed -e 's/\$$Id\:/id\:/g' >$@ | ||
89 | |||
90 | ## copy - Copy files from official location | ||
91 | copy: | ||
92 | @echo "## Copying and fixing iop files ##" | ||
93 | @for HFILE in $(IOPROCINCL_FILES); do \ | ||
94 | echo " $$HFILE"; \ | ||
95 | cat $(IOPOFFICIAL_INCDIR)$$HFILE | sed -e 's/\$$Id\:/id\:/g' > $$HFILE; \ | ||
96 | done | ||
97 | @for HFILE in $(IOPROCINCL_FILES2); do \ | ||
98 | echo " $$HFILE"; \ | ||
99 | cat $(IOPOFFICIAL_INCDIR)$$HFILE | sed -e 's/\$$Id\:/id\:/g' > $$HFILE; \ | ||
100 | done | ||
101 | @echo "## Copying and fixing iop asm files ##" | ||
102 | @for HFILE in $(IOPROCASMINCL_FILES); do \ | ||
103 | echo " $$HFILE"; \ | ||
104 | cat $(IOPOFFICIAL_INCDIR)asm/$$HFILE | sed -e 's/\$$Id\:/id\:/g' > asm/$$HFILE; \ | ||
105 | done | ||
106 | |||
107 | # I/O processor files: | ||
108 | ## iop - Generate I/O processor include files | ||
109 | iop: $(IOPROCINCL_FILES) $(IOPROCINCL_FILES2) $(IOPROCASMINCL_FILES) | ||
110 | iop_sw_%_defs.h: $(IOPROCDIR)/guinness/iop_sw_%.r | ||
111 | $(RDES2C) $< | ||
112 | iop_version_defs.h: $(IOPROCDIR)/guinness/iop_version.r | ||
113 | $(RDES2C) $< | ||
114 | %_defs.h: $(IOPROCDIR)/%.r | ||
115 | $(RDES2C) $< | ||
116 | %_defs_asm.h: $(IOPROCDIR)/%.r | ||
117 | $(RDES2C) -asm $< | ||
118 | iop_version_defs_asm.h: $(IOPROCDIR)/guinness/iop_version.r | ||
119 | $(RDES2C) -asm $< | ||
120 | |||
121 | ## doc - Generate .axw files from register description. | ||
122 | doc: $(IOPROCREGDESC) | ||
123 | for RDES in $^; do \ | ||
124 | $(RDES2TXT) $$RDES; \ | ||
125 | done | ||
126 | |||
127 | .PHONY: axw | ||
128 | ## %.axw - Generate the specified .axw file (doesn't work for all files | ||
129 | ## due to inconsistent naming of .r files. | ||
130 | %.axw: axw | ||
131 | @for RDES in $(IOPROCREGDESC); do \ | ||
132 | if echo "$$RDES" | grep $* ; then \ | ||
133 | $(RDES2TXT) $$RDES; \ | ||
134 | fi \ | ||
135 | done | ||
136 | |||
137 | .PHONY: clean | ||
138 | ## clean - Remove .h files and .axw files. | ||
139 | clean: | ||
140 | rm -rf $(IOPROCINCL_FILES) *.axw | ||
141 | |||
142 | .PHONY: cleandoc | ||
143 | ## cleandoc - Remove .axw files. | ||
144 | cleandoc: | ||
145 | rm -rf *.axw | ||
146 | |||
diff --git a/include/asm-cris/arch-v32/hwregs/iop/asm/iop_crc_par_defs_asm.h b/include/asm-cris/arch-v32/hwregs/iop/asm/iop_crc_par_defs_asm.h new file mode 100644 index 000000000000..a4b58000c164 --- /dev/null +++ b/include/asm-cris/arch-v32/hwregs/iop/asm/iop_crc_par_defs_asm.h | |||
@@ -0,0 +1,171 @@ | |||
1 | #ifndef __iop_crc_par_defs_asm_h | ||
2 | #define __iop_crc_par_defs_asm_h | ||
3 | |||
4 | /* | ||
5 | * This file is autogenerated from | ||
6 | * file: ../../inst/io_proc/rtl/iop_crc_par.r | ||
7 | * id: <not found> | ||
8 | * last modfied: Mon Apr 11 16:08:45 2005 | ||
9 | * | ||
10 | * by /n/asic/design/tools/rdesc/src/rdes2c -asm --outfile asm/iop_crc_par_defs_asm.h ../../inst/io_proc/rtl/iop_crc_par.r | ||
11 | * id: $Id: iop_crc_par_defs_asm.h,v 1.5 2005/04/24 18:31:06 starvik Exp $ | ||
12 | * Any changes here will be lost. | ||
13 | * | ||
14 | * -*- buffer-read-only: t -*- | ||
15 | */ | ||
16 | |||
17 | #ifndef REG_FIELD | ||
18 | #define REG_FIELD( scope, reg, field, value ) \ | ||
19 | REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) | ||
20 | #define REG_FIELD_X_( value, shift ) ((value) << shift) | ||
21 | #endif | ||
22 | |||
23 | #ifndef REG_STATE | ||
24 | #define REG_STATE( scope, reg, field, symbolic_value ) \ | ||
25 | REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) | ||
26 | #define REG_STATE_X_( k, shift ) (k << shift) | ||
27 | #endif | ||
28 | |||
29 | #ifndef REG_MASK | ||
30 | #define REG_MASK( scope, reg, field ) \ | ||
31 | REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) | ||
32 | #define REG_MASK_X_( width, lsb ) (((1 << width)-1) << lsb) | ||
33 | #endif | ||
34 | |||
35 | #ifndef REG_LSB | ||
36 | #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb | ||
37 | #endif | ||
38 | |||
39 | #ifndef REG_BIT | ||
40 | #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit | ||
41 | #endif | ||
42 | |||
43 | #ifndef REG_ADDR | ||
44 | #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) | ||
45 | #define REG_ADDR_X_( inst, offs ) ((inst) + offs) | ||
46 | #endif | ||
47 | |||
48 | #ifndef REG_ADDR_VECT | ||
49 | #define REG_ADDR_VECT( scope, inst, reg, index ) \ | ||
50 | REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \ | ||
51 | STRIDE_##scope##_##reg ) | ||
52 | #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ | ||
53 | ((inst) + offs + (index) * stride) | ||
54 | #endif | ||
55 | |||
56 | /* Register rw_cfg, scope iop_crc_par, type rw */ | ||
57 | #define reg_iop_crc_par_rw_cfg___mode___lsb 0 | ||
58 | #define reg_iop_crc_par_rw_cfg___mode___width 1 | ||
59 | #define reg_iop_crc_par_rw_cfg___mode___bit 0 | ||
60 | #define reg_iop_crc_par_rw_cfg___crc_out___lsb 1 | ||
61 | #define reg_iop_crc_par_rw_cfg___crc_out___width 1 | ||
62 | #define reg_iop_crc_par_rw_cfg___crc_out___bit 1 | ||
63 | #define reg_iop_crc_par_rw_cfg___rev_out___lsb 2 | ||
64 | #define reg_iop_crc_par_rw_cfg___rev_out___width 1 | ||
65 | #define reg_iop_crc_par_rw_cfg___rev_out___bit 2 | ||
66 | #define reg_iop_crc_par_rw_cfg___inv_out___lsb 3 | ||
67 | #define reg_iop_crc_par_rw_cfg___inv_out___width 1 | ||
68 | #define reg_iop_crc_par_rw_cfg___inv_out___bit 3 | ||
69 | #define reg_iop_crc_par_rw_cfg___trig___lsb 4 | ||
70 | #define reg_iop_crc_par_rw_cfg___trig___width 2 | ||
71 | #define reg_iop_crc_par_rw_cfg___poly___lsb 6 | ||
72 | #define reg_iop_crc_par_rw_cfg___poly___width 3 | ||
73 | #define reg_iop_crc_par_rw_cfg_offset 0 | ||
74 | |||
75 | /* Register rw_init_crc, scope iop_crc_par, type rw */ | ||
76 | #define reg_iop_crc_par_rw_init_crc_offset 4 | ||
77 | |||
78 | /* Register rw_correct_crc, scope iop_crc_par, type rw */ | ||
79 | #define reg_iop_crc_par_rw_correct_crc_offset 8 | ||
80 | |||
81 | /* Register rw_ctrl, scope iop_crc_par, type rw */ | ||
82 | #define reg_iop_crc_par_rw_ctrl___en___lsb 0 | ||
83 | #define reg_iop_crc_par_rw_ctrl___en___width 1 | ||
84 | #define reg_iop_crc_par_rw_ctrl___en___bit 0 | ||
85 | #define reg_iop_crc_par_rw_ctrl_offset 12 | ||
86 | |||
87 | /* Register rw_set_last, scope iop_crc_par, type rw */ | ||
88 | #define reg_iop_crc_par_rw_set_last___tr_dif___lsb 0 | ||
89 | #define reg_iop_crc_par_rw_set_last___tr_dif___width 1 | ||
90 | #define reg_iop_crc_par_rw_set_last___tr_dif___bit 0 | ||
91 | #define reg_iop_crc_par_rw_set_last_offset 16 | ||
92 | |||
93 | /* Register rw_wr1byte, scope iop_crc_par, type rw */ | ||
94 | #define reg_iop_crc_par_rw_wr1byte___data___lsb 0 | ||
95 | #define reg_iop_crc_par_rw_wr1byte___data___width 8 | ||
96 | #define reg_iop_crc_par_rw_wr1byte_offset 20 | ||
97 | |||
98 | /* Register rw_wr2byte, scope iop_crc_par, type rw */ | ||
99 | #define reg_iop_crc_par_rw_wr2byte___data___lsb 0 | ||
100 | #define reg_iop_crc_par_rw_wr2byte___data___width 16 | ||
101 | #define reg_iop_crc_par_rw_wr2byte_offset 24 | ||
102 | |||
103 | /* Register rw_wr3byte, scope iop_crc_par, type rw */ | ||
104 | #define reg_iop_crc_par_rw_wr3byte___data___lsb 0 | ||
105 | #define reg_iop_crc_par_rw_wr3byte___data___width 24 | ||
106 | #define reg_iop_crc_par_rw_wr3byte_offset 28 | ||
107 | |||
108 | /* Register rw_wr4byte, scope iop_crc_par, type rw */ | ||
109 | #define reg_iop_crc_par_rw_wr4byte___data___lsb 0 | ||
110 | #define reg_iop_crc_par_rw_wr4byte___data___width 32 | ||
111 | #define reg_iop_crc_par_rw_wr4byte_offset 32 | ||
112 | |||
113 | /* Register rw_wr1byte_last, scope iop_crc_par, type rw */ | ||
114 | #define reg_iop_crc_par_rw_wr1byte_last___data___lsb 0 | ||
115 | #define reg_iop_crc_par_rw_wr1byte_last___data___width 8 | ||
116 | #define reg_iop_crc_par_rw_wr1byte_last_offset 36 | ||
117 | |||
118 | /* Register rw_wr2byte_last, scope iop_crc_par, type rw */ | ||
119 | #define reg_iop_crc_par_rw_wr2byte_last___data___lsb 0 | ||
120 | #define reg_iop_crc_par_rw_wr2byte_last___data___width 16 | ||
121 | #define reg_iop_crc_par_rw_wr2byte_last_offset 40 | ||
122 | |||
123 | /* Register rw_wr3byte_last, scope iop_crc_par, type rw */ | ||
124 | #define reg_iop_crc_par_rw_wr3byte_last___data___lsb 0 | ||
125 | #define reg_iop_crc_par_rw_wr3byte_last___data___width 24 | ||
126 | #define reg_iop_crc_par_rw_wr3byte_last_offset 44 | ||
127 | |||
128 | /* Register rw_wr4byte_last, scope iop_crc_par, type rw */ | ||
129 | #define reg_iop_crc_par_rw_wr4byte_last___data___lsb 0 | ||
130 | #define reg_iop_crc_par_rw_wr4byte_last___data___width 32 | ||
131 | #define reg_iop_crc_par_rw_wr4byte_last_offset 48 | ||
132 | |||
133 | /* Register r_stat, scope iop_crc_par, type r */ | ||
134 | #define reg_iop_crc_par_r_stat___err___lsb 0 | ||
135 | #define reg_iop_crc_par_r_stat___err___width 1 | ||
136 | #define reg_iop_crc_par_r_stat___err___bit 0 | ||
137 | #define reg_iop_crc_par_r_stat___busy___lsb 1 | ||
138 | #define reg_iop_crc_par_r_stat___busy___width 1 | ||
139 | #define reg_iop_crc_par_r_stat___busy___bit 1 | ||
140 | #define reg_iop_crc_par_r_stat_offset 52 | ||
141 | |||
142 | /* Register r_sh_reg, scope iop_crc_par, type r */ | ||
143 | #define reg_iop_crc_par_r_sh_reg_offset 56 | ||
144 | |||
145 | /* Register r_crc, scope iop_crc_par, type r */ | ||
146 | #define reg_iop_crc_par_r_crc_offset 60 | ||
147 | |||
148 | /* Register rw_strb_rec_dif_in, scope iop_crc_par, type rw */ | ||
149 | #define reg_iop_crc_par_rw_strb_rec_dif_in___last___lsb 0 | ||
150 | #define reg_iop_crc_par_rw_strb_rec_dif_in___last___width 2 | ||
151 | #define reg_iop_crc_par_rw_strb_rec_dif_in_offset 64 | ||
152 | |||
153 | |||
154 | /* Constants */ | ||
155 | #define regk_iop_crc_par_calc 0x00000001 | ||
156 | #define regk_iop_crc_par_ccitt 0x00000002 | ||
157 | #define regk_iop_crc_par_check 0x00000000 | ||
158 | #define regk_iop_crc_par_crc16 0x00000001 | ||
159 | #define regk_iop_crc_par_crc32 0x00000000 | ||
160 | #define regk_iop_crc_par_crc5 0x00000003 | ||
161 | #define regk_iop_crc_par_crc5_11 0x00000004 | ||
162 | #define regk_iop_crc_par_dif_in 0x00000002 | ||
163 | #define regk_iop_crc_par_hi 0x00000000 | ||
164 | #define regk_iop_crc_par_neg 0x00000002 | ||
165 | #define regk_iop_crc_par_no 0x00000000 | ||
166 | #define regk_iop_crc_par_pos 0x00000001 | ||
167 | #define regk_iop_crc_par_pos_neg 0x00000003 | ||
168 | #define regk_iop_crc_par_rw_cfg_default 0x00000000 | ||
169 | #define regk_iop_crc_par_rw_ctrl_default 0x00000000 | ||
170 | #define regk_iop_crc_par_yes 0x00000001 | ||
171 | #endif /* __iop_crc_par_defs_asm_h */ | ||
diff --git a/include/asm-cris/arch-v32/hwregs/iop/asm/iop_dmc_in_defs_asm.h b/include/asm-cris/arch-v32/hwregs/iop/asm/iop_dmc_in_defs_asm.h new file mode 100644 index 000000000000..e7d539feccb1 --- /dev/null +++ b/include/asm-cris/arch-v32/hwregs/iop/asm/iop_dmc_in_defs_asm.h | |||
@@ -0,0 +1,321 @@ | |||
1 | #ifndef __iop_dmc_in_defs_asm_h | ||
2 | #define __iop_dmc_in_defs_asm_h | ||
3 | |||
4 | /* | ||
5 | * This file is autogenerated from | ||
6 | * file: ../../inst/io_proc/rtl/iop_dmc_in.r | ||
7 | * id: iop_dmc_in.r,v 1.26 2005/02/16 09:14:17 niklaspa Exp | ||
8 | * last modfied: Mon Apr 11 16:08:45 2005 | ||
9 | * | ||
10 | * by /n/asic/design/tools/rdesc/src/rdes2c -asm --outfile asm/iop_dmc_in_defs_asm.h ../../inst/io_proc/rtl/iop_dmc_in.r | ||
11 | * id: $Id: iop_dmc_in_defs_asm.h,v 1.5 2005/04/24 18:31:06 starvik Exp $ | ||
12 | * Any changes here will be lost. | ||
13 | * | ||
14 | * -*- buffer-read-only: t -*- | ||
15 | */ | ||
16 | |||
17 | #ifndef REG_FIELD | ||
18 | #define REG_FIELD( scope, reg, field, value ) \ | ||
19 | REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) | ||
20 | #define REG_FIELD_X_( value, shift ) ((value) << shift) | ||
21 | #endif | ||
22 | |||
23 | #ifndef REG_STATE | ||
24 | #define REG_STATE( scope, reg, field, symbolic_value ) \ | ||
25 | REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) | ||
26 | #define REG_STATE_X_( k, shift ) (k << shift) | ||
27 | #endif | ||
28 | |||
29 | #ifndef REG_MASK | ||
30 | #define REG_MASK( scope, reg, field ) \ | ||
31 | REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) | ||
32 | #define REG_MASK_X_( width, lsb ) (((1 << width)-1) << lsb) | ||
33 | #endif | ||
34 | |||
35 | #ifndef REG_LSB | ||
36 | #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb | ||
37 | #endif | ||
38 | |||
39 | #ifndef REG_BIT | ||
40 | #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit | ||
41 | #endif | ||
42 | |||
43 | #ifndef REG_ADDR | ||
44 | #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) | ||
45 | #define REG_ADDR_X_( inst, offs ) ((inst) + offs) | ||
46 | #endif | ||
47 | |||
48 | #ifndef REG_ADDR_VECT | ||
49 | #define REG_ADDR_VECT( scope, inst, reg, index ) \ | ||
50 | REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \ | ||
51 | STRIDE_##scope##_##reg ) | ||
52 | #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ | ||
53 | ((inst) + offs + (index) * stride) | ||
54 | #endif | ||
55 | |||
56 | /* Register rw_cfg, scope iop_dmc_in, type rw */ | ||
57 | #define reg_iop_dmc_in_rw_cfg___sth_intr___lsb 0 | ||
58 | #define reg_iop_dmc_in_rw_cfg___sth_intr___width 3 | ||
59 | #define reg_iop_dmc_in_rw_cfg___last_dis_dif___lsb 3 | ||
60 | #define reg_iop_dmc_in_rw_cfg___last_dis_dif___width 1 | ||
61 | #define reg_iop_dmc_in_rw_cfg___last_dis_dif___bit 3 | ||
62 | #define reg_iop_dmc_in_rw_cfg_offset 0 | ||
63 | |||
64 | /* Register rw_ctrl, scope iop_dmc_in, type rw */ | ||
65 | #define reg_iop_dmc_in_rw_ctrl___dif_en___lsb 0 | ||
66 | #define reg_iop_dmc_in_rw_ctrl___dif_en___width 1 | ||
67 | #define reg_iop_dmc_in_rw_ctrl___dif_en___bit 0 | ||
68 | #define reg_iop_dmc_in_rw_ctrl___dif_dis___lsb 1 | ||
69 | #define reg_iop_dmc_in_rw_ctrl___dif_dis___width 1 | ||
70 | #define reg_iop_dmc_in_rw_ctrl___dif_dis___bit 1 | ||
71 | #define reg_iop_dmc_in_rw_ctrl___stream_clr___lsb 2 | ||
72 | #define reg_iop_dmc_in_rw_ctrl___stream_clr___width 1 | ||
73 | #define reg_iop_dmc_in_rw_ctrl___stream_clr___bit 2 | ||
74 | #define reg_iop_dmc_in_rw_ctrl_offset 4 | ||
75 | |||
76 | /* Register r_stat, scope iop_dmc_in, type r */ | ||
77 | #define reg_iop_dmc_in_r_stat___dif_en___lsb 0 | ||
78 | #define reg_iop_dmc_in_r_stat___dif_en___width 1 | ||
79 | #define reg_iop_dmc_in_r_stat___dif_en___bit 0 | ||
80 | #define reg_iop_dmc_in_r_stat_offset 8 | ||
81 | |||
82 | /* Register rw_stream_cmd, scope iop_dmc_in, type rw */ | ||
83 | #define reg_iop_dmc_in_rw_stream_cmd___cmd___lsb 0 | ||
84 | #define reg_iop_dmc_in_rw_stream_cmd___cmd___width 10 | ||
85 | #define reg_iop_dmc_in_rw_stream_cmd___n___lsb 16 | ||
86 | #define reg_iop_dmc_in_rw_stream_cmd___n___width 8 | ||
87 | #define reg_iop_dmc_in_rw_stream_cmd_offset 12 | ||
88 | |||
89 | /* Register rw_stream_wr_data, scope iop_dmc_in, type rw */ | ||
90 | #define reg_iop_dmc_in_rw_stream_wr_data_offset 16 | ||
91 | |||
92 | /* Register rw_stream_wr_data_last, scope iop_dmc_in, type rw */ | ||
93 | #define reg_iop_dmc_in_rw_stream_wr_data_last_offset 20 | ||
94 | |||
95 | /* Register rw_stream_ctrl, scope iop_dmc_in, type rw */ | ||
96 | #define reg_iop_dmc_in_rw_stream_ctrl___eop___lsb 0 | ||
97 | #define reg_iop_dmc_in_rw_stream_ctrl___eop___width 1 | ||
98 | #define reg_iop_dmc_in_rw_stream_ctrl___eop___bit 0 | ||
99 | #define reg_iop_dmc_in_rw_stream_ctrl___wait___lsb 1 | ||
100 | #define reg_iop_dmc_in_rw_stream_ctrl___wait___width 1 | ||
101 | #define reg_iop_dmc_in_rw_stream_ctrl___wait___bit 1 | ||
102 | #define reg_iop_dmc_in_rw_stream_ctrl___keep_md___lsb 2 | ||
103 | #define reg_iop_dmc_in_rw_stream_ctrl___keep_md___width 1 | ||
104 | #define reg_iop_dmc_in_rw_stream_ctrl___keep_md___bit 2 | ||
105 | #define reg_iop_dmc_in_rw_stream_ctrl___size___lsb 3 | ||
106 | #define reg_iop_dmc_in_rw_stream_ctrl___size___width 3 | ||
107 | #define reg_iop_dmc_in_rw_stream_ctrl_offset 24 | ||
108 | |||
109 | /* Register r_stream_stat, scope iop_dmc_in, type r */ | ||
110 | #define reg_iop_dmc_in_r_stream_stat___sth___lsb 0 | ||
111 | #define reg_iop_dmc_in_r_stream_stat___sth___width 7 | ||
112 | #define reg_iop_dmc_in_r_stream_stat___full___lsb 16 | ||
113 | #define reg_iop_dmc_in_r_stream_stat___full___width 1 | ||
114 | #define reg_iop_dmc_in_r_stream_stat___full___bit 16 | ||
115 | #define reg_iop_dmc_in_r_stream_stat___last_pkt___lsb 17 | ||
116 | #define reg_iop_dmc_in_r_stream_stat___last_pkt___width 1 | ||
117 | #define reg_iop_dmc_in_r_stream_stat___last_pkt___bit 17 | ||
118 | #define reg_iop_dmc_in_r_stream_stat___data_md_valid___lsb 18 | ||
119 | #define reg_iop_dmc_in_r_stream_stat___data_md_valid___width 1 | ||
120 | #define reg_iop_dmc_in_r_stream_stat___data_md_valid___bit 18 | ||
121 | #define reg_iop_dmc_in_r_stream_stat___ctxt_md_valid___lsb 19 | ||
122 | #define reg_iop_dmc_in_r_stream_stat___ctxt_md_valid___width 1 | ||
123 | #define reg_iop_dmc_in_r_stream_stat___ctxt_md_valid___bit 19 | ||
124 | #define reg_iop_dmc_in_r_stream_stat___group_md_valid___lsb 20 | ||
125 | #define reg_iop_dmc_in_r_stream_stat___group_md_valid___width 1 | ||
126 | #define reg_iop_dmc_in_r_stream_stat___group_md_valid___bit 20 | ||
127 | #define reg_iop_dmc_in_r_stream_stat___stream_busy___lsb 21 | ||
128 | #define reg_iop_dmc_in_r_stream_stat___stream_busy___width 1 | ||
129 | #define reg_iop_dmc_in_r_stream_stat___stream_busy___bit 21 | ||
130 | #define reg_iop_dmc_in_r_stream_stat___cmd_rdy___lsb 22 | ||
131 | #define reg_iop_dmc_in_r_stream_stat___cmd_rdy___width 1 | ||
132 | #define reg_iop_dmc_in_r_stream_stat___cmd_rdy___bit 22 | ||
133 | #define reg_iop_dmc_in_r_stream_stat_offset 28 | ||
134 | |||
135 | /* Register r_data_descr, scope iop_dmc_in, type r */ | ||
136 | #define reg_iop_dmc_in_r_data_descr___ctrl___lsb 0 | ||
137 | #define reg_iop_dmc_in_r_data_descr___ctrl___width 8 | ||
138 | #define reg_iop_dmc_in_r_data_descr___stat___lsb 8 | ||
139 | #define reg_iop_dmc_in_r_data_descr___stat___width 8 | ||
140 | #define reg_iop_dmc_in_r_data_descr___md___lsb 16 | ||
141 | #define reg_iop_dmc_in_r_data_descr___md___width 16 | ||
142 | #define reg_iop_dmc_in_r_data_descr_offset 32 | ||
143 | |||
144 | /* Register r_ctxt_descr, scope iop_dmc_in, type r */ | ||
145 | #define reg_iop_dmc_in_r_ctxt_descr___ctrl___lsb 0 | ||
146 | #define reg_iop_dmc_in_r_ctxt_descr___ctrl___width 8 | ||
147 | #define reg_iop_dmc_in_r_ctxt_descr___stat___lsb 8 | ||
148 | #define reg_iop_dmc_in_r_ctxt_descr___stat___width 8 | ||
149 | #define reg_iop_dmc_in_r_ctxt_descr___md0___lsb 16 | ||
150 | #define reg_iop_dmc_in_r_ctxt_descr___md0___width 16 | ||
151 | #define reg_iop_dmc_in_r_ctxt_descr_offset 36 | ||
152 | |||
153 | /* Register r_ctxt_descr_md1, scope iop_dmc_in, type r */ | ||
154 | #define reg_iop_dmc_in_r_ctxt_descr_md1_offset 40 | ||
155 | |||
156 | /* Register r_ctxt_descr_md2, scope iop_dmc_in, type r */ | ||
157 | #define reg_iop_dmc_in_r_ctxt_descr_md2_offset 44 | ||
158 | |||
159 | /* Register r_group_descr, scope iop_dmc_in, type r */ | ||
160 | #define reg_iop_dmc_in_r_group_descr___ctrl___lsb 0 | ||
161 | #define reg_iop_dmc_in_r_group_descr___ctrl___width 8 | ||
162 | #define reg_iop_dmc_in_r_group_descr___stat___lsb 8 | ||
163 | #define reg_iop_dmc_in_r_group_descr___stat___width 8 | ||
164 | #define reg_iop_dmc_in_r_group_descr___md___lsb 16 | ||
165 | #define reg_iop_dmc_in_r_group_descr___md___width 16 | ||
166 | #define reg_iop_dmc_in_r_group_descr_offset 56 | ||
167 | |||
168 | /* Register rw_data_descr, scope iop_dmc_in, type rw */ | ||
169 | #define reg_iop_dmc_in_rw_data_descr___md___lsb 16 | ||
170 | #define reg_iop_dmc_in_rw_data_descr___md___width 16 | ||
171 | #define reg_iop_dmc_in_rw_data_descr_offset 60 | ||
172 | |||
173 | /* Register rw_ctxt_descr, scope iop_dmc_in, type rw */ | ||
174 | #define reg_iop_dmc_in_rw_ctxt_descr___md0___lsb 16 | ||
175 | #define reg_iop_dmc_in_rw_ctxt_descr___md0___width 16 | ||
176 | #define reg_iop_dmc_in_rw_ctxt_descr_offset 64 | ||
177 | |||
178 | /* Register rw_ctxt_descr_md1, scope iop_dmc_in, type rw */ | ||
179 | #define reg_iop_dmc_in_rw_ctxt_descr_md1_offset 68 | ||
180 | |||
181 | /* Register rw_ctxt_descr_md2, scope iop_dmc_in, type rw */ | ||
182 | #define reg_iop_dmc_in_rw_ctxt_descr_md2_offset 72 | ||
183 | |||
184 | /* Register rw_group_descr, scope iop_dmc_in, type rw */ | ||
185 | #define reg_iop_dmc_in_rw_group_descr___md___lsb 16 | ||
186 | #define reg_iop_dmc_in_rw_group_descr___md___width 16 | ||
187 | #define reg_iop_dmc_in_rw_group_descr_offset 84 | ||
188 | |||
189 | /* Register rw_intr_mask, scope iop_dmc_in, type rw */ | ||
190 | #define reg_iop_dmc_in_rw_intr_mask___data_md___lsb 0 | ||
191 | #define reg_iop_dmc_in_rw_intr_mask___data_md___width 1 | ||
192 | #define reg_iop_dmc_in_rw_intr_mask___data_md___bit 0 | ||
193 | #define reg_iop_dmc_in_rw_intr_mask___ctxt_md___lsb 1 | ||
194 | #define reg_iop_dmc_in_rw_intr_mask___ctxt_md___width 1 | ||
195 | #define reg_iop_dmc_in_rw_intr_mask___ctxt_md___bit 1 | ||
196 | #define reg_iop_dmc_in_rw_intr_mask___group_md___lsb 2 | ||
197 | #define reg_iop_dmc_in_rw_intr_mask___group_md___width 1 | ||
198 | #define reg_iop_dmc_in_rw_intr_mask___group_md___bit 2 | ||
199 | #define reg_iop_dmc_in_rw_intr_mask___cmd_rdy___lsb 3 | ||
200 | #define reg_iop_dmc_in_rw_intr_mask___cmd_rdy___width 1 | ||
201 | #define reg_iop_dmc_in_rw_intr_mask___cmd_rdy___bit 3 | ||
202 | #define reg_iop_dmc_in_rw_intr_mask___sth___lsb 4 | ||
203 | #define reg_iop_dmc_in_rw_intr_mask___sth___width 1 | ||
204 | #define reg_iop_dmc_in_rw_intr_mask___sth___bit 4 | ||
205 | #define reg_iop_dmc_in_rw_intr_mask___full___lsb 5 | ||
206 | #define reg_iop_dmc_in_rw_intr_mask___full___width 1 | ||
207 | #define reg_iop_dmc_in_rw_intr_mask___full___bit 5 | ||
208 | #define reg_iop_dmc_in_rw_intr_mask_offset 88 | ||
209 | |||
210 | /* Register rw_ack_intr, scope iop_dmc_in, type rw */ | ||
211 | #define reg_iop_dmc_in_rw_ack_intr___data_md___lsb 0 | ||
212 | #define reg_iop_dmc_in_rw_ack_intr___data_md___width 1 | ||
213 | #define reg_iop_dmc_in_rw_ack_intr___data_md___bit 0 | ||
214 | #define reg_iop_dmc_in_rw_ack_intr___ctxt_md___lsb 1 | ||
215 | #define reg_iop_dmc_in_rw_ack_intr___ctxt_md___width 1 | ||
216 | #define reg_iop_dmc_in_rw_ack_intr___ctxt_md___bit 1 | ||
217 | #define reg_iop_dmc_in_rw_ack_intr___group_md___lsb 2 | ||
218 | #define reg_iop_dmc_in_rw_ack_intr___group_md___width 1 | ||
219 | #define reg_iop_dmc_in_rw_ack_intr___group_md___bit 2 | ||
220 | #define reg_iop_dmc_in_rw_ack_intr___cmd_rdy___lsb 3 | ||
221 | #define reg_iop_dmc_in_rw_ack_intr___cmd_rdy___width 1 | ||
222 | #define reg_iop_dmc_in_rw_ack_intr___cmd_rdy___bit 3 | ||
223 | #define reg_iop_dmc_in_rw_ack_intr___sth___lsb 4 | ||
224 | #define reg_iop_dmc_in_rw_ack_intr___sth___width 1 | ||
225 | #define reg_iop_dmc_in_rw_ack_intr___sth___bit 4 | ||
226 | #define reg_iop_dmc_in_rw_ack_intr___full___lsb 5 | ||
227 | #define reg_iop_dmc_in_rw_ack_intr___full___width 1 | ||
228 | #define reg_iop_dmc_in_rw_ack_intr___full___bit 5 | ||
229 | #define reg_iop_dmc_in_rw_ack_intr_offset 92 | ||
230 | |||
231 | /* Register r_intr, scope iop_dmc_in, type r */ | ||
232 | #define reg_iop_dmc_in_r_intr___data_md___lsb 0 | ||
233 | #define reg_iop_dmc_in_r_intr___data_md___width 1 | ||
234 | #define reg_iop_dmc_in_r_intr___data_md___bit 0 | ||
235 | #define reg_iop_dmc_in_r_intr___ctxt_md___lsb 1 | ||
236 | #define reg_iop_dmc_in_r_intr___ctxt_md___width 1 | ||
237 | #define reg_iop_dmc_in_r_intr___ctxt_md___bit 1 | ||
238 | #define reg_iop_dmc_in_r_intr___group_md___lsb 2 | ||
239 | #define reg_iop_dmc_in_r_intr___group_md___width 1 | ||
240 | #define reg_iop_dmc_in_r_intr___group_md___bit 2 | ||
241 | #define reg_iop_dmc_in_r_intr___cmd_rdy___lsb 3 | ||
242 | #define reg_iop_dmc_in_r_intr___cmd_rdy___width 1 | ||
243 | #define reg_iop_dmc_in_r_intr___cmd_rdy___bit 3 | ||
244 | #define reg_iop_dmc_in_r_intr___sth___lsb 4 | ||
245 | #define reg_iop_dmc_in_r_intr___sth___width 1 | ||
246 | #define reg_iop_dmc_in_r_intr___sth___bit 4 | ||
247 | #define reg_iop_dmc_in_r_intr___full___lsb 5 | ||
248 | #define reg_iop_dmc_in_r_intr___full___width 1 | ||
249 | #define reg_iop_dmc_in_r_intr___full___bit 5 | ||
250 | #define reg_iop_dmc_in_r_intr_offset 96 | ||
251 | |||
252 | /* Register r_masked_intr, scope iop_dmc_in, type r */ | ||
253 | #define reg_iop_dmc_in_r_masked_intr___data_md___lsb 0 | ||
254 | #define reg_iop_dmc_in_r_masked_intr___data_md___width 1 | ||
255 | #define reg_iop_dmc_in_r_masked_intr___data_md___bit 0 | ||
256 | #define reg_iop_dmc_in_r_masked_intr___ctxt_md___lsb 1 | ||
257 | #define reg_iop_dmc_in_r_masked_intr___ctxt_md___width 1 | ||
258 | #define reg_iop_dmc_in_r_masked_intr___ctxt_md___bit 1 | ||
259 | #define reg_iop_dmc_in_r_masked_intr___group_md___lsb 2 | ||
260 | #define reg_iop_dmc_in_r_masked_intr___group_md___width 1 | ||
261 | #define reg_iop_dmc_in_r_masked_intr___group_md___bit 2 | ||
262 | #define reg_iop_dmc_in_r_masked_intr___cmd_rdy___lsb 3 | ||
263 | #define reg_iop_dmc_in_r_masked_intr___cmd_rdy___width 1 | ||
264 | #define reg_iop_dmc_in_r_masked_intr___cmd_rdy___bit 3 | ||
265 | #define reg_iop_dmc_in_r_masked_intr___sth___lsb 4 | ||
266 | #define reg_iop_dmc_in_r_masked_intr___sth___width 1 | ||
267 | #define reg_iop_dmc_in_r_masked_intr___sth___bit 4 | ||
268 | #define reg_iop_dmc_in_r_masked_intr___full___lsb 5 | ||
269 | #define reg_iop_dmc_in_r_masked_intr___full___width 1 | ||
270 | #define reg_iop_dmc_in_r_masked_intr___full___bit 5 | ||
271 | #define reg_iop_dmc_in_r_masked_intr_offset 100 | ||
272 | |||
273 | |||
274 | /* Constants */ | ||
275 | #define regk_iop_dmc_in_ack_pkt 0x00000100 | ||
276 | #define regk_iop_dmc_in_array 0x00000008 | ||
277 | #define regk_iop_dmc_in_burst 0x00000020 | ||
278 | #define regk_iop_dmc_in_copy_next 0x00000010 | ||
279 | #define regk_iop_dmc_in_copy_up 0x00000020 | ||
280 | #define regk_iop_dmc_in_dis_c 0x00000010 | ||
281 | #define regk_iop_dmc_in_dis_g 0x00000020 | ||
282 | #define regk_iop_dmc_in_lim1 0x00000000 | ||
283 | #define regk_iop_dmc_in_lim16 0x00000004 | ||
284 | #define regk_iop_dmc_in_lim2 0x00000001 | ||
285 | #define regk_iop_dmc_in_lim32 0x00000005 | ||
286 | #define regk_iop_dmc_in_lim4 0x00000002 | ||
287 | #define regk_iop_dmc_in_lim64 0x00000006 | ||
288 | #define regk_iop_dmc_in_lim8 0x00000003 | ||
289 | #define regk_iop_dmc_in_load_c 0x00000200 | ||
290 | #define regk_iop_dmc_in_load_c_n 0x00000280 | ||
291 | #define regk_iop_dmc_in_load_c_next 0x00000240 | ||
292 | #define regk_iop_dmc_in_load_d 0x00000140 | ||
293 | #define regk_iop_dmc_in_load_g 0x00000300 | ||
294 | #define regk_iop_dmc_in_load_g_down 0x000003c0 | ||
295 | #define regk_iop_dmc_in_load_g_next 0x00000340 | ||
296 | #define regk_iop_dmc_in_load_g_up 0x00000380 | ||
297 | #define regk_iop_dmc_in_next_en 0x00000010 | ||
298 | #define regk_iop_dmc_in_next_pkt 0x00000010 | ||
299 | #define regk_iop_dmc_in_no 0x00000000 | ||
300 | #define regk_iop_dmc_in_restore 0x00000020 | ||
301 | #define regk_iop_dmc_in_rw_cfg_default 0x00000000 | ||
302 | #define regk_iop_dmc_in_rw_ctxt_descr_default 0x00000000 | ||
303 | #define regk_iop_dmc_in_rw_ctxt_descr_md1_default 0x00000000 | ||
304 | #define regk_iop_dmc_in_rw_ctxt_descr_md2_default 0x00000000 | ||
305 | #define regk_iop_dmc_in_rw_data_descr_default 0x00000000 | ||
306 | #define regk_iop_dmc_in_rw_group_descr_default 0x00000000 | ||
307 | #define regk_iop_dmc_in_rw_intr_mask_default 0x00000000 | ||
308 | #define regk_iop_dmc_in_rw_stream_ctrl_default 0x00000000 | ||
309 | #define regk_iop_dmc_in_save_down 0x00000020 | ||
310 | #define regk_iop_dmc_in_save_up 0x00000020 | ||
311 | #define regk_iop_dmc_in_set_reg 0x00000050 | ||
312 | #define regk_iop_dmc_in_set_w_size1 0x00000190 | ||
313 | #define regk_iop_dmc_in_set_w_size2 0x000001a0 | ||
314 | #define regk_iop_dmc_in_set_w_size4 0x000001c0 | ||
315 | #define regk_iop_dmc_in_store_c 0x00000002 | ||
316 | #define regk_iop_dmc_in_store_descr 0x00000000 | ||
317 | #define regk_iop_dmc_in_store_g 0x00000004 | ||
318 | #define regk_iop_dmc_in_store_md 0x00000001 | ||
319 | #define regk_iop_dmc_in_update_down 0x00000020 | ||
320 | #define regk_iop_dmc_in_yes 0x00000001 | ||
321 | #endif /* __iop_dmc_in_defs_asm_h */ | ||
diff --git a/include/asm-cris/arch-v32/hwregs/iop/asm/iop_dmc_out_defs_asm.h b/include/asm-cris/arch-v32/hwregs/iop/asm/iop_dmc_out_defs_asm.h new file mode 100644 index 000000000000..9fe1a8054371 --- /dev/null +++ b/include/asm-cris/arch-v32/hwregs/iop/asm/iop_dmc_out_defs_asm.h | |||
@@ -0,0 +1,349 @@ | |||
1 | #ifndef __iop_dmc_out_defs_asm_h | ||
2 | #define __iop_dmc_out_defs_asm_h | ||
3 | |||
4 | /* | ||
5 | * This file is autogenerated from | ||
6 | * file: ../../inst/io_proc/rtl/iop_dmc_out.r | ||
7 | * id: iop_dmc_out.r,v 1.30 2005/02/16 09:14:11 niklaspa Exp | ||
8 | * last modfied: Mon Apr 11 16:08:45 2005 | ||
9 | * | ||
10 | * by /n/asic/design/tools/rdesc/src/rdes2c -asm --outfile asm/iop_dmc_out_defs_asm.h ../../inst/io_proc/rtl/iop_dmc_out.r | ||
11 | * id: $Id: iop_dmc_out_defs_asm.h,v 1.5 2005/04/24 18:31:06 starvik Exp $ | ||
12 | * Any changes here will be lost. | ||
13 | * | ||
14 | * -*- buffer-read-only: t -*- | ||
15 | */ | ||
16 | |||
17 | #ifndef REG_FIELD | ||
18 | #define REG_FIELD( scope, reg, field, value ) \ | ||
19 | REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) | ||
20 | #define REG_FIELD_X_( value, shift ) ((value) << shift) | ||
21 | #endif | ||
22 | |||
23 | #ifndef REG_STATE | ||
24 | #define REG_STATE( scope, reg, field, symbolic_value ) \ | ||
25 | REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) | ||
26 | #define REG_STATE_X_( k, shift ) (k << shift) | ||
27 | #endif | ||
28 | |||
29 | #ifndef REG_MASK | ||
30 | #define REG_MASK( scope, reg, field ) \ | ||
31 | REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) | ||
32 | #define REG_MASK_X_( width, lsb ) (((1 << width)-1) << lsb) | ||
33 | #endif | ||
34 | |||
35 | #ifndef REG_LSB | ||
36 | #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb | ||
37 | #endif | ||
38 | |||
39 | #ifndef REG_BIT | ||
40 | #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit | ||
41 | #endif | ||
42 | |||
43 | #ifndef REG_ADDR | ||
44 | #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) | ||
45 | #define REG_ADDR_X_( inst, offs ) ((inst) + offs) | ||
46 | #endif | ||
47 | |||
48 | #ifndef REG_ADDR_VECT | ||
49 | #define REG_ADDR_VECT( scope, inst, reg, index ) \ | ||
50 | REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \ | ||
51 | STRIDE_##scope##_##reg ) | ||
52 | #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ | ||
53 | ((inst) + offs + (index) * stride) | ||
54 | #endif | ||
55 | |||
56 | /* Register rw_cfg, scope iop_dmc_out, type rw */ | ||
57 | #define reg_iop_dmc_out_rw_cfg___trf_lim___lsb 0 | ||
58 | #define reg_iop_dmc_out_rw_cfg___trf_lim___width 16 | ||
59 | #define reg_iop_dmc_out_rw_cfg___last_at_trf_lim___lsb 16 | ||
60 | #define reg_iop_dmc_out_rw_cfg___last_at_trf_lim___width 1 | ||
61 | #define reg_iop_dmc_out_rw_cfg___last_at_trf_lim___bit 16 | ||
62 | #define reg_iop_dmc_out_rw_cfg___dth_intr___lsb 17 | ||
63 | #define reg_iop_dmc_out_rw_cfg___dth_intr___width 3 | ||
64 | #define reg_iop_dmc_out_rw_cfg_offset 0 | ||
65 | |||
66 | /* Register rw_ctrl, scope iop_dmc_out, type rw */ | ||
67 | #define reg_iop_dmc_out_rw_ctrl___dif_en___lsb 0 | ||
68 | #define reg_iop_dmc_out_rw_ctrl___dif_en___width 1 | ||
69 | #define reg_iop_dmc_out_rw_ctrl___dif_en___bit 0 | ||
70 | #define reg_iop_dmc_out_rw_ctrl___dif_dis___lsb 1 | ||
71 | #define reg_iop_dmc_out_rw_ctrl___dif_dis___width 1 | ||
72 | #define reg_iop_dmc_out_rw_ctrl___dif_dis___bit 1 | ||
73 | #define reg_iop_dmc_out_rw_ctrl_offset 4 | ||
74 | |||
75 | /* Register r_stat, scope iop_dmc_out, type r */ | ||
76 | #define reg_iop_dmc_out_r_stat___dif_en___lsb 0 | ||
77 | #define reg_iop_dmc_out_r_stat___dif_en___width 1 | ||
78 | #define reg_iop_dmc_out_r_stat___dif_en___bit 0 | ||
79 | #define reg_iop_dmc_out_r_stat_offset 8 | ||
80 | |||
81 | /* Register rw_stream_cmd, scope iop_dmc_out, type rw */ | ||
82 | #define reg_iop_dmc_out_rw_stream_cmd___cmd___lsb 0 | ||
83 | #define reg_iop_dmc_out_rw_stream_cmd___cmd___width 10 | ||
84 | #define reg_iop_dmc_out_rw_stream_cmd___n___lsb 16 | ||
85 | #define reg_iop_dmc_out_rw_stream_cmd___n___width 8 | ||
86 | #define reg_iop_dmc_out_rw_stream_cmd_offset 12 | ||
87 | |||
88 | /* Register rs_stream_data, scope iop_dmc_out, type rs */ | ||
89 | #define reg_iop_dmc_out_rs_stream_data_offset 16 | ||
90 | |||
91 | /* Register r_stream_data, scope iop_dmc_out, type r */ | ||
92 | #define reg_iop_dmc_out_r_stream_data_offset 20 | ||
93 | |||
94 | /* Register r_stream_stat, scope iop_dmc_out, type r */ | ||
95 | #define reg_iop_dmc_out_r_stream_stat___dth___lsb 0 | ||
96 | #define reg_iop_dmc_out_r_stream_stat___dth___width 7 | ||
97 | #define reg_iop_dmc_out_r_stream_stat___dv___lsb 16 | ||
98 | #define reg_iop_dmc_out_r_stream_stat___dv___width 1 | ||
99 | #define reg_iop_dmc_out_r_stream_stat___dv___bit 16 | ||
100 | #define reg_iop_dmc_out_r_stream_stat___all_avail___lsb 17 | ||
101 | #define reg_iop_dmc_out_r_stream_stat___all_avail___width 1 | ||
102 | #define reg_iop_dmc_out_r_stream_stat___all_avail___bit 17 | ||
103 | #define reg_iop_dmc_out_r_stream_stat___last___lsb 18 | ||
104 | #define reg_iop_dmc_out_r_stream_stat___last___width 1 | ||
105 | #define reg_iop_dmc_out_r_stream_stat___last___bit 18 | ||
106 | #define reg_iop_dmc_out_r_stream_stat___size___lsb 19 | ||
107 | #define reg_iop_dmc_out_r_stream_stat___size___width 3 | ||
108 | #define reg_iop_dmc_out_r_stream_stat___data_md_valid___lsb 22 | ||
109 | #define reg_iop_dmc_out_r_stream_stat___data_md_valid___width 1 | ||
110 | #define reg_iop_dmc_out_r_stream_stat___data_md_valid___bit 22 | ||
111 | #define reg_iop_dmc_out_r_stream_stat___ctxt_md_valid___lsb 23 | ||
112 | #define reg_iop_dmc_out_r_stream_stat___ctxt_md_valid___width 1 | ||
113 | #define reg_iop_dmc_out_r_stream_stat___ctxt_md_valid___bit 23 | ||
114 | #define reg_iop_dmc_out_r_stream_stat___group_md_valid___lsb 24 | ||
115 | #define reg_iop_dmc_out_r_stream_stat___group_md_valid___width 1 | ||
116 | #define reg_iop_dmc_out_r_stream_stat___group_md_valid___bit 24 | ||
117 | #define reg_iop_dmc_out_r_stream_stat___stream_busy___lsb 25 | ||
118 | #define reg_iop_dmc_out_r_stream_stat___stream_busy___width 1 | ||
119 | #define reg_iop_dmc_out_r_stream_stat___stream_busy___bit 25 | ||
120 | #define reg_iop_dmc_out_r_stream_stat___cmd_rdy___lsb 26 | ||
121 | #define reg_iop_dmc_out_r_stream_stat___cmd_rdy___width 1 | ||
122 | #define reg_iop_dmc_out_r_stream_stat___cmd_rdy___bit 26 | ||
123 | #define reg_iop_dmc_out_r_stream_stat___cmd_rq___lsb 27 | ||
124 | #define reg_iop_dmc_out_r_stream_stat___cmd_rq___width 1 | ||
125 | #define reg_iop_dmc_out_r_stream_stat___cmd_rq___bit 27 | ||
126 | #define reg_iop_dmc_out_r_stream_stat_offset 24 | ||
127 | |||
128 | /* Register r_data_descr, scope iop_dmc_out, type r */ | ||
129 | #define reg_iop_dmc_out_r_data_descr___ctrl___lsb 0 | ||
130 | #define reg_iop_dmc_out_r_data_descr___ctrl___width 8 | ||
131 | #define reg_iop_dmc_out_r_data_descr___stat___lsb 8 | ||
132 | #define reg_iop_dmc_out_r_data_descr___stat___width 8 | ||
133 | #define reg_iop_dmc_out_r_data_descr___md___lsb 16 | ||
134 | #define reg_iop_dmc_out_r_data_descr___md___width 16 | ||
135 | #define reg_iop_dmc_out_r_data_descr_offset 28 | ||
136 | |||
137 | /* Register r_ctxt_descr, scope iop_dmc_out, type r */ | ||
138 | #define reg_iop_dmc_out_r_ctxt_descr___ctrl___lsb 0 | ||
139 | #define reg_iop_dmc_out_r_ctxt_descr___ctrl___width 8 | ||
140 | #define reg_iop_dmc_out_r_ctxt_descr___stat___lsb 8 | ||
141 | #define reg_iop_dmc_out_r_ctxt_descr___stat___width 8 | ||
142 | #define reg_iop_dmc_out_r_ctxt_descr___md0___lsb 16 | ||
143 | #define reg_iop_dmc_out_r_ctxt_descr___md0___width 16 | ||
144 | #define reg_iop_dmc_out_r_ctxt_descr_offset 32 | ||
145 | |||
146 | /* Register r_ctxt_descr_md1, scope iop_dmc_out, type r */ | ||
147 | #define reg_iop_dmc_out_r_ctxt_descr_md1_offset 36 | ||
148 | |||
149 | /* Register r_ctxt_descr_md2, scope iop_dmc_out, type r */ | ||
150 | #define reg_iop_dmc_out_r_ctxt_descr_md2_offset 40 | ||
151 | |||
152 | /* Register r_group_descr, scope iop_dmc_out, type r */ | ||
153 | #define reg_iop_dmc_out_r_group_descr___ctrl___lsb 0 | ||
154 | #define reg_iop_dmc_out_r_group_descr___ctrl___width 8 | ||
155 | #define reg_iop_dmc_out_r_group_descr___stat___lsb 8 | ||
156 | #define reg_iop_dmc_out_r_group_descr___stat___width 8 | ||
157 | #define reg_iop_dmc_out_r_group_descr___md___lsb 16 | ||
158 | #define reg_iop_dmc_out_r_group_descr___md___width 16 | ||
159 | #define reg_iop_dmc_out_r_group_descr_offset 52 | ||
160 | |||
161 | /* Register rw_data_descr, scope iop_dmc_out, type rw */ | ||
162 | #define reg_iop_dmc_out_rw_data_descr___md___lsb 16 | ||
163 | #define reg_iop_dmc_out_rw_data_descr___md___width 16 | ||
164 | #define reg_iop_dmc_out_rw_data_descr_offset 56 | ||
165 | |||
166 | /* Register rw_ctxt_descr, scope iop_dmc_out, type rw */ | ||
167 | #define reg_iop_dmc_out_rw_ctxt_descr___md0___lsb 16 | ||
168 | #define reg_iop_dmc_out_rw_ctxt_descr___md0___width 16 | ||
169 | #define reg_iop_dmc_out_rw_ctxt_descr_offset 60 | ||
170 | |||
171 | /* Register rw_ctxt_descr_md1, scope iop_dmc_out, type rw */ | ||
172 | #define reg_iop_dmc_out_rw_ctxt_descr_md1_offset 64 | ||
173 | |||
174 | /* Register rw_ctxt_descr_md2, scope iop_dmc_out, type rw */ | ||
175 | #define reg_iop_dmc_out_rw_ctxt_descr_md2_offset 68 | ||
176 | |||
177 | /* Register rw_group_descr, scope iop_dmc_out, type rw */ | ||
178 | #define reg_iop_dmc_out_rw_group_descr___md___lsb 16 | ||
179 | #define reg_iop_dmc_out_rw_group_descr___md___width 16 | ||
180 | #define reg_iop_dmc_out_rw_group_descr_offset 80 | ||
181 | |||
182 | /* Register rw_intr_mask, scope iop_dmc_out, type rw */ | ||
183 | #define reg_iop_dmc_out_rw_intr_mask___data_md___lsb 0 | ||
184 | #define reg_iop_dmc_out_rw_intr_mask___data_md___width 1 | ||
185 | #define reg_iop_dmc_out_rw_intr_mask___data_md___bit 0 | ||
186 | #define reg_iop_dmc_out_rw_intr_mask___ctxt_md___lsb 1 | ||
187 | #define reg_iop_dmc_out_rw_intr_mask___ctxt_md___width 1 | ||
188 | #define reg_iop_dmc_out_rw_intr_mask___ctxt_md___bit 1 | ||
189 | #define reg_iop_dmc_out_rw_intr_mask___group_md___lsb 2 | ||
190 | #define reg_iop_dmc_out_rw_intr_mask___group_md___width 1 | ||
191 | #define reg_iop_dmc_out_rw_intr_mask___group_md___bit 2 | ||
192 | #define reg_iop_dmc_out_rw_intr_mask___cmd_rdy___lsb 3 | ||
193 | #define reg_iop_dmc_out_rw_intr_mask___cmd_rdy___width 1 | ||
194 | #define reg_iop_dmc_out_rw_intr_mask___cmd_rdy___bit 3 | ||
195 | #define reg_iop_dmc_out_rw_intr_mask___dth___lsb 4 | ||
196 | #define reg_iop_dmc_out_rw_intr_mask___dth___width 1 | ||
197 | #define reg_iop_dmc_out_rw_intr_mask___dth___bit 4 | ||
198 | #define reg_iop_dmc_out_rw_intr_mask___dv___lsb 5 | ||
199 | #define reg_iop_dmc_out_rw_intr_mask___dv___width 1 | ||
200 | #define reg_iop_dmc_out_rw_intr_mask___dv___bit 5 | ||
201 | #define reg_iop_dmc_out_rw_intr_mask___last_data___lsb 6 | ||
202 | #define reg_iop_dmc_out_rw_intr_mask___last_data___width 1 | ||
203 | #define reg_iop_dmc_out_rw_intr_mask___last_data___bit 6 | ||
204 | #define reg_iop_dmc_out_rw_intr_mask___trf_lim___lsb 7 | ||
205 | #define reg_iop_dmc_out_rw_intr_mask___trf_lim___width 1 | ||
206 | #define reg_iop_dmc_out_rw_intr_mask___trf_lim___bit 7 | ||
207 | #define reg_iop_dmc_out_rw_intr_mask___cmd_rq___lsb 8 | ||
208 | #define reg_iop_dmc_out_rw_intr_mask___cmd_rq___width 1 | ||
209 | #define reg_iop_dmc_out_rw_intr_mask___cmd_rq___bit 8 | ||
210 | #define reg_iop_dmc_out_rw_intr_mask_offset 84 | ||
211 | |||
212 | /* Register rw_ack_intr, scope iop_dmc_out, type rw */ | ||
213 | #define reg_iop_dmc_out_rw_ack_intr___data_md___lsb 0 | ||
214 | #define reg_iop_dmc_out_rw_ack_intr___data_md___width 1 | ||
215 | #define reg_iop_dmc_out_rw_ack_intr___data_md___bit 0 | ||
216 | #define reg_iop_dmc_out_rw_ack_intr___ctxt_md___lsb 1 | ||
217 | #define reg_iop_dmc_out_rw_ack_intr___ctxt_md___width 1 | ||
218 | #define reg_iop_dmc_out_rw_ack_intr___ctxt_md___bit 1 | ||
219 | #define reg_iop_dmc_out_rw_ack_intr___group_md___lsb 2 | ||
220 | #define reg_iop_dmc_out_rw_ack_intr___group_md___width 1 | ||
221 | #define reg_iop_dmc_out_rw_ack_intr___group_md___bit 2 | ||
222 | #define reg_iop_dmc_out_rw_ack_intr___cmd_rdy___lsb 3 | ||
223 | #define reg_iop_dmc_out_rw_ack_intr___cmd_rdy___width 1 | ||
224 | #define reg_iop_dmc_out_rw_ack_intr___cmd_rdy___bit 3 | ||
225 | #define reg_iop_dmc_out_rw_ack_intr___dth___lsb 4 | ||
226 | #define reg_iop_dmc_out_rw_ack_intr___dth___width 1 | ||
227 | #define reg_iop_dmc_out_rw_ack_intr___dth___bit 4 | ||
228 | #define reg_iop_dmc_out_rw_ack_intr___dv___lsb 5 | ||
229 | #define reg_iop_dmc_out_rw_ack_intr___dv___width 1 | ||
230 | #define reg_iop_dmc_out_rw_ack_intr___dv___bit 5 | ||
231 | #define reg_iop_dmc_out_rw_ack_intr___last_data___lsb 6 | ||
232 | #define reg_iop_dmc_out_rw_ack_intr___last_data___width 1 | ||
233 | #define reg_iop_dmc_out_rw_ack_intr___last_data___bit 6 | ||
234 | #define reg_iop_dmc_out_rw_ack_intr___trf_lim___lsb 7 | ||
235 | #define reg_iop_dmc_out_rw_ack_intr___trf_lim___width 1 | ||
236 | #define reg_iop_dmc_out_rw_ack_intr___trf_lim___bit 7 | ||
237 | #define reg_iop_dmc_out_rw_ack_intr___cmd_rq___lsb 8 | ||
238 | #define reg_iop_dmc_out_rw_ack_intr___cmd_rq___width 1 | ||
239 | #define reg_iop_dmc_out_rw_ack_intr___cmd_rq___bit 8 | ||
240 | #define reg_iop_dmc_out_rw_ack_intr_offset 88 | ||
241 | |||
242 | /* Register r_intr, scope iop_dmc_out, type r */ | ||
243 | #define reg_iop_dmc_out_r_intr___data_md___lsb 0 | ||
244 | #define reg_iop_dmc_out_r_intr___data_md___width 1 | ||
245 | #define reg_iop_dmc_out_r_intr___data_md___bit 0 | ||
246 | #define reg_iop_dmc_out_r_intr___ctxt_md___lsb 1 | ||
247 | #define reg_iop_dmc_out_r_intr___ctxt_md___width 1 | ||
248 | #define reg_iop_dmc_out_r_intr___ctxt_md___bit 1 | ||
249 | #define reg_iop_dmc_out_r_intr___group_md___lsb 2 | ||
250 | #define reg_iop_dmc_out_r_intr___group_md___width 1 | ||
251 | #define reg_iop_dmc_out_r_intr___group_md___bit 2 | ||
252 | #define reg_iop_dmc_out_r_intr___cmd_rdy___lsb 3 | ||
253 | #define reg_iop_dmc_out_r_intr___cmd_rdy___width 1 | ||
254 | #define reg_iop_dmc_out_r_intr___cmd_rdy___bit 3 | ||
255 | #define reg_iop_dmc_out_r_intr___dth___lsb 4 | ||
256 | #define reg_iop_dmc_out_r_intr___dth___width 1 | ||
257 | #define reg_iop_dmc_out_r_intr___dth___bit 4 | ||
258 | #define reg_iop_dmc_out_r_intr___dv___lsb 5 | ||
259 | #define reg_iop_dmc_out_r_intr___dv___width 1 | ||
260 | #define reg_iop_dmc_out_r_intr___dv___bit 5 | ||
261 | #define reg_iop_dmc_out_r_intr___last_data___lsb 6 | ||
262 | #define reg_iop_dmc_out_r_intr___last_data___width 1 | ||
263 | #define reg_iop_dmc_out_r_intr___last_data___bit 6 | ||
264 | #define reg_iop_dmc_out_r_intr___trf_lim___lsb 7 | ||
265 | #define reg_iop_dmc_out_r_intr___trf_lim___width 1 | ||
266 | #define reg_iop_dmc_out_r_intr___trf_lim___bit 7 | ||
267 | #define reg_iop_dmc_out_r_intr___cmd_rq___lsb 8 | ||
268 | #define reg_iop_dmc_out_r_intr___cmd_rq___width 1 | ||
269 | #define reg_iop_dmc_out_r_intr___cmd_rq___bit 8 | ||
270 | #define reg_iop_dmc_out_r_intr_offset 92 | ||
271 | |||
272 | /* Register r_masked_intr, scope iop_dmc_out, type r */ | ||
273 | #define reg_iop_dmc_out_r_masked_intr___data_md___lsb 0 | ||
274 | #define reg_iop_dmc_out_r_masked_intr___data_md___width 1 | ||
275 | #define reg_iop_dmc_out_r_masked_intr___data_md___bit 0 | ||
276 | #define reg_iop_dmc_out_r_masked_intr___ctxt_md___lsb 1 | ||
277 | #define reg_iop_dmc_out_r_masked_intr___ctxt_md___width 1 | ||
278 | #define reg_iop_dmc_out_r_masked_intr___ctxt_md___bit 1 | ||
279 | #define reg_iop_dmc_out_r_masked_intr___group_md___lsb 2 | ||
280 | #define reg_iop_dmc_out_r_masked_intr___group_md___width 1 | ||
281 | #define reg_iop_dmc_out_r_masked_intr___group_md___bit 2 | ||
282 | #define reg_iop_dmc_out_r_masked_intr___cmd_rdy___lsb 3 | ||
283 | #define reg_iop_dmc_out_r_masked_intr___cmd_rdy___width 1 | ||
284 | #define reg_iop_dmc_out_r_masked_intr___cmd_rdy___bit 3 | ||
285 | #define reg_iop_dmc_out_r_masked_intr___dth___lsb 4 | ||
286 | #define reg_iop_dmc_out_r_masked_intr___dth___width 1 | ||
287 | #define reg_iop_dmc_out_r_masked_intr___dth___bit 4 | ||
288 | #define reg_iop_dmc_out_r_masked_intr___dv___lsb 5 | ||
289 | #define reg_iop_dmc_out_r_masked_intr___dv___width 1 | ||
290 | #define reg_iop_dmc_out_r_masked_intr___dv___bit 5 | ||
291 | #define reg_iop_dmc_out_r_masked_intr___last_data___lsb 6 | ||
292 | #define reg_iop_dmc_out_r_masked_intr___last_data___width 1 | ||
293 | #define reg_iop_dmc_out_r_masked_intr___last_data___bit 6 | ||
294 | #define reg_iop_dmc_out_r_masked_intr___trf_lim___lsb 7 | ||
295 | #define reg_iop_dmc_out_r_masked_intr___trf_lim___width 1 | ||
296 | #define reg_iop_dmc_out_r_masked_intr___trf_lim___bit 7 | ||
297 | #define reg_iop_dmc_out_r_masked_intr___cmd_rq___lsb 8 | ||
298 | #define reg_iop_dmc_out_r_masked_intr___cmd_rq___width 1 | ||
299 | #define reg_iop_dmc_out_r_masked_intr___cmd_rq___bit 8 | ||
300 | #define reg_iop_dmc_out_r_masked_intr_offset 96 | ||
301 | |||
302 | |||
303 | /* Constants */ | ||
304 | #define regk_iop_dmc_out_ack_pkt 0x00000100 | ||
305 | #define regk_iop_dmc_out_array 0x00000008 | ||
306 | #define regk_iop_dmc_out_burst 0x00000020 | ||
307 | #define regk_iop_dmc_out_copy_next 0x00000010 | ||
308 | #define regk_iop_dmc_out_copy_up 0x00000020 | ||
309 | #define regk_iop_dmc_out_dis_c 0x00000010 | ||
310 | #define regk_iop_dmc_out_dis_g 0x00000020 | ||
311 | #define regk_iop_dmc_out_lim1 0x00000000 | ||
312 | #define regk_iop_dmc_out_lim16 0x00000004 | ||
313 | #define regk_iop_dmc_out_lim2 0x00000001 | ||
314 | #define regk_iop_dmc_out_lim32 0x00000005 | ||
315 | #define regk_iop_dmc_out_lim4 0x00000002 | ||
316 | #define regk_iop_dmc_out_lim64 0x00000006 | ||
317 | #define regk_iop_dmc_out_lim8 0x00000003 | ||
318 | #define regk_iop_dmc_out_load_c 0x00000200 | ||
319 | #define regk_iop_dmc_out_load_c_n 0x00000280 | ||
320 | #define regk_iop_dmc_out_load_c_next 0x00000240 | ||
321 | #define regk_iop_dmc_out_load_d 0x00000140 | ||
322 | #define regk_iop_dmc_out_load_g 0x00000300 | ||
323 | #define regk_iop_dmc_out_load_g_down 0x000003c0 | ||
324 | #define regk_iop_dmc_out_load_g_next 0x00000340 | ||
325 | #define regk_iop_dmc_out_load_g_up 0x00000380 | ||
326 | #define regk_iop_dmc_out_next_en 0x00000010 | ||
327 | #define regk_iop_dmc_out_next_pkt 0x00000010 | ||
328 | #define regk_iop_dmc_out_no 0x00000000 | ||
329 | #define regk_iop_dmc_out_restore 0x00000020 | ||
330 | #define regk_iop_dmc_out_rw_cfg_default 0x00000000 | ||
331 | #define regk_iop_dmc_out_rw_ctxt_descr_default 0x00000000 | ||
332 | #define regk_iop_dmc_out_rw_ctxt_descr_md1_default 0x00000000 | ||
333 | #define regk_iop_dmc_out_rw_ctxt_descr_md2_default 0x00000000 | ||
334 | #define regk_iop_dmc_out_rw_data_descr_default 0x00000000 | ||
335 | #define regk_iop_dmc_out_rw_group_descr_default 0x00000000 | ||
336 | #define regk_iop_dmc_out_rw_intr_mask_default 0x00000000 | ||
337 | #define regk_iop_dmc_out_save_down 0x00000020 | ||
338 | #define regk_iop_dmc_out_save_up 0x00000020 | ||
339 | #define regk_iop_dmc_out_set_reg 0x00000050 | ||
340 | #define regk_iop_dmc_out_set_w_size1 0x00000190 | ||
341 | #define regk_iop_dmc_out_set_w_size2 0x000001a0 | ||
342 | #define regk_iop_dmc_out_set_w_size4 0x000001c0 | ||
343 | #define regk_iop_dmc_out_store_c 0x00000002 | ||
344 | #define regk_iop_dmc_out_store_descr 0x00000000 | ||
345 | #define regk_iop_dmc_out_store_g 0x00000004 | ||
346 | #define regk_iop_dmc_out_store_md 0x00000001 | ||
347 | #define regk_iop_dmc_out_update_down 0x00000020 | ||
348 | #define regk_iop_dmc_out_yes 0x00000001 | ||
349 | #endif /* __iop_dmc_out_defs_asm_h */ | ||
diff --git a/include/asm-cris/arch-v32/hwregs/iop/asm/iop_fifo_in_defs_asm.h b/include/asm-cris/arch-v32/hwregs/iop/asm/iop_fifo_in_defs_asm.h new file mode 100644 index 000000000000..974dee082f9f --- /dev/null +++ b/include/asm-cris/arch-v32/hwregs/iop/asm/iop_fifo_in_defs_asm.h | |||
@@ -0,0 +1,234 @@ | |||
1 | #ifndef __iop_fifo_in_defs_asm_h | ||
2 | #define __iop_fifo_in_defs_asm_h | ||
3 | |||
4 | /* | ||
5 | * This file is autogenerated from | ||
6 | * file: ../../inst/io_proc/rtl/iop_fifo_in.r | ||
7 | * id: <not found> | ||
8 | * last modfied: Mon Apr 11 16:10:07 2005 | ||
9 | * | ||
10 | * by /n/asic/design/tools/rdesc/src/rdes2c -asm --outfile asm/iop_fifo_in_defs_asm.h ../../inst/io_proc/rtl/iop_fifo_in.r | ||
11 | * id: $Id: iop_fifo_in_defs_asm.h,v 1.5 2005/04/24 18:31:06 starvik Exp $ | ||
12 | * Any changes here will be lost. | ||
13 | * | ||
14 | * -*- buffer-read-only: t -*- | ||
15 | */ | ||
16 | |||
17 | #ifndef REG_FIELD | ||
18 | #define REG_FIELD( scope, reg, field, value ) \ | ||
19 | REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) | ||
20 | #define REG_FIELD_X_( value, shift ) ((value) << shift) | ||
21 | #endif | ||
22 | |||
23 | #ifndef REG_STATE | ||
24 | #define REG_STATE( scope, reg, field, symbolic_value ) \ | ||
25 | REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) | ||
26 | #define REG_STATE_X_( k, shift ) (k << shift) | ||
27 | #endif | ||
28 | |||
29 | #ifndef REG_MASK | ||
30 | #define REG_MASK( scope, reg, field ) \ | ||
31 | REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) | ||
32 | #define REG_MASK_X_( width, lsb ) (((1 << width)-1) << lsb) | ||
33 | #endif | ||
34 | |||
35 | #ifndef REG_LSB | ||
36 | #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb | ||
37 | #endif | ||
38 | |||
39 | #ifndef REG_BIT | ||
40 | #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit | ||
41 | #endif | ||
42 | |||
43 | #ifndef REG_ADDR | ||
44 | #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) | ||
45 | #define REG_ADDR_X_( inst, offs ) ((inst) + offs) | ||
46 | #endif | ||
47 | |||
48 | #ifndef REG_ADDR_VECT | ||
49 | #define REG_ADDR_VECT( scope, inst, reg, index ) \ | ||
50 | REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \ | ||
51 | STRIDE_##scope##_##reg ) | ||
52 | #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ | ||
53 | ((inst) + offs + (index) * stride) | ||
54 | #endif | ||
55 | |||
56 | /* Register rw_cfg, scope iop_fifo_in, type rw */ | ||
57 | #define reg_iop_fifo_in_rw_cfg___avail_lim___lsb 0 | ||
58 | #define reg_iop_fifo_in_rw_cfg___avail_lim___width 3 | ||
59 | #define reg_iop_fifo_in_rw_cfg___byte_order___lsb 3 | ||
60 | #define reg_iop_fifo_in_rw_cfg___byte_order___width 2 | ||
61 | #define reg_iop_fifo_in_rw_cfg___trig___lsb 5 | ||
62 | #define reg_iop_fifo_in_rw_cfg___trig___width 2 | ||
63 | #define reg_iop_fifo_in_rw_cfg___last_dis_dif_in___lsb 7 | ||
64 | #define reg_iop_fifo_in_rw_cfg___last_dis_dif_in___width 1 | ||
65 | #define reg_iop_fifo_in_rw_cfg___last_dis_dif_in___bit 7 | ||
66 | #define reg_iop_fifo_in_rw_cfg___mode___lsb 8 | ||
67 | #define reg_iop_fifo_in_rw_cfg___mode___width 2 | ||
68 | #define reg_iop_fifo_in_rw_cfg_offset 0 | ||
69 | |||
70 | /* Register rw_ctrl, scope iop_fifo_in, type rw */ | ||
71 | #define reg_iop_fifo_in_rw_ctrl___dif_in_en___lsb 0 | ||
72 | #define reg_iop_fifo_in_rw_ctrl___dif_in_en___width 1 | ||
73 | #define reg_iop_fifo_in_rw_ctrl___dif_in_en___bit 0 | ||
74 | #define reg_iop_fifo_in_rw_ctrl___dif_out_en___lsb 1 | ||
75 | #define reg_iop_fifo_in_rw_ctrl___dif_out_en___width 1 | ||
76 | #define reg_iop_fifo_in_rw_ctrl___dif_out_en___bit 1 | ||
77 | #define reg_iop_fifo_in_rw_ctrl_offset 4 | ||
78 | |||
79 | /* Register r_stat, scope iop_fifo_in, type r */ | ||
80 | #define reg_iop_fifo_in_r_stat___avail_bytes___lsb 0 | ||
81 | #define reg_iop_fifo_in_r_stat___avail_bytes___width 4 | ||
82 | #define reg_iop_fifo_in_r_stat___last___lsb 4 | ||
83 | #define reg_iop_fifo_in_r_stat___last___width 8 | ||
84 | #define reg_iop_fifo_in_r_stat___dif_in_en___lsb 12 | ||
85 | #define reg_iop_fifo_in_r_stat___dif_in_en___width 1 | ||
86 | #define reg_iop_fifo_in_r_stat___dif_in_en___bit 12 | ||
87 | #define reg_iop_fifo_in_r_stat___dif_out_en___lsb 13 | ||
88 | #define reg_iop_fifo_in_r_stat___dif_out_en___width 1 | ||
89 | #define reg_iop_fifo_in_r_stat___dif_out_en___bit 13 | ||
90 | #define reg_iop_fifo_in_r_stat_offset 8 | ||
91 | |||
92 | /* Register rs_rd1byte, scope iop_fifo_in, type rs */ | ||
93 | #define reg_iop_fifo_in_rs_rd1byte___data___lsb 0 | ||
94 | #define reg_iop_fifo_in_rs_rd1byte___data___width 8 | ||
95 | #define reg_iop_fifo_in_rs_rd1byte_offset 12 | ||
96 | |||
97 | /* Register r_rd1byte, scope iop_fifo_in, type r */ | ||
98 | #define reg_iop_fifo_in_r_rd1byte___data___lsb 0 | ||
99 | #define reg_iop_fifo_in_r_rd1byte___data___width 8 | ||
100 | #define reg_iop_fifo_in_r_rd1byte_offset 16 | ||
101 | |||
102 | /* Register rs_rd2byte, scope iop_fifo_in, type rs */ | ||
103 | #define reg_iop_fifo_in_rs_rd2byte___data___lsb 0 | ||
104 | #define reg_iop_fifo_in_rs_rd2byte___data___width 16 | ||
105 | #define reg_iop_fifo_in_rs_rd2byte_offset 20 | ||
106 | |||
107 | /* Register r_rd2byte, scope iop_fifo_in, type r */ | ||
108 | #define reg_iop_fifo_in_r_rd2byte___data___lsb 0 | ||
109 | #define reg_iop_fifo_in_r_rd2byte___data___width 16 | ||
110 | #define reg_iop_fifo_in_r_rd2byte_offset 24 | ||
111 | |||
112 | /* Register rs_rd3byte, scope iop_fifo_in, type rs */ | ||
113 | #define reg_iop_fifo_in_rs_rd3byte___data___lsb 0 | ||
114 | #define reg_iop_fifo_in_rs_rd3byte___data___width 24 | ||
115 | #define reg_iop_fifo_in_rs_rd3byte_offset 28 | ||
116 | |||
117 | /* Register r_rd3byte, scope iop_fifo_in, type r */ | ||
118 | #define reg_iop_fifo_in_r_rd3byte___data___lsb 0 | ||
119 | #define reg_iop_fifo_in_r_rd3byte___data___width 24 | ||
120 | #define reg_iop_fifo_in_r_rd3byte_offset 32 | ||
121 | |||
122 | /* Register rs_rd4byte, scope iop_fifo_in, type rs */ | ||
123 | #define reg_iop_fifo_in_rs_rd4byte___data___lsb 0 | ||
124 | #define reg_iop_fifo_in_rs_rd4byte___data___width 32 | ||
125 | #define reg_iop_fifo_in_rs_rd4byte_offset 36 | ||
126 | |||
127 | /* Register r_rd4byte, scope iop_fifo_in, type r */ | ||
128 | #define reg_iop_fifo_in_r_rd4byte___data___lsb 0 | ||
129 | #define reg_iop_fifo_in_r_rd4byte___data___width 32 | ||
130 | #define reg_iop_fifo_in_r_rd4byte_offset 40 | ||
131 | |||
132 | /* Register rw_set_last, scope iop_fifo_in, type rw */ | ||
133 | #define reg_iop_fifo_in_rw_set_last_offset 44 | ||
134 | |||
135 | /* Register rw_strb_dif_in, scope iop_fifo_in, type rw */ | ||
136 | #define reg_iop_fifo_in_rw_strb_dif_in___last___lsb 0 | ||
137 | #define reg_iop_fifo_in_rw_strb_dif_in___last___width 2 | ||
138 | #define reg_iop_fifo_in_rw_strb_dif_in_offset 48 | ||
139 | |||
140 | /* Register rw_intr_mask, scope iop_fifo_in, type rw */ | ||
141 | #define reg_iop_fifo_in_rw_intr_mask___urun___lsb 0 | ||
142 | #define reg_iop_fifo_in_rw_intr_mask___urun___width 1 | ||
143 | #define reg_iop_fifo_in_rw_intr_mask___urun___bit 0 | ||
144 | #define reg_iop_fifo_in_rw_intr_mask___last_data___lsb 1 | ||
145 | #define reg_iop_fifo_in_rw_intr_mask___last_data___width 1 | ||
146 | #define reg_iop_fifo_in_rw_intr_mask___last_data___bit 1 | ||
147 | #define reg_iop_fifo_in_rw_intr_mask___dav___lsb 2 | ||
148 | #define reg_iop_fifo_in_rw_intr_mask___dav___width 1 | ||
149 | #define reg_iop_fifo_in_rw_intr_mask___dav___bit 2 | ||
150 | #define reg_iop_fifo_in_rw_intr_mask___avail___lsb 3 | ||
151 | #define reg_iop_fifo_in_rw_intr_mask___avail___width 1 | ||
152 | #define reg_iop_fifo_in_rw_intr_mask___avail___bit 3 | ||
153 | #define reg_iop_fifo_in_rw_intr_mask___orun___lsb 4 | ||
154 | #define reg_iop_fifo_in_rw_intr_mask___orun___width 1 | ||
155 | #define reg_iop_fifo_in_rw_intr_mask___orun___bit 4 | ||
156 | #define reg_iop_fifo_in_rw_intr_mask_offset 52 | ||
157 | |||
158 | /* Register rw_ack_intr, scope iop_fifo_in, type rw */ | ||
159 | #define reg_iop_fifo_in_rw_ack_intr___urun___lsb 0 | ||
160 | #define reg_iop_fifo_in_rw_ack_intr___urun___width 1 | ||
161 | #define reg_iop_fifo_in_rw_ack_intr___urun___bit 0 | ||
162 | #define reg_iop_fifo_in_rw_ack_intr___last_data___lsb 1 | ||
163 | #define reg_iop_fifo_in_rw_ack_intr___last_data___width 1 | ||
164 | #define reg_iop_fifo_in_rw_ack_intr___last_data___bit 1 | ||
165 | #define reg_iop_fifo_in_rw_ack_intr___dav___lsb 2 | ||
166 | #define reg_iop_fifo_in_rw_ack_intr___dav___width 1 | ||
167 | #define reg_iop_fifo_in_rw_ack_intr___dav___bit 2 | ||
168 | #define reg_iop_fifo_in_rw_ack_intr___avail___lsb 3 | ||
169 | #define reg_iop_fifo_in_rw_ack_intr___avail___width 1 | ||
170 | #define reg_iop_fifo_in_rw_ack_intr___avail___bit 3 | ||
171 | #define reg_iop_fifo_in_rw_ack_intr___orun___lsb 4 | ||
172 | #define reg_iop_fifo_in_rw_ack_intr___orun___width 1 | ||
173 | #define reg_iop_fifo_in_rw_ack_intr___orun___bit 4 | ||
174 | #define reg_iop_fifo_in_rw_ack_intr_offset 56 | ||
175 | |||
176 | /* Register r_intr, scope iop_fifo_in, type r */ | ||
177 | #define reg_iop_fifo_in_r_intr___urun___lsb 0 | ||
178 | #define reg_iop_fifo_in_r_intr___urun___width 1 | ||
179 | #define reg_iop_fifo_in_r_intr___urun___bit 0 | ||
180 | #define reg_iop_fifo_in_r_intr___last_data___lsb 1 | ||
181 | #define reg_iop_fifo_in_r_intr___last_data___width 1 | ||
182 | #define reg_iop_fifo_in_r_intr___last_data___bit 1 | ||
183 | #define reg_iop_fifo_in_r_intr___dav___lsb 2 | ||
184 | #define reg_iop_fifo_in_r_intr___dav___width 1 | ||
185 | #define reg_iop_fifo_in_r_intr___dav___bit 2 | ||
186 | #define reg_iop_fifo_in_r_intr___avail___lsb 3 | ||
187 | #define reg_iop_fifo_in_r_intr___avail___width 1 | ||
188 | #define reg_iop_fifo_in_r_intr___avail___bit 3 | ||
189 | #define reg_iop_fifo_in_r_intr___orun___lsb 4 | ||
190 | #define reg_iop_fifo_in_r_intr___orun___width 1 | ||
191 | #define reg_iop_fifo_in_r_intr___orun___bit 4 | ||
192 | #define reg_iop_fifo_in_r_intr_offset 60 | ||
193 | |||
194 | /* Register r_masked_intr, scope iop_fifo_in, type r */ | ||
195 | #define reg_iop_fifo_in_r_masked_intr___urun___lsb 0 | ||
196 | #define reg_iop_fifo_in_r_masked_intr___urun___width 1 | ||
197 | #define reg_iop_fifo_in_r_masked_intr___urun___bit 0 | ||
198 | #define reg_iop_fifo_in_r_masked_intr___last_data___lsb 1 | ||
199 | #define reg_iop_fifo_in_r_masked_intr___last_data___width 1 | ||
200 | #define reg_iop_fifo_in_r_masked_intr___last_data___bit 1 | ||
201 | #define reg_iop_fifo_in_r_masked_intr___dav___lsb 2 | ||
202 | #define reg_iop_fifo_in_r_masked_intr___dav___width 1 | ||
203 | #define reg_iop_fifo_in_r_masked_intr___dav___bit 2 | ||
204 | #define reg_iop_fifo_in_r_masked_intr___avail___lsb 3 | ||
205 | #define reg_iop_fifo_in_r_masked_intr___avail___width 1 | ||
206 | #define reg_iop_fifo_in_r_masked_intr___avail___bit 3 | ||
207 | #define reg_iop_fifo_in_r_masked_intr___orun___lsb 4 | ||
208 | #define reg_iop_fifo_in_r_masked_intr___orun___width 1 | ||
209 | #define reg_iop_fifo_in_r_masked_intr___orun___bit 4 | ||
210 | #define reg_iop_fifo_in_r_masked_intr_offset 64 | ||
211 | |||
212 | |||
213 | /* Constants */ | ||
214 | #define regk_iop_fifo_in_dif_in 0x00000002 | ||
215 | #define regk_iop_fifo_in_hi 0x00000000 | ||
216 | #define regk_iop_fifo_in_neg 0x00000002 | ||
217 | #define regk_iop_fifo_in_no 0x00000000 | ||
218 | #define regk_iop_fifo_in_order16 0x00000001 | ||
219 | #define regk_iop_fifo_in_order24 0x00000002 | ||
220 | #define regk_iop_fifo_in_order32 0x00000003 | ||
221 | #define regk_iop_fifo_in_order8 0x00000000 | ||
222 | #define regk_iop_fifo_in_pos 0x00000001 | ||
223 | #define regk_iop_fifo_in_pos_neg 0x00000003 | ||
224 | #define regk_iop_fifo_in_rw_cfg_default 0x00000024 | ||
225 | #define regk_iop_fifo_in_rw_ctrl_default 0x00000000 | ||
226 | #define regk_iop_fifo_in_rw_intr_mask_default 0x00000000 | ||
227 | #define regk_iop_fifo_in_rw_set_last_default 0x00000000 | ||
228 | #define regk_iop_fifo_in_rw_strb_dif_in_default 0x00000000 | ||
229 | #define regk_iop_fifo_in_size16 0x00000002 | ||
230 | #define regk_iop_fifo_in_size24 0x00000001 | ||
231 | #define regk_iop_fifo_in_size32 0x00000000 | ||
232 | #define regk_iop_fifo_in_size8 0x00000003 | ||
233 | #define regk_iop_fifo_in_yes 0x00000001 | ||
234 | #endif /* __iop_fifo_in_defs_asm_h */ | ||
diff --git a/include/asm-cris/arch-v32/hwregs/iop/asm/iop_fifo_in_extra_defs_asm.h b/include/asm-cris/arch-v32/hwregs/iop/asm/iop_fifo_in_extra_defs_asm.h new file mode 100644 index 000000000000..e00fab0c9335 --- /dev/null +++ b/include/asm-cris/arch-v32/hwregs/iop/asm/iop_fifo_in_extra_defs_asm.h | |||
@@ -0,0 +1,155 @@ | |||
1 | #ifndef __iop_fifo_in_extra_defs_asm_h | ||
2 | #define __iop_fifo_in_extra_defs_asm_h | ||
3 | |||
4 | /* | ||
5 | * This file is autogenerated from | ||
6 | * file: ../../inst/io_proc/rtl/iop_fifo_in_extra.r | ||
7 | * id: <not found> | ||
8 | * last modfied: Mon Apr 11 16:10:08 2005 | ||
9 | * | ||
10 | * by /n/asic/design/tools/rdesc/src/rdes2c -asm --outfile asm/iop_fifo_in_extra_defs_asm.h ../../inst/io_proc/rtl/iop_fifo_in_extra.r | ||
11 | * id: $Id: iop_fifo_in_extra_defs_asm.h,v 1.1 2005/04/24 18:31:06 starvik Exp $ | ||
12 | * Any changes here will be lost. | ||
13 | * | ||
14 | * -*- buffer-read-only: t -*- | ||
15 | */ | ||
16 | |||
17 | #ifndef REG_FIELD | ||
18 | #define REG_FIELD( scope, reg, field, value ) \ | ||
19 | REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) | ||
20 | #define REG_FIELD_X_( value, shift ) ((value) << shift) | ||
21 | #endif | ||
22 | |||
23 | #ifndef REG_STATE | ||
24 | #define REG_STATE( scope, reg, field, symbolic_value ) \ | ||
25 | REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) | ||
26 | #define REG_STATE_X_( k, shift ) (k << shift) | ||
27 | #endif | ||
28 | |||
29 | #ifndef REG_MASK | ||
30 | #define REG_MASK( scope, reg, field ) \ | ||
31 | REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) | ||
32 | #define REG_MASK_X_( width, lsb ) (((1 << width)-1) << lsb) | ||
33 | #endif | ||
34 | |||
35 | #ifndef REG_LSB | ||
36 | #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb | ||
37 | #endif | ||
38 | |||
39 | #ifndef REG_BIT | ||
40 | #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit | ||
41 | #endif | ||
42 | |||
43 | #ifndef REG_ADDR | ||
44 | #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) | ||
45 | #define REG_ADDR_X_( inst, offs ) ((inst) + offs) | ||
46 | #endif | ||
47 | |||
48 | #ifndef REG_ADDR_VECT | ||
49 | #define REG_ADDR_VECT( scope, inst, reg, index ) \ | ||
50 | REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \ | ||
51 | STRIDE_##scope##_##reg ) | ||
52 | #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ | ||
53 | ((inst) + offs + (index) * stride) | ||
54 | #endif | ||
55 | |||
56 | /* Register rw_wr_data, scope iop_fifo_in_extra, type rw */ | ||
57 | #define reg_iop_fifo_in_extra_rw_wr_data_offset 0 | ||
58 | |||
59 | /* Register r_stat, scope iop_fifo_in_extra, type r */ | ||
60 | #define reg_iop_fifo_in_extra_r_stat___avail_bytes___lsb 0 | ||
61 | #define reg_iop_fifo_in_extra_r_stat___avail_bytes___width 4 | ||
62 | #define reg_iop_fifo_in_extra_r_stat___last___lsb 4 | ||
63 | #define reg_iop_fifo_in_extra_r_stat___last___width 8 | ||
64 | #define reg_iop_fifo_in_extra_r_stat___dif_in_en___lsb 12 | ||
65 | #define reg_iop_fifo_in_extra_r_stat___dif_in_en___width 1 | ||
66 | #define reg_iop_fifo_in_extra_r_stat___dif_in_en___bit 12 | ||
67 | #define reg_iop_fifo_in_extra_r_stat___dif_out_en___lsb 13 | ||
68 | #define reg_iop_fifo_in_extra_r_stat___dif_out_en___width 1 | ||
69 | #define reg_iop_fifo_in_extra_r_stat___dif_out_en___bit 13 | ||
70 | #define reg_iop_fifo_in_extra_r_stat_offset 4 | ||
71 | |||
72 | /* Register rw_strb_dif_in, scope iop_fifo_in_extra, type rw */ | ||
73 | #define reg_iop_fifo_in_extra_rw_strb_dif_in___last___lsb 0 | ||
74 | #define reg_iop_fifo_in_extra_rw_strb_dif_in___last___width 2 | ||
75 | #define reg_iop_fifo_in_extra_rw_strb_dif_in_offset 8 | ||
76 | |||
77 | /* Register rw_intr_mask, scope iop_fifo_in_extra, type rw */ | ||
78 | #define reg_iop_fifo_in_extra_rw_intr_mask___urun___lsb 0 | ||
79 | #define reg_iop_fifo_in_extra_rw_intr_mask___urun___width 1 | ||
80 | #define reg_iop_fifo_in_extra_rw_intr_mask___urun___bit 0 | ||
81 | #define reg_iop_fifo_in_extra_rw_intr_mask___last_data___lsb 1 | ||
82 | #define reg_iop_fifo_in_extra_rw_intr_mask___last_data___width 1 | ||
83 | #define reg_iop_fifo_in_extra_rw_intr_mask___last_data___bit 1 | ||
84 | #define reg_iop_fifo_in_extra_rw_intr_mask___dav___lsb 2 | ||
85 | #define reg_iop_fifo_in_extra_rw_intr_mask___dav___width 1 | ||
86 | #define reg_iop_fifo_in_extra_rw_intr_mask___dav___bit 2 | ||
87 | #define reg_iop_fifo_in_extra_rw_intr_mask___avail___lsb 3 | ||
88 | #define reg_iop_fifo_in_extra_rw_intr_mask___avail___width 1 | ||
89 | #define reg_iop_fifo_in_extra_rw_intr_mask___avail___bit 3 | ||
90 | #define reg_iop_fifo_in_extra_rw_intr_mask___orun___lsb 4 | ||
91 | #define reg_iop_fifo_in_extra_rw_intr_mask___orun___width 1 | ||
92 | #define reg_iop_fifo_in_extra_rw_intr_mask___orun___bit 4 | ||
93 | #define reg_iop_fifo_in_extra_rw_intr_mask_offset 12 | ||
94 | |||
95 | /* Register rw_ack_intr, scope iop_fifo_in_extra, type rw */ | ||
96 | #define reg_iop_fifo_in_extra_rw_ack_intr___urun___lsb 0 | ||
97 | #define reg_iop_fifo_in_extra_rw_ack_intr___urun___width 1 | ||
98 | #define reg_iop_fifo_in_extra_rw_ack_intr___urun___bit 0 | ||
99 | #define reg_iop_fifo_in_extra_rw_ack_intr___last_data___lsb 1 | ||
100 | #define reg_iop_fifo_in_extra_rw_ack_intr___last_data___width 1 | ||
101 | #define reg_iop_fifo_in_extra_rw_ack_intr___last_data___bit 1 | ||
102 | #define reg_iop_fifo_in_extra_rw_ack_intr___dav___lsb 2 | ||
103 | #define reg_iop_fifo_in_extra_rw_ack_intr___dav___width 1 | ||
104 | #define reg_iop_fifo_in_extra_rw_ack_intr___dav___bit 2 | ||
105 | #define reg_iop_fifo_in_extra_rw_ack_intr___avail___lsb 3 | ||
106 | #define reg_iop_fifo_in_extra_rw_ack_intr___avail___width 1 | ||
107 | #define reg_iop_fifo_in_extra_rw_ack_intr___avail___bit 3 | ||
108 | #define reg_iop_fifo_in_extra_rw_ack_intr___orun___lsb 4 | ||
109 | #define reg_iop_fifo_in_extra_rw_ack_intr___orun___width 1 | ||
110 | #define reg_iop_fifo_in_extra_rw_ack_intr___orun___bit 4 | ||
111 | #define reg_iop_fifo_in_extra_rw_ack_intr_offset 16 | ||
112 | |||
113 | /* Register r_intr, scope iop_fifo_in_extra, type r */ | ||
114 | #define reg_iop_fifo_in_extra_r_intr___urun___lsb 0 | ||
115 | #define reg_iop_fifo_in_extra_r_intr___urun___width 1 | ||
116 | #define reg_iop_fifo_in_extra_r_intr___urun___bit 0 | ||
117 | #define reg_iop_fifo_in_extra_r_intr___last_data___lsb 1 | ||
118 | #define reg_iop_fifo_in_extra_r_intr___last_data___width 1 | ||
119 | #define reg_iop_fifo_in_extra_r_intr___last_data___bit 1 | ||
120 | #define reg_iop_fifo_in_extra_r_intr___dav___lsb 2 | ||
121 | #define reg_iop_fifo_in_extra_r_intr___dav___width 1 | ||
122 | #define reg_iop_fifo_in_extra_r_intr___dav___bit 2 | ||
123 | #define reg_iop_fifo_in_extra_r_intr___avail___lsb 3 | ||
124 | #define reg_iop_fifo_in_extra_r_intr___avail___width 1 | ||
125 | #define reg_iop_fifo_in_extra_r_intr___avail___bit 3 | ||
126 | #define reg_iop_fifo_in_extra_r_intr___orun___lsb 4 | ||
127 | #define reg_iop_fifo_in_extra_r_intr___orun___width 1 | ||
128 | #define reg_iop_fifo_in_extra_r_intr___orun___bit 4 | ||
129 | #define reg_iop_fifo_in_extra_r_intr_offset 20 | ||
130 | |||
131 | /* Register r_masked_intr, scope iop_fifo_in_extra, type r */ | ||
132 | #define reg_iop_fifo_in_extra_r_masked_intr___urun___lsb 0 | ||
133 | #define reg_iop_fifo_in_extra_r_masked_intr___urun___width 1 | ||
134 | #define reg_iop_fifo_in_extra_r_masked_intr___urun___bit 0 | ||
135 | #define reg_iop_fifo_in_extra_r_masked_intr___last_data___lsb 1 | ||
136 | #define reg_iop_fifo_in_extra_r_masked_intr___last_data___width 1 | ||
137 | #define reg_iop_fifo_in_extra_r_masked_intr___last_data___bit 1 | ||
138 | #define reg_iop_fifo_in_extra_r_masked_intr___dav___lsb 2 | ||
139 | #define reg_iop_fifo_in_extra_r_masked_intr___dav___width 1 | ||
140 | #define reg_iop_fifo_in_extra_r_masked_intr___dav___bit 2 | ||
141 | #define reg_iop_fifo_in_extra_r_masked_intr___avail___lsb 3 | ||
142 | #define reg_iop_fifo_in_extra_r_masked_intr___avail___width 1 | ||
143 | #define reg_iop_fifo_in_extra_r_masked_intr___avail___bit 3 | ||
144 | #define reg_iop_fifo_in_extra_r_masked_intr___orun___lsb 4 | ||
145 | #define reg_iop_fifo_in_extra_r_masked_intr___orun___width 1 | ||
146 | #define reg_iop_fifo_in_extra_r_masked_intr___orun___bit 4 | ||
147 | #define reg_iop_fifo_in_extra_r_masked_intr_offset 24 | ||
148 | |||
149 | |||
150 | /* Constants */ | ||
151 | #define regk_iop_fifo_in_extra_fifo_in 0x00000002 | ||
152 | #define regk_iop_fifo_in_extra_no 0x00000000 | ||
153 | #define regk_iop_fifo_in_extra_rw_intr_mask_default 0x00000000 | ||
154 | #define regk_iop_fifo_in_extra_yes 0x00000001 | ||
155 | #endif /* __iop_fifo_in_extra_defs_asm_h */ | ||
diff --git a/include/asm-cris/arch-v32/hwregs/iop/asm/iop_fifo_out_defs_asm.h b/include/asm-cris/arch-v32/hwregs/iop/asm/iop_fifo_out_defs_asm.h new file mode 100644 index 000000000000..9ec5f4a826df --- /dev/null +++ b/include/asm-cris/arch-v32/hwregs/iop/asm/iop_fifo_out_defs_asm.h | |||
@@ -0,0 +1,254 @@ | |||
1 | #ifndef __iop_fifo_out_defs_asm_h | ||
2 | #define __iop_fifo_out_defs_asm_h | ||
3 | |||
4 | /* | ||
5 | * This file is autogenerated from | ||
6 | * file: ../../inst/io_proc/rtl/iop_fifo_out.r | ||
7 | * id: <not found> | ||
8 | * last modfied: Mon Apr 11 16:10:09 2005 | ||
9 | * | ||
10 | * by /n/asic/design/tools/rdesc/src/rdes2c -asm --outfile asm/iop_fifo_out_defs_asm.h ../../inst/io_proc/rtl/iop_fifo_out.r | ||
11 | * id: $Id: iop_fifo_out_defs_asm.h,v 1.5 2005/04/24 18:31:06 starvik Exp $ | ||
12 | * Any changes here will be lost. | ||
13 | * | ||
14 | * -*- buffer-read-only: t -*- | ||
15 | */ | ||
16 | |||
17 | #ifndef REG_FIELD | ||
18 | #define REG_FIELD( scope, reg, field, value ) \ | ||
19 | REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) | ||
20 | #define REG_FIELD_X_( value, shift ) ((value) << shift) | ||
21 | #endif | ||
22 | |||
23 | #ifndef REG_STATE | ||
24 | #define REG_STATE( scope, reg, field, symbolic_value ) \ | ||
25 | REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) | ||
26 | #define REG_STATE_X_( k, shift ) (k << shift) | ||
27 | #endif | ||
28 | |||
29 | #ifndef REG_MASK | ||
30 | #define REG_MASK( scope, reg, field ) \ | ||
31 | REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) | ||
32 | #define REG_MASK_X_( width, lsb ) (((1 << width)-1) << lsb) | ||
33 | #endif | ||
34 | |||
35 | #ifndef REG_LSB | ||
36 | #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb | ||
37 | #endif | ||
38 | |||
39 | #ifndef REG_BIT | ||
40 | #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit | ||
41 | #endif | ||
42 | |||
43 | #ifndef REG_ADDR | ||
44 | #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) | ||
45 | #define REG_ADDR_X_( inst, offs ) ((inst) + offs) | ||
46 | #endif | ||
47 | |||
48 | #ifndef REG_ADDR_VECT | ||
49 | #define REG_ADDR_VECT( scope, inst, reg, index ) \ | ||
50 | REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \ | ||
51 | STRIDE_##scope##_##reg ) | ||
52 | #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ | ||
53 | ((inst) + offs + (index) * stride) | ||
54 | #endif | ||
55 | |||
56 | /* Register rw_cfg, scope iop_fifo_out, type rw */ | ||
57 | #define reg_iop_fifo_out_rw_cfg___free_lim___lsb 0 | ||
58 | #define reg_iop_fifo_out_rw_cfg___free_lim___width 3 | ||
59 | #define reg_iop_fifo_out_rw_cfg___byte_order___lsb 3 | ||
60 | #define reg_iop_fifo_out_rw_cfg___byte_order___width 2 | ||
61 | #define reg_iop_fifo_out_rw_cfg___trig___lsb 5 | ||
62 | #define reg_iop_fifo_out_rw_cfg___trig___width 2 | ||
63 | #define reg_iop_fifo_out_rw_cfg___last_dis_dif_in___lsb 7 | ||
64 | #define reg_iop_fifo_out_rw_cfg___last_dis_dif_in___width 1 | ||
65 | #define reg_iop_fifo_out_rw_cfg___last_dis_dif_in___bit 7 | ||
66 | #define reg_iop_fifo_out_rw_cfg___mode___lsb 8 | ||
67 | #define reg_iop_fifo_out_rw_cfg___mode___width 2 | ||
68 | #define reg_iop_fifo_out_rw_cfg___delay_out_last___lsb 10 | ||
69 | #define reg_iop_fifo_out_rw_cfg___delay_out_last___width 1 | ||
70 | #define reg_iop_fifo_out_rw_cfg___delay_out_last___bit 10 | ||
71 | #define reg_iop_fifo_out_rw_cfg___last_dis_dif_out___lsb 11 | ||
72 | #define reg_iop_fifo_out_rw_cfg___last_dis_dif_out___width 1 | ||
73 | #define reg_iop_fifo_out_rw_cfg___last_dis_dif_out___bit 11 | ||
74 | #define reg_iop_fifo_out_rw_cfg_offset 0 | ||
75 | |||
76 | /* Register rw_ctrl, scope iop_fifo_out, type rw */ | ||
77 | #define reg_iop_fifo_out_rw_ctrl___dif_in_en___lsb 0 | ||
78 | #define reg_iop_fifo_out_rw_ctrl___dif_in_en___width 1 | ||
79 | #define reg_iop_fifo_out_rw_ctrl___dif_in_en___bit 0 | ||
80 | #define reg_iop_fifo_out_rw_ctrl___dif_out_en___lsb 1 | ||
81 | #define reg_iop_fifo_out_rw_ctrl___dif_out_en___width 1 | ||
82 | #define reg_iop_fifo_out_rw_ctrl___dif_out_en___bit 1 | ||
83 | #define reg_iop_fifo_out_rw_ctrl_offset 4 | ||
84 | |||
85 | /* Register r_stat, scope iop_fifo_out, type r */ | ||
86 | #define reg_iop_fifo_out_r_stat___avail_bytes___lsb 0 | ||
87 | #define reg_iop_fifo_out_r_stat___avail_bytes___width 4 | ||
88 | #define reg_iop_fifo_out_r_stat___last___lsb 4 | ||
89 | #define reg_iop_fifo_out_r_stat___last___width 8 | ||
90 | #define reg_iop_fifo_out_r_stat___dif_in_en___lsb 12 | ||
91 | #define reg_iop_fifo_out_r_stat___dif_in_en___width 1 | ||
92 | #define reg_iop_fifo_out_r_stat___dif_in_en___bit 12 | ||
93 | #define reg_iop_fifo_out_r_stat___dif_out_en___lsb 13 | ||
94 | #define reg_iop_fifo_out_r_stat___dif_out_en___width 1 | ||
95 | #define reg_iop_fifo_out_r_stat___dif_out_en___bit 13 | ||
96 | #define reg_iop_fifo_out_r_stat___zero_data_last___lsb 14 | ||
97 | #define reg_iop_fifo_out_r_stat___zero_data_last___width 1 | ||
98 | #define reg_iop_fifo_out_r_stat___zero_data_last___bit 14 | ||
99 | #define reg_iop_fifo_out_r_stat_offset 8 | ||
100 | |||
101 | /* Register rw_wr1byte, scope iop_fifo_out, type rw */ | ||
102 | #define reg_iop_fifo_out_rw_wr1byte___data___lsb 0 | ||
103 | #define reg_iop_fifo_out_rw_wr1byte___data___width 8 | ||
104 | #define reg_iop_fifo_out_rw_wr1byte_offset 12 | ||
105 | |||
106 | /* Register rw_wr2byte, scope iop_fifo_out, type rw */ | ||
107 | #define reg_iop_fifo_out_rw_wr2byte___data___lsb 0 | ||
108 | #define reg_iop_fifo_out_rw_wr2byte___data___width 16 | ||
109 | #define reg_iop_fifo_out_rw_wr2byte_offset 16 | ||
110 | |||
111 | /* Register rw_wr3byte, scope iop_fifo_out, type rw */ | ||
112 | #define reg_iop_fifo_out_rw_wr3byte___data___lsb 0 | ||
113 | #define reg_iop_fifo_out_rw_wr3byte___data___width 24 | ||
114 | #define reg_iop_fifo_out_rw_wr3byte_offset 20 | ||
115 | |||
116 | /* Register rw_wr4byte, scope iop_fifo_out, type rw */ | ||
117 | #define reg_iop_fifo_out_rw_wr4byte___data___lsb 0 | ||
118 | #define reg_iop_fifo_out_rw_wr4byte___data___width 32 | ||
119 | #define reg_iop_fifo_out_rw_wr4byte_offset 24 | ||
120 | |||
121 | /* Register rw_wr1byte_last, scope iop_fifo_out, type rw */ | ||
122 | #define reg_iop_fifo_out_rw_wr1byte_last___data___lsb 0 | ||
123 | #define reg_iop_fifo_out_rw_wr1byte_last___data___width 8 | ||
124 | #define reg_iop_fifo_out_rw_wr1byte_last_offset 28 | ||
125 | |||
126 | /* Register rw_wr2byte_last, scope iop_fifo_out, type rw */ | ||
127 | #define reg_iop_fifo_out_rw_wr2byte_last___data___lsb 0 | ||
128 | #define reg_iop_fifo_out_rw_wr2byte_last___data___width 16 | ||
129 | #define reg_iop_fifo_out_rw_wr2byte_last_offset 32 | ||
130 | |||
131 | /* Register rw_wr3byte_last, scope iop_fifo_out, type rw */ | ||
132 | #define reg_iop_fifo_out_rw_wr3byte_last___data___lsb 0 | ||
133 | #define reg_iop_fifo_out_rw_wr3byte_last___data___width 24 | ||
134 | #define reg_iop_fifo_out_rw_wr3byte_last_offset 36 | ||
135 | |||
136 | /* Register rw_wr4byte_last, scope iop_fifo_out, type rw */ | ||
137 | #define reg_iop_fifo_out_rw_wr4byte_last___data___lsb 0 | ||
138 | #define reg_iop_fifo_out_rw_wr4byte_last___data___width 32 | ||
139 | #define reg_iop_fifo_out_rw_wr4byte_last_offset 40 | ||
140 | |||
141 | /* Register rw_set_last, scope iop_fifo_out, type rw */ | ||
142 | #define reg_iop_fifo_out_rw_set_last_offset 44 | ||
143 | |||
144 | /* Register rs_rd_data, scope iop_fifo_out, type rs */ | ||
145 | #define reg_iop_fifo_out_rs_rd_data_offset 48 | ||
146 | |||
147 | /* Register r_rd_data, scope iop_fifo_out, type r */ | ||
148 | #define reg_iop_fifo_out_r_rd_data_offset 52 | ||
149 | |||
150 | /* Register rw_strb_dif_out, scope iop_fifo_out, type rw */ | ||
151 | #define reg_iop_fifo_out_rw_strb_dif_out_offset 56 | ||
152 | |||
153 | /* Register rw_intr_mask, scope iop_fifo_out, type rw */ | ||
154 | #define reg_iop_fifo_out_rw_intr_mask___urun___lsb 0 | ||
155 | #define reg_iop_fifo_out_rw_intr_mask___urun___width 1 | ||
156 | #define reg_iop_fifo_out_rw_intr_mask___urun___bit 0 | ||
157 | #define reg_iop_fifo_out_rw_intr_mask___last_data___lsb 1 | ||
158 | #define reg_iop_fifo_out_rw_intr_mask___last_data___width 1 | ||
159 | #define reg_iop_fifo_out_rw_intr_mask___last_data___bit 1 | ||
160 | #define reg_iop_fifo_out_rw_intr_mask___dav___lsb 2 | ||
161 | #define reg_iop_fifo_out_rw_intr_mask___dav___width 1 | ||
162 | #define reg_iop_fifo_out_rw_intr_mask___dav___bit 2 | ||
163 | #define reg_iop_fifo_out_rw_intr_mask___free___lsb 3 | ||
164 | #define reg_iop_fifo_out_rw_intr_mask___free___width 1 | ||
165 | #define reg_iop_fifo_out_rw_intr_mask___free___bit 3 | ||
166 | #define reg_iop_fifo_out_rw_intr_mask___orun___lsb 4 | ||
167 | #define reg_iop_fifo_out_rw_intr_mask___orun___width 1 | ||
168 | #define reg_iop_fifo_out_rw_intr_mask___orun___bit 4 | ||
169 | #define reg_iop_fifo_out_rw_intr_mask_offset 60 | ||
170 | |||
171 | /* Register rw_ack_intr, scope iop_fifo_out, type rw */ | ||
172 | #define reg_iop_fifo_out_rw_ack_intr___urun___lsb 0 | ||
173 | #define reg_iop_fifo_out_rw_ack_intr___urun___width 1 | ||
174 | #define reg_iop_fifo_out_rw_ack_intr___urun___bit 0 | ||
175 | #define reg_iop_fifo_out_rw_ack_intr___last_data___lsb 1 | ||
176 | #define reg_iop_fifo_out_rw_ack_intr___last_data___width 1 | ||
177 | #define reg_iop_fifo_out_rw_ack_intr___last_data___bit 1 | ||
178 | #define reg_iop_fifo_out_rw_ack_intr___dav___lsb 2 | ||
179 | #define reg_iop_fifo_out_rw_ack_intr___dav___width 1 | ||
180 | #define reg_iop_fifo_out_rw_ack_intr___dav___bit 2 | ||
181 | #define reg_iop_fifo_out_rw_ack_intr___free___lsb 3 | ||
182 | #define reg_iop_fifo_out_rw_ack_intr___free___width 1 | ||
183 | #define reg_iop_fifo_out_rw_ack_intr___free___bit 3 | ||
184 | #define reg_iop_fifo_out_rw_ack_intr___orun___lsb 4 | ||
185 | #define reg_iop_fifo_out_rw_ack_intr___orun___width 1 | ||
186 | #define reg_iop_fifo_out_rw_ack_intr___orun___bit 4 | ||
187 | #define reg_iop_fifo_out_rw_ack_intr_offset 64 | ||
188 | |||
189 | /* Register r_intr, scope iop_fifo_out, type r */ | ||
190 | #define reg_iop_fifo_out_r_intr___urun___lsb 0 | ||
191 | #define reg_iop_fifo_out_r_intr___urun___width 1 | ||
192 | #define reg_iop_fifo_out_r_intr___urun___bit 0 | ||
193 | #define reg_iop_fifo_out_r_intr___last_data___lsb 1 | ||
194 | #define reg_iop_fifo_out_r_intr___last_data___width 1 | ||
195 | #define reg_iop_fifo_out_r_intr___last_data___bit 1 | ||
196 | #define reg_iop_fifo_out_r_intr___dav___lsb 2 | ||
197 | #define reg_iop_fifo_out_r_intr___dav___width 1 | ||
198 | #define reg_iop_fifo_out_r_intr___dav___bit 2 | ||
199 | #define reg_iop_fifo_out_r_intr___free___lsb 3 | ||
200 | #define reg_iop_fifo_out_r_intr___free___width 1 | ||
201 | #define reg_iop_fifo_out_r_intr___free___bit 3 | ||
202 | #define reg_iop_fifo_out_r_intr___orun___lsb 4 | ||
203 | #define reg_iop_fifo_out_r_intr___orun___width 1 | ||
204 | #define reg_iop_fifo_out_r_intr___orun___bit 4 | ||
205 | #define reg_iop_fifo_out_r_intr_offset 68 | ||
206 | |||
207 | /* Register r_masked_intr, scope iop_fifo_out, type r */ | ||
208 | #define reg_iop_fifo_out_r_masked_intr___urun___lsb 0 | ||
209 | #define reg_iop_fifo_out_r_masked_intr___urun___width 1 | ||
210 | #define reg_iop_fifo_out_r_masked_intr___urun___bit 0 | ||
211 | #define reg_iop_fifo_out_r_masked_intr___last_data___lsb 1 | ||
212 | #define reg_iop_fifo_out_r_masked_intr___last_data___width 1 | ||
213 | #define reg_iop_fifo_out_r_masked_intr___last_data___bit 1 | ||
214 | #define reg_iop_fifo_out_r_masked_intr___dav___lsb 2 | ||
215 | #define reg_iop_fifo_out_r_masked_intr___dav___width 1 | ||
216 | #define reg_iop_fifo_out_r_masked_intr___dav___bit 2 | ||
217 | #define reg_iop_fifo_out_r_masked_intr___free___lsb 3 | ||
218 | #define reg_iop_fifo_out_r_masked_intr___free___width 1 | ||
219 | #define reg_iop_fifo_out_r_masked_intr___free___bit 3 | ||
220 | #define reg_iop_fifo_out_r_masked_intr___orun___lsb 4 | ||
221 | #define reg_iop_fifo_out_r_masked_intr___orun___width 1 | ||
222 | #define reg_iop_fifo_out_r_masked_intr___orun___bit 4 | ||
223 | #define reg_iop_fifo_out_r_masked_intr_offset 72 | ||
224 | |||
225 | |||
226 | /* Constants */ | ||
227 | #define regk_iop_fifo_out_hi 0x00000000 | ||
228 | #define regk_iop_fifo_out_neg 0x00000002 | ||
229 | #define regk_iop_fifo_out_no 0x00000000 | ||
230 | #define regk_iop_fifo_out_order16 0x00000001 | ||
231 | #define regk_iop_fifo_out_order24 0x00000002 | ||
232 | #define regk_iop_fifo_out_order32 0x00000003 | ||
233 | #define regk_iop_fifo_out_order8 0x00000000 | ||
234 | #define regk_iop_fifo_out_pos 0x00000001 | ||
235 | #define regk_iop_fifo_out_pos_neg 0x00000003 | ||
236 | #define regk_iop_fifo_out_rw_cfg_default 0x00000024 | ||
237 | #define regk_iop_fifo_out_rw_ctrl_default 0x00000000 | ||
238 | #define regk_iop_fifo_out_rw_intr_mask_default 0x00000000 | ||
239 | #define regk_iop_fifo_out_rw_set_last_default 0x00000000 | ||
240 | #define regk_iop_fifo_out_rw_strb_dif_out_default 0x00000000 | ||
241 | #define regk_iop_fifo_out_rw_wr1byte_default 0x00000000 | ||
242 | #define regk_iop_fifo_out_rw_wr1byte_last_default 0x00000000 | ||
243 | #define regk_iop_fifo_out_rw_wr2byte_default 0x00000000 | ||
244 | #define regk_iop_fifo_out_rw_wr2byte_last_default 0x00000000 | ||
245 | #define regk_iop_fifo_out_rw_wr3byte_default 0x00000000 | ||
246 | #define regk_iop_fifo_out_rw_wr3byte_last_default 0x00000000 | ||
247 | #define regk_iop_fifo_out_rw_wr4byte_default 0x00000000 | ||
248 | #define regk_iop_fifo_out_rw_wr4byte_last_default 0x00000000 | ||
249 | #define regk_iop_fifo_out_size16 0x00000002 | ||
250 | #define regk_iop_fifo_out_size24 0x00000001 | ||
251 | #define regk_iop_fifo_out_size32 0x00000000 | ||
252 | #define regk_iop_fifo_out_size8 0x00000003 | ||
253 | #define regk_iop_fifo_out_yes 0x00000001 | ||
254 | #endif /* __iop_fifo_out_defs_asm_h */ | ||
diff --git a/include/asm-cris/arch-v32/hwregs/iop/asm/iop_fifo_out_extra_defs_asm.h b/include/asm-cris/arch-v32/hwregs/iop/asm/iop_fifo_out_extra_defs_asm.h new file mode 100644 index 000000000000..0f84a50cf77c --- /dev/null +++ b/include/asm-cris/arch-v32/hwregs/iop/asm/iop_fifo_out_extra_defs_asm.h | |||
@@ -0,0 +1,158 @@ | |||
1 | #ifndef __iop_fifo_out_extra_defs_asm_h | ||
2 | #define __iop_fifo_out_extra_defs_asm_h | ||
3 | |||
4 | /* | ||
5 | * This file is autogenerated from | ||
6 | * file: ../../inst/io_proc/rtl/iop_fifo_out_extra.r | ||
7 | * id: <not found> | ||
8 | * last modfied: Mon Apr 11 16:10:10 2005 | ||
9 | * | ||
10 | * by /n/asic/design/tools/rdesc/src/rdes2c -asm --outfile asm/iop_fifo_out_extra_defs_asm.h ../../inst/io_proc/rtl/iop_fifo_out_extra.r | ||
11 | * id: $Id: iop_fifo_out_extra_defs_asm.h,v 1.1 2005/04/24 18:31:06 starvik Exp $ | ||
12 | * Any changes here will be lost. | ||
13 | * | ||
14 | * -*- buffer-read-only: t -*- | ||
15 | */ | ||
16 | |||
17 | #ifndef REG_FIELD | ||
18 | #define REG_FIELD( scope, reg, field, value ) \ | ||
19 | REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) | ||
20 | #define REG_FIELD_X_( value, shift ) ((value) << shift) | ||
21 | #endif | ||
22 | |||
23 | #ifndef REG_STATE | ||
24 | #define REG_STATE( scope, reg, field, symbolic_value ) \ | ||
25 | REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) | ||
26 | #define REG_STATE_X_( k, shift ) (k << shift) | ||
27 | #endif | ||
28 | |||
29 | #ifndef REG_MASK | ||
30 | #define REG_MASK( scope, reg, field ) \ | ||
31 | REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) | ||
32 | #define REG_MASK_X_( width, lsb ) (((1 << width)-1) << lsb) | ||
33 | #endif | ||
34 | |||
35 | #ifndef REG_LSB | ||
36 | #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb | ||
37 | #endif | ||
38 | |||
39 | #ifndef REG_BIT | ||
40 | #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit | ||
41 | #endif | ||
42 | |||
43 | #ifndef REG_ADDR | ||
44 | #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) | ||
45 | #define REG_ADDR_X_( inst, offs ) ((inst) + offs) | ||
46 | #endif | ||
47 | |||
48 | #ifndef REG_ADDR_VECT | ||
49 | #define REG_ADDR_VECT( scope, inst, reg, index ) \ | ||
50 | REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \ | ||
51 | STRIDE_##scope##_##reg ) | ||
52 | #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ | ||
53 | ((inst) + offs + (index) * stride) | ||
54 | #endif | ||
55 | |||
56 | /* Register rs_rd_data, scope iop_fifo_out_extra, type rs */ | ||
57 | #define reg_iop_fifo_out_extra_rs_rd_data_offset 0 | ||
58 | |||
59 | /* Register r_rd_data, scope iop_fifo_out_extra, type r */ | ||
60 | #define reg_iop_fifo_out_extra_r_rd_data_offset 4 | ||
61 | |||
62 | /* Register r_stat, scope iop_fifo_out_extra, type r */ | ||
63 | #define reg_iop_fifo_out_extra_r_stat___avail_bytes___lsb 0 | ||
64 | #define reg_iop_fifo_out_extra_r_stat___avail_bytes___width 4 | ||
65 | #define reg_iop_fifo_out_extra_r_stat___last___lsb 4 | ||
66 | #define reg_iop_fifo_out_extra_r_stat___last___width 8 | ||
67 | #define reg_iop_fifo_out_extra_r_stat___dif_in_en___lsb 12 | ||
68 | #define reg_iop_fifo_out_extra_r_stat___dif_in_en___width 1 | ||
69 | #define reg_iop_fifo_out_extra_r_stat___dif_in_en___bit 12 | ||
70 | #define reg_iop_fifo_out_extra_r_stat___dif_out_en___lsb 13 | ||
71 | #define reg_iop_fifo_out_extra_r_stat___dif_out_en___width 1 | ||
72 | #define reg_iop_fifo_out_extra_r_stat___dif_out_en___bit 13 | ||
73 | #define reg_iop_fifo_out_extra_r_stat___zero_data_last___lsb 14 | ||
74 | #define reg_iop_fifo_out_extra_r_stat___zero_data_last___width 1 | ||
75 | #define reg_iop_fifo_out_extra_r_stat___zero_data_last___bit 14 | ||
76 | #define reg_iop_fifo_out_extra_r_stat_offset 8 | ||
77 | |||
78 | /* Register rw_strb_dif_out, scope iop_fifo_out_extra, type rw */ | ||
79 | #define reg_iop_fifo_out_extra_rw_strb_dif_out_offset 12 | ||
80 | |||
81 | /* Register rw_intr_mask, scope iop_fifo_out_extra, type rw */ | ||
82 | #define reg_iop_fifo_out_extra_rw_intr_mask___urun___lsb 0 | ||
83 | #define reg_iop_fifo_out_extra_rw_intr_mask___urun___width 1 | ||
84 | #define reg_iop_fifo_out_extra_rw_intr_mask___urun___bit 0 | ||
85 | #define reg_iop_fifo_out_extra_rw_intr_mask___last_data___lsb 1 | ||
86 | #define reg_iop_fifo_out_extra_rw_intr_mask___last_data___width 1 | ||
87 | #define reg_iop_fifo_out_extra_rw_intr_mask___last_data___bit 1 | ||
88 | #define reg_iop_fifo_out_extra_rw_intr_mask___dav___lsb 2 | ||
89 | #define reg_iop_fifo_out_extra_rw_intr_mask___dav___width 1 | ||
90 | #define reg_iop_fifo_out_extra_rw_intr_mask___dav___bit 2 | ||
91 | #define reg_iop_fifo_out_extra_rw_intr_mask___free___lsb 3 | ||
92 | #define reg_iop_fifo_out_extra_rw_intr_mask___free___width 1 | ||
93 | #define reg_iop_fifo_out_extra_rw_intr_mask___free___bit 3 | ||
94 | #define reg_iop_fifo_out_extra_rw_intr_mask___orun___lsb 4 | ||
95 | #define reg_iop_fifo_out_extra_rw_intr_mask___orun___width 1 | ||
96 | #define reg_iop_fifo_out_extra_rw_intr_mask___orun___bit 4 | ||
97 | #define reg_iop_fifo_out_extra_rw_intr_mask_offset 16 | ||
98 | |||
99 | /* Register rw_ack_intr, scope iop_fifo_out_extra, type rw */ | ||
100 | #define reg_iop_fifo_out_extra_rw_ack_intr___urun___lsb 0 | ||
101 | #define reg_iop_fifo_out_extra_rw_ack_intr___urun___width 1 | ||
102 | #define reg_iop_fifo_out_extra_rw_ack_intr___urun___bit 0 | ||
103 | #define reg_iop_fifo_out_extra_rw_ack_intr___last_data___lsb 1 | ||
104 | #define reg_iop_fifo_out_extra_rw_ack_intr___last_data___width 1 | ||
105 | #define reg_iop_fifo_out_extra_rw_ack_intr___last_data___bit 1 | ||
106 | #define reg_iop_fifo_out_extra_rw_ack_intr___dav___lsb 2 | ||
107 | #define reg_iop_fifo_out_extra_rw_ack_intr___dav___width 1 | ||
108 | #define reg_iop_fifo_out_extra_rw_ack_intr___dav___bit 2 | ||
109 | #define reg_iop_fifo_out_extra_rw_ack_intr___free___lsb 3 | ||
110 | #define reg_iop_fifo_out_extra_rw_ack_intr___free___width 1 | ||
111 | #define reg_iop_fifo_out_extra_rw_ack_intr___free___bit 3 | ||
112 | #define reg_iop_fifo_out_extra_rw_ack_intr___orun___lsb 4 | ||
113 | #define reg_iop_fifo_out_extra_rw_ack_intr___orun___width 1 | ||
114 | #define reg_iop_fifo_out_extra_rw_ack_intr___orun___bit 4 | ||
115 | #define reg_iop_fifo_out_extra_rw_ack_intr_offset 20 | ||
116 | |||
117 | /* Register r_intr, scope iop_fifo_out_extra, type r */ | ||
118 | #define reg_iop_fifo_out_extra_r_intr___urun___lsb 0 | ||
119 | #define reg_iop_fifo_out_extra_r_intr___urun___width 1 | ||
120 | #define reg_iop_fifo_out_extra_r_intr___urun___bit 0 | ||
121 | #define reg_iop_fifo_out_extra_r_intr___last_data___lsb 1 | ||
122 | #define reg_iop_fifo_out_extra_r_intr___last_data___width 1 | ||
123 | #define reg_iop_fifo_out_extra_r_intr___last_data___bit 1 | ||
124 | #define reg_iop_fifo_out_extra_r_intr___dav___lsb 2 | ||
125 | #define reg_iop_fifo_out_extra_r_intr___dav___width 1 | ||
126 | #define reg_iop_fifo_out_extra_r_intr___dav___bit 2 | ||
127 | #define reg_iop_fifo_out_extra_r_intr___free___lsb 3 | ||
128 | #define reg_iop_fifo_out_extra_r_intr___free___width 1 | ||
129 | #define reg_iop_fifo_out_extra_r_intr___free___bit 3 | ||
130 | #define reg_iop_fifo_out_extra_r_intr___orun___lsb 4 | ||
131 | #define reg_iop_fifo_out_extra_r_intr___orun___width 1 | ||
132 | #define reg_iop_fifo_out_extra_r_intr___orun___bit 4 | ||
133 | #define reg_iop_fifo_out_extra_r_intr_offset 24 | ||
134 | |||
135 | /* Register r_masked_intr, scope iop_fifo_out_extra, type r */ | ||
136 | #define reg_iop_fifo_out_extra_r_masked_intr___urun___lsb 0 | ||
137 | #define reg_iop_fifo_out_extra_r_masked_intr___urun___width 1 | ||
138 | #define reg_iop_fifo_out_extra_r_masked_intr___urun___bit 0 | ||
139 | #define reg_iop_fifo_out_extra_r_masked_intr___last_data___lsb 1 | ||
140 | #define reg_iop_fifo_out_extra_r_masked_intr___last_data___width 1 | ||
141 | #define reg_iop_fifo_out_extra_r_masked_intr___last_data___bit 1 | ||
142 | #define reg_iop_fifo_out_extra_r_masked_intr___dav___lsb 2 | ||
143 | #define reg_iop_fifo_out_extra_r_masked_intr___dav___width 1 | ||
144 | #define reg_iop_fifo_out_extra_r_masked_intr___dav___bit 2 | ||
145 | #define reg_iop_fifo_out_extra_r_masked_intr___free___lsb 3 | ||
146 | #define reg_iop_fifo_out_extra_r_masked_intr___free___width 1 | ||
147 | #define reg_iop_fifo_out_extra_r_masked_intr___free___bit 3 | ||
148 | #define reg_iop_fifo_out_extra_r_masked_intr___orun___lsb 4 | ||
149 | #define reg_iop_fifo_out_extra_r_masked_intr___orun___width 1 | ||
150 | #define reg_iop_fifo_out_extra_r_masked_intr___orun___bit 4 | ||
151 | #define reg_iop_fifo_out_extra_r_masked_intr_offset 28 | ||
152 | |||
153 | |||
154 | /* Constants */ | ||
155 | #define regk_iop_fifo_out_extra_no 0x00000000 | ||
156 | #define regk_iop_fifo_out_extra_rw_intr_mask_default 0x00000000 | ||
157 | #define regk_iop_fifo_out_extra_yes 0x00000001 | ||
158 | #endif /* __iop_fifo_out_extra_defs_asm_h */ | ||
diff --git a/include/asm-cris/arch-v32/hwregs/iop/asm/iop_mpu_defs_asm.h b/include/asm-cris/arch-v32/hwregs/iop/asm/iop_mpu_defs_asm.h new file mode 100644 index 000000000000..80490c82cc29 --- /dev/null +++ b/include/asm-cris/arch-v32/hwregs/iop/asm/iop_mpu_defs_asm.h | |||
@@ -0,0 +1,177 @@ | |||
1 | #ifndef __iop_mpu_defs_asm_h | ||
2 | #define __iop_mpu_defs_asm_h | ||
3 | |||
4 | /* | ||
5 | * This file is autogenerated from | ||
6 | * file: ../../inst/io_proc/rtl/iop_mpu.r | ||
7 | * id: iop_mpu.r,v 1.30 2005/02/17 08:12:33 niklaspa Exp | ||
8 | * last modfied: Mon Apr 11 16:08:45 2005 | ||
9 | * | ||
10 | * by /n/asic/design/tools/rdesc/src/rdes2c -asm --outfile asm/iop_mpu_defs_asm.h ../../inst/io_proc/rtl/iop_mpu.r | ||
11 | * id: $Id: iop_mpu_defs_asm.h,v 1.5 2005/04/24 18:31:06 starvik Exp $ | ||
12 | * Any changes here will be lost. | ||
13 | * | ||
14 | * -*- buffer-read-only: t -*- | ||
15 | */ | ||
16 | |||
17 | #ifndef REG_FIELD | ||
18 | #define REG_FIELD( scope, reg, field, value ) \ | ||
19 | REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) | ||
20 | #define REG_FIELD_X_( value, shift ) ((value) << shift) | ||
21 | #endif | ||
22 | |||
23 | #ifndef REG_STATE | ||
24 | #define REG_STATE( scope, reg, field, symbolic_value ) \ | ||
25 | REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) | ||
26 | #define REG_STATE_X_( k, shift ) (k << shift) | ||
27 | #endif | ||
28 | |||
29 | #ifndef REG_MASK | ||
30 | #define REG_MASK( scope, reg, field ) \ | ||
31 | REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) | ||
32 | #define REG_MASK_X_( width, lsb ) (((1 << width)-1) << lsb) | ||
33 | #endif | ||
34 | |||
35 | #ifndef REG_LSB | ||
36 | #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb | ||
37 | #endif | ||
38 | |||
39 | #ifndef REG_BIT | ||
40 | #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit | ||
41 | #endif | ||
42 | |||
43 | #ifndef REG_ADDR | ||
44 | #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) | ||
45 | #define REG_ADDR_X_( inst, offs ) ((inst) + offs) | ||
46 | #endif | ||
47 | |||
48 | #ifndef REG_ADDR_VECT | ||
49 | #define REG_ADDR_VECT( scope, inst, reg, index ) \ | ||
50 | REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \ | ||
51 | STRIDE_##scope##_##reg ) | ||
52 | #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ | ||
53 | ((inst) + offs + (index) * stride) | ||
54 | #endif | ||
55 | |||
56 | #define STRIDE_iop_mpu_rw_r 4 | ||
57 | /* Register rw_r, scope iop_mpu, type rw */ | ||
58 | #define reg_iop_mpu_rw_r_offset 0 | ||
59 | |||
60 | /* Register rw_ctrl, scope iop_mpu, type rw */ | ||
61 | #define reg_iop_mpu_rw_ctrl___en___lsb 0 | ||
62 | #define reg_iop_mpu_rw_ctrl___en___width 1 | ||
63 | #define reg_iop_mpu_rw_ctrl___en___bit 0 | ||
64 | #define reg_iop_mpu_rw_ctrl_offset 128 | ||
65 | |||
66 | /* Register r_pc, scope iop_mpu, type r */ | ||
67 | #define reg_iop_mpu_r_pc___addr___lsb 0 | ||
68 | #define reg_iop_mpu_r_pc___addr___width 12 | ||
69 | #define reg_iop_mpu_r_pc_offset 132 | ||
70 | |||
71 | /* Register r_stat, scope iop_mpu, type r */ | ||
72 | #define reg_iop_mpu_r_stat___instr_reg_busy___lsb 0 | ||
73 | #define reg_iop_mpu_r_stat___instr_reg_busy___width 1 | ||
74 | #define reg_iop_mpu_r_stat___instr_reg_busy___bit 0 | ||
75 | #define reg_iop_mpu_r_stat___intr_busy___lsb 1 | ||
76 | #define reg_iop_mpu_r_stat___intr_busy___width 1 | ||
77 | #define reg_iop_mpu_r_stat___intr_busy___bit 1 | ||
78 | #define reg_iop_mpu_r_stat___intr_vect___lsb 2 | ||
79 | #define reg_iop_mpu_r_stat___intr_vect___width 16 | ||
80 | #define reg_iop_mpu_r_stat_offset 136 | ||
81 | |||
82 | /* Register rw_instr, scope iop_mpu, type rw */ | ||
83 | #define reg_iop_mpu_rw_instr_offset 140 | ||
84 | |||
85 | /* Register rw_immediate, scope iop_mpu, type rw */ | ||
86 | #define reg_iop_mpu_rw_immediate_offset 144 | ||
87 | |||
88 | /* Register r_trace, scope iop_mpu, type r */ | ||
89 | #define reg_iop_mpu_r_trace___intr_vect___lsb 0 | ||
90 | #define reg_iop_mpu_r_trace___intr_vect___width 16 | ||
91 | #define reg_iop_mpu_r_trace___pc___lsb 16 | ||
92 | #define reg_iop_mpu_r_trace___pc___width 12 | ||
93 | #define reg_iop_mpu_r_trace___en___lsb 28 | ||
94 | #define reg_iop_mpu_r_trace___en___width 1 | ||
95 | #define reg_iop_mpu_r_trace___en___bit 28 | ||
96 | #define reg_iop_mpu_r_trace___instr_reg_busy___lsb 29 | ||
97 | #define reg_iop_mpu_r_trace___instr_reg_busy___width 1 | ||
98 | #define reg_iop_mpu_r_trace___instr_reg_busy___bit 29 | ||
99 | #define reg_iop_mpu_r_trace___intr_busy___lsb 30 | ||
100 | #define reg_iop_mpu_r_trace___intr_busy___width 1 | ||
101 | #define reg_iop_mpu_r_trace___intr_busy___bit 30 | ||
102 | #define reg_iop_mpu_r_trace_offset 148 | ||
103 | |||
104 | /* Register r_wr_stat, scope iop_mpu, type r */ | ||
105 | #define reg_iop_mpu_r_wr_stat___r0___lsb 0 | ||
106 | #define reg_iop_mpu_r_wr_stat___r0___width 1 | ||
107 | #define reg_iop_mpu_r_wr_stat___r0___bit 0 | ||
108 | #define reg_iop_mpu_r_wr_stat___r1___lsb 1 | ||
109 | #define reg_iop_mpu_r_wr_stat___r1___width 1 | ||
110 | #define reg_iop_mpu_r_wr_stat___r1___bit 1 | ||
111 | #define reg_iop_mpu_r_wr_stat___r2___lsb 2 | ||
112 | #define reg_iop_mpu_r_wr_stat___r2___width 1 | ||
113 | #define reg_iop_mpu_r_wr_stat___r2___bit 2 | ||
114 | #define reg_iop_mpu_r_wr_stat___r3___lsb 3 | ||
115 | #define reg_iop_mpu_r_wr_stat___r3___width 1 | ||
116 | #define reg_iop_mpu_r_wr_stat___r3___bit 3 | ||
117 | #define reg_iop_mpu_r_wr_stat___r4___lsb 4 | ||
118 | #define reg_iop_mpu_r_wr_stat___r4___width 1 | ||
119 | #define reg_iop_mpu_r_wr_stat___r4___bit 4 | ||
120 | #define reg_iop_mpu_r_wr_stat___r5___lsb 5 | ||
121 | #define reg_iop_mpu_r_wr_stat___r5___width 1 | ||
122 | #define reg_iop_mpu_r_wr_stat___r5___bit 5 | ||
123 | #define reg_iop_mpu_r_wr_stat___r6___lsb 6 | ||
124 | #define reg_iop_mpu_r_wr_stat___r6___width 1 | ||
125 | #define reg_iop_mpu_r_wr_stat___r6___bit 6 | ||
126 | #define reg_iop_mpu_r_wr_stat___r7___lsb 7 | ||
127 | #define reg_iop_mpu_r_wr_stat___r7___width 1 | ||
128 | #define reg_iop_mpu_r_wr_stat___r7___bit 7 | ||
129 | #define reg_iop_mpu_r_wr_stat___r8___lsb 8 | ||
130 | #define reg_iop_mpu_r_wr_stat___r8___width 1 | ||
131 | #define reg_iop_mpu_r_wr_stat___r8___bit 8 | ||
132 | #define reg_iop_mpu_r_wr_stat___r9___lsb 9 | ||
133 | #define reg_iop_mpu_r_wr_stat___r9___width 1 | ||
134 | #define reg_iop_mpu_r_wr_stat___r9___bit 9 | ||
135 | #define reg_iop_mpu_r_wr_stat___r10___lsb 10 | ||
136 | #define reg_iop_mpu_r_wr_stat___r10___width 1 | ||
137 | #define reg_iop_mpu_r_wr_stat___r10___bit 10 | ||
138 | #define reg_iop_mpu_r_wr_stat___r11___lsb 11 | ||
139 | #define reg_iop_mpu_r_wr_stat___r11___width 1 | ||
140 | #define reg_iop_mpu_r_wr_stat___r11___bit 11 | ||
141 | #define reg_iop_mpu_r_wr_stat___r12___lsb 12 | ||
142 | #define reg_iop_mpu_r_wr_stat___r12___width 1 | ||
143 | #define reg_iop_mpu_r_wr_stat___r12___bit 12 | ||
144 | #define reg_iop_mpu_r_wr_stat___r13___lsb 13 | ||
145 | #define reg_iop_mpu_r_wr_stat___r13___width 1 | ||
146 | #define reg_iop_mpu_r_wr_stat___r13___bit 13 | ||
147 | #define reg_iop_mpu_r_wr_stat___r14___lsb 14 | ||
148 | #define reg_iop_mpu_r_wr_stat___r14___width 1 | ||
149 | #define reg_iop_mpu_r_wr_stat___r14___bit 14 | ||
150 | #define reg_iop_mpu_r_wr_stat___r15___lsb 15 | ||
151 | #define reg_iop_mpu_r_wr_stat___r15___width 1 | ||
152 | #define reg_iop_mpu_r_wr_stat___r15___bit 15 | ||
153 | #define reg_iop_mpu_r_wr_stat_offset 152 | ||
154 | |||
155 | #define STRIDE_iop_mpu_rw_thread 4 | ||
156 | /* Register rw_thread, scope iop_mpu, type rw */ | ||
157 | #define reg_iop_mpu_rw_thread___addr___lsb 0 | ||
158 | #define reg_iop_mpu_rw_thread___addr___width 12 | ||
159 | #define reg_iop_mpu_rw_thread_offset 156 | ||
160 | |||
161 | #define STRIDE_iop_mpu_rw_intr 4 | ||
162 | /* Register rw_intr, scope iop_mpu, type rw */ | ||
163 | #define reg_iop_mpu_rw_intr___addr___lsb 0 | ||
164 | #define reg_iop_mpu_rw_intr___addr___width 12 | ||
165 | #define reg_iop_mpu_rw_intr_offset 196 | ||
166 | |||
167 | |||
168 | /* Constants */ | ||
169 | #define regk_iop_mpu_no 0x00000000 | ||
170 | #define regk_iop_mpu_r_pc_default 0x00000000 | ||
171 | #define regk_iop_mpu_rw_ctrl_default 0x00000000 | ||
172 | #define regk_iop_mpu_rw_intr_size 0x00000010 | ||
173 | #define regk_iop_mpu_rw_r_size 0x00000010 | ||
174 | #define regk_iop_mpu_rw_thread_default 0x00000000 | ||
175 | #define regk_iop_mpu_rw_thread_size 0x00000004 | ||
176 | #define regk_iop_mpu_yes 0x00000001 | ||
177 | #endif /* __iop_mpu_defs_asm_h */ | ||
diff --git a/include/asm-cris/arch-v32/hwregs/iop/asm/iop_reg_space_asm.h b/include/asm-cris/arch-v32/hwregs/iop/asm/iop_reg_space_asm.h new file mode 100644 index 000000000000..a20b8857b4d0 --- /dev/null +++ b/include/asm-cris/arch-v32/hwregs/iop/asm/iop_reg_space_asm.h | |||
@@ -0,0 +1,44 @@ | |||
1 | /* Autogenerated Changes here will be lost! | ||
2 | * generated by ../gen_sw.pl Mon Apr 11 16:10:18 2005 iop_sw.cfg | ||
3 | */ | ||
4 | #define iop_version 0 | ||
5 | #define iop_fifo_in0_extra 64 | ||
6 | #define iop_fifo_in1_extra 128 | ||
7 | #define iop_fifo_out0_extra 192 | ||
8 | #define iop_fifo_out1_extra 256 | ||
9 | #define iop_trigger_grp0 320 | ||
10 | #define iop_trigger_grp1 384 | ||
11 | #define iop_trigger_grp2 448 | ||
12 | #define iop_trigger_grp3 512 | ||
13 | #define iop_trigger_grp4 576 | ||
14 | #define iop_trigger_grp5 640 | ||
15 | #define iop_trigger_grp6 704 | ||
16 | #define iop_trigger_grp7 768 | ||
17 | #define iop_crc_par0 896 | ||
18 | #define iop_crc_par1 1024 | ||
19 | #define iop_dmc_in0 1152 | ||
20 | #define iop_dmc_in1 1280 | ||
21 | #define iop_dmc_out0 1408 | ||
22 | #define iop_dmc_out1 1536 | ||
23 | #define iop_fifo_in0 1664 | ||
24 | #define iop_fifo_in1 1792 | ||
25 | #define iop_fifo_out0 1920 | ||
26 | #define iop_fifo_out1 2048 | ||
27 | #define iop_scrc_in0 2176 | ||
28 | #define iop_scrc_in1 2304 | ||
29 | #define iop_scrc_out0 2432 | ||
30 | #define iop_scrc_out1 2560 | ||
31 | #define iop_timer_grp0 2688 | ||
32 | #define iop_timer_grp1 2816 | ||
33 | #define iop_timer_grp2 2944 | ||
34 | #define iop_timer_grp3 3072 | ||
35 | #define iop_sap_in 3328 | ||
36 | #define iop_sap_out 3584 | ||
37 | #define iop_spu0 3840 | ||
38 | #define iop_spu1 4096 | ||
39 | #define iop_sw_cfg 4352 | ||
40 | #define iop_sw_cpu 4608 | ||
41 | #define iop_sw_mpu 4864 | ||
42 | #define iop_sw_spu0 5120 | ||
43 | #define iop_sw_spu1 5376 | ||
44 | #define iop_mpu 5632 | ||
diff --git a/include/asm-cris/arch-v32/hwregs/iop/asm/iop_sap_in_defs_asm.h b/include/asm-cris/arch-v32/hwregs/iop/asm/iop_sap_in_defs_asm.h new file mode 100644 index 000000000000..a4a10ff300b3 --- /dev/null +++ b/include/asm-cris/arch-v32/hwregs/iop/asm/iop_sap_in_defs_asm.h | |||
@@ -0,0 +1,182 @@ | |||
1 | #ifndef __iop_sap_in_defs_asm_h | ||
2 | #define __iop_sap_in_defs_asm_h | ||
3 | |||
4 | /* | ||
5 | * This file is autogenerated from | ||
6 | * file: ../../inst/io_proc/rtl/iop_sap_in.r | ||
7 | * id: <not found> | ||
8 | * last modfied: Mon Apr 11 16:08:45 2005 | ||
9 | * | ||
10 | * by /n/asic/design/tools/rdesc/src/rdes2c -asm --outfile asm/iop_sap_in_defs_asm.h ../../inst/io_proc/rtl/iop_sap_in.r | ||
11 | * id: $Id: iop_sap_in_defs_asm.h,v 1.5 2005/04/24 18:31:06 starvik Exp $ | ||
12 | * Any changes here will be lost. | ||
13 | * | ||
14 | * -*- buffer-read-only: t -*- | ||
15 | */ | ||
16 | |||
17 | #ifndef REG_FIELD | ||
18 | #define REG_FIELD( scope, reg, field, value ) \ | ||
19 | REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) | ||
20 | #define REG_FIELD_X_( value, shift ) ((value) << shift) | ||
21 | #endif | ||
22 | |||
23 | #ifndef REG_STATE | ||
24 | #define REG_STATE( scope, reg, field, symbolic_value ) \ | ||
25 | REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) | ||
26 | #define REG_STATE_X_( k, shift ) (k << shift) | ||
27 | #endif | ||
28 | |||
29 | #ifndef REG_MASK | ||
30 | #define REG_MASK( scope, reg, field ) \ | ||
31 | REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) | ||
32 | #define REG_MASK_X_( width, lsb ) (((1 << width)-1) << lsb) | ||
33 | #endif | ||
34 | |||
35 | #ifndef REG_LSB | ||
36 | #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb | ||
37 | #endif | ||
38 | |||
39 | #ifndef REG_BIT | ||
40 | #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit | ||
41 | #endif | ||
42 | |||
43 | #ifndef REG_ADDR | ||
44 | #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) | ||
45 | #define REG_ADDR_X_( inst, offs ) ((inst) + offs) | ||
46 | #endif | ||
47 | |||
48 | #ifndef REG_ADDR_VECT | ||
49 | #define REG_ADDR_VECT( scope, inst, reg, index ) \ | ||
50 | REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \ | ||
51 | STRIDE_##scope##_##reg ) | ||
52 | #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ | ||
53 | ((inst) + offs + (index) * stride) | ||
54 | #endif | ||
55 | |||
56 | /* Register rw_bus0_sync, scope iop_sap_in, type rw */ | ||
57 | #define reg_iop_sap_in_rw_bus0_sync___byte0_sel___lsb 0 | ||
58 | #define reg_iop_sap_in_rw_bus0_sync___byte0_sel___width 2 | ||
59 | #define reg_iop_sap_in_rw_bus0_sync___byte0_ext_src___lsb 2 | ||
60 | #define reg_iop_sap_in_rw_bus0_sync___byte0_ext_src___width 3 | ||
61 | #define reg_iop_sap_in_rw_bus0_sync___byte0_edge___lsb 5 | ||
62 | #define reg_iop_sap_in_rw_bus0_sync___byte0_edge___width 2 | ||
63 | #define reg_iop_sap_in_rw_bus0_sync___byte0_delay___lsb 7 | ||
64 | #define reg_iop_sap_in_rw_bus0_sync___byte0_delay___width 1 | ||
65 | #define reg_iop_sap_in_rw_bus0_sync___byte0_delay___bit 7 | ||
66 | #define reg_iop_sap_in_rw_bus0_sync___byte1_sel___lsb 8 | ||
67 | #define reg_iop_sap_in_rw_bus0_sync___byte1_sel___width 2 | ||
68 | #define reg_iop_sap_in_rw_bus0_sync___byte1_ext_src___lsb 10 | ||
69 | #define reg_iop_sap_in_rw_bus0_sync___byte1_ext_src___width 3 | ||
70 | #define reg_iop_sap_in_rw_bus0_sync___byte1_edge___lsb 13 | ||
71 | #define reg_iop_sap_in_rw_bus0_sync___byte1_edge___width 2 | ||
72 | #define reg_iop_sap_in_rw_bus0_sync___byte1_delay___lsb 15 | ||
73 | #define reg_iop_sap_in_rw_bus0_sync___byte1_delay___width 1 | ||
74 | #define reg_iop_sap_in_rw_bus0_sync___byte1_delay___bit 15 | ||
75 | #define reg_iop_sap_in_rw_bus0_sync___byte2_sel___lsb 16 | ||
76 | #define reg_iop_sap_in_rw_bus0_sync___byte2_sel___width 2 | ||
77 | #define reg_iop_sap_in_rw_bus0_sync___byte2_ext_src___lsb 18 | ||
78 | #define reg_iop_sap_in_rw_bus0_sync___byte2_ext_src___width 3 | ||
79 | #define reg_iop_sap_in_rw_bus0_sync___byte2_edge___lsb 21 | ||
80 | #define reg_iop_sap_in_rw_bus0_sync___byte2_edge___width 2 | ||
81 | #define reg_iop_sap_in_rw_bus0_sync___byte2_delay___lsb 23 | ||
82 | #define reg_iop_sap_in_rw_bus0_sync___byte2_delay___width 1 | ||
83 | #define reg_iop_sap_in_rw_bus0_sync___byte2_delay___bit 23 | ||
84 | #define reg_iop_sap_in_rw_bus0_sync___byte3_sel___lsb 24 | ||
85 | #define reg_iop_sap_in_rw_bus0_sync___byte3_sel___width 2 | ||
86 | #define reg_iop_sap_in_rw_bus0_sync___byte3_ext_src___lsb 26 | ||
87 | #define reg_iop_sap_in_rw_bus0_sync___byte3_ext_src___width 3 | ||
88 | #define reg_iop_sap_in_rw_bus0_sync___byte3_edge___lsb 29 | ||
89 | #define reg_iop_sap_in_rw_bus0_sync___byte3_edge___width 2 | ||
90 | #define reg_iop_sap_in_rw_bus0_sync___byte3_delay___lsb 31 | ||
91 | #define reg_iop_sap_in_rw_bus0_sync___byte3_delay___width 1 | ||
92 | #define reg_iop_sap_in_rw_bus0_sync___byte3_delay___bit 31 | ||
93 | #define reg_iop_sap_in_rw_bus0_sync_offset 0 | ||
94 | |||
95 | /* Register rw_bus1_sync, scope iop_sap_in, type rw */ | ||
96 | #define reg_iop_sap_in_rw_bus1_sync___byte0_sel___lsb 0 | ||
97 | #define reg_iop_sap_in_rw_bus1_sync___byte0_sel___width 2 | ||
98 | #define reg_iop_sap_in_rw_bus1_sync___byte0_ext_src___lsb 2 | ||
99 | #define reg_iop_sap_in_rw_bus1_sync___byte0_ext_src___width 3 | ||
100 | #define reg_iop_sap_in_rw_bus1_sync___byte0_edge___lsb 5 | ||
101 | #define reg_iop_sap_in_rw_bus1_sync___byte0_edge___width 2 | ||
102 | #define reg_iop_sap_in_rw_bus1_sync___byte0_delay___lsb 7 | ||
103 | #define reg_iop_sap_in_rw_bus1_sync___byte0_delay___width 1 | ||
104 | #define reg_iop_sap_in_rw_bus1_sync___byte0_delay___bit 7 | ||
105 | #define reg_iop_sap_in_rw_bus1_sync___byte1_sel___lsb 8 | ||
106 | #define reg_iop_sap_in_rw_bus1_sync___byte1_sel___width 2 | ||
107 | #define reg_iop_sap_in_rw_bus1_sync___byte1_ext_src___lsb 10 | ||
108 | #define reg_iop_sap_in_rw_bus1_sync___byte1_ext_src___width 3 | ||
109 | #define reg_iop_sap_in_rw_bus1_sync___byte1_edge___lsb 13 | ||
110 | #define reg_iop_sap_in_rw_bus1_sync___byte1_edge___width 2 | ||
111 | #define reg_iop_sap_in_rw_bus1_sync___byte1_delay___lsb 15 | ||
112 | #define reg_iop_sap_in_rw_bus1_sync___byte1_delay___width 1 | ||
113 | #define reg_iop_sap_in_rw_bus1_sync___byte1_delay___bit 15 | ||
114 | #define reg_iop_sap_in_rw_bus1_sync___byte2_sel___lsb 16 | ||
115 | #define reg_iop_sap_in_rw_bus1_sync___byte2_sel___width 2 | ||
116 | #define reg_iop_sap_in_rw_bus1_sync___byte2_ext_src___lsb 18 | ||
117 | #define reg_iop_sap_in_rw_bus1_sync___byte2_ext_src___width 3 | ||
118 | #define reg_iop_sap_in_rw_bus1_sync___byte2_edge___lsb 21 | ||
119 | #define reg_iop_sap_in_rw_bus1_sync___byte2_edge___width 2 | ||
120 | #define reg_iop_sap_in_rw_bus1_sync___byte2_delay___lsb 23 | ||
121 | #define reg_iop_sap_in_rw_bus1_sync___byte2_delay___width 1 | ||
122 | #define reg_iop_sap_in_rw_bus1_sync___byte2_delay___bit 23 | ||
123 | #define reg_iop_sap_in_rw_bus1_sync___byte3_sel___lsb 24 | ||
124 | #define reg_iop_sap_in_rw_bus1_sync___byte3_sel___width 2 | ||
125 | #define reg_iop_sap_in_rw_bus1_sync___byte3_ext_src___lsb 26 | ||
126 | #define reg_iop_sap_in_rw_bus1_sync___byte3_ext_src___width 3 | ||
127 | #define reg_iop_sap_in_rw_bus1_sync___byte3_edge___lsb 29 | ||
128 | #define reg_iop_sap_in_rw_bus1_sync___byte3_edge___width 2 | ||
129 | #define reg_iop_sap_in_rw_bus1_sync___byte3_delay___lsb 31 | ||
130 | #define reg_iop_sap_in_rw_bus1_sync___byte3_delay___width 1 | ||
131 | #define reg_iop_sap_in_rw_bus1_sync___byte3_delay___bit 31 | ||
132 | #define reg_iop_sap_in_rw_bus1_sync_offset 4 | ||
133 | |||
134 | #define STRIDE_iop_sap_in_rw_gio 4 | ||
135 | /* Register rw_gio, scope iop_sap_in, type rw */ | ||
136 | #define reg_iop_sap_in_rw_gio___sync_sel___lsb 0 | ||
137 | #define reg_iop_sap_in_rw_gio___sync_sel___width 2 | ||
138 | #define reg_iop_sap_in_rw_gio___sync_ext_src___lsb 2 | ||
139 | #define reg_iop_sap_in_rw_gio___sync_ext_src___width 3 | ||
140 | #define reg_iop_sap_in_rw_gio___sync_edge___lsb 5 | ||
141 | #define reg_iop_sap_in_rw_gio___sync_edge___width 2 | ||
142 | #define reg_iop_sap_in_rw_gio___delay___lsb 7 | ||
143 | #define reg_iop_sap_in_rw_gio___delay___width 1 | ||
144 | #define reg_iop_sap_in_rw_gio___delay___bit 7 | ||
145 | #define reg_iop_sap_in_rw_gio___logic___lsb 8 | ||
146 | #define reg_iop_sap_in_rw_gio___logic___width 2 | ||
147 | #define reg_iop_sap_in_rw_gio_offset 8 | ||
148 | |||
149 | |||
150 | /* Constants */ | ||
151 | #define regk_iop_sap_in_and 0x00000002 | ||
152 | #define regk_iop_sap_in_ext_clk200 0x00000003 | ||
153 | #define regk_iop_sap_in_gio1 0x00000000 | ||
154 | #define regk_iop_sap_in_gio13 0x00000005 | ||
155 | #define regk_iop_sap_in_gio18 0x00000003 | ||
156 | #define regk_iop_sap_in_gio19 0x00000004 | ||
157 | #define regk_iop_sap_in_gio21 0x00000006 | ||
158 | #define regk_iop_sap_in_gio23 0x00000005 | ||
159 | #define regk_iop_sap_in_gio29 0x00000007 | ||
160 | #define regk_iop_sap_in_gio5 0x00000004 | ||
161 | #define regk_iop_sap_in_gio6 0x00000001 | ||
162 | #define regk_iop_sap_in_gio7 0x00000002 | ||
163 | #define regk_iop_sap_in_inv 0x00000001 | ||
164 | #define regk_iop_sap_in_neg 0x00000002 | ||
165 | #define regk_iop_sap_in_no 0x00000000 | ||
166 | #define regk_iop_sap_in_no_del_ext_clk200 0x00000001 | ||
167 | #define regk_iop_sap_in_none 0x00000000 | ||
168 | #define regk_iop_sap_in_or 0x00000003 | ||
169 | #define regk_iop_sap_in_pos 0x00000001 | ||
170 | #define regk_iop_sap_in_pos_neg 0x00000003 | ||
171 | #define regk_iop_sap_in_rw_bus0_sync_default 0x02020202 | ||
172 | #define regk_iop_sap_in_rw_bus1_sync_default 0x02020202 | ||
173 | #define regk_iop_sap_in_rw_gio_default 0x00000002 | ||
174 | #define regk_iop_sap_in_rw_gio_size 0x00000020 | ||
175 | #define regk_iop_sap_in_timer_grp0_tmr3 0x00000006 | ||
176 | #define regk_iop_sap_in_timer_grp1_tmr3 0x00000004 | ||
177 | #define regk_iop_sap_in_timer_grp2_tmr3 0x00000005 | ||
178 | #define regk_iop_sap_in_timer_grp3_tmr3 0x00000007 | ||
179 | #define regk_iop_sap_in_tmr_clk200 0x00000000 | ||
180 | #define regk_iop_sap_in_two_clk200 0x00000002 | ||
181 | #define regk_iop_sap_in_yes 0x00000001 | ||
182 | #endif /* __iop_sap_in_defs_asm_h */ | ||
diff --git a/include/asm-cris/arch-v32/hwregs/iop/asm/iop_sap_out_defs_asm.h b/include/asm-cris/arch-v32/hwregs/iop/asm/iop_sap_out_defs_asm.h new file mode 100644 index 000000000000..0ec727f92a25 --- /dev/null +++ b/include/asm-cris/arch-v32/hwregs/iop/asm/iop_sap_out_defs_asm.h | |||
@@ -0,0 +1,346 @@ | |||
1 | #ifndef __iop_sap_out_defs_asm_h | ||
2 | #define __iop_sap_out_defs_asm_h | ||
3 | |||
4 | /* | ||
5 | * This file is autogenerated from | ||
6 | * file: ../../inst/io_proc/rtl/iop_sap_out.r | ||
7 | * id: <not found> | ||
8 | * last modfied: Mon Apr 11 16:08:46 2005 | ||
9 | * | ||
10 | * by /n/asic/design/tools/rdesc/src/rdes2c -asm --outfile asm/iop_sap_out_defs_asm.h ../../inst/io_proc/rtl/iop_sap_out.r | ||
11 | * id: $Id: iop_sap_out_defs_asm.h,v 1.5 2005/04/24 18:31:06 starvik Exp $ | ||
12 | * Any changes here will be lost. | ||
13 | * | ||
14 | * -*- buffer-read-only: t -*- | ||
15 | */ | ||
16 | |||
17 | #ifndef REG_FIELD | ||
18 | #define REG_FIELD( scope, reg, field, value ) \ | ||
19 | REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) | ||
20 | #define REG_FIELD_X_( value, shift ) ((value) << shift) | ||
21 | #endif | ||
22 | |||
23 | #ifndef REG_STATE | ||
24 | #define REG_STATE( scope, reg, field, symbolic_value ) \ | ||
25 | REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) | ||
26 | #define REG_STATE_X_( k, shift ) (k << shift) | ||
27 | #endif | ||
28 | |||
29 | #ifndef REG_MASK | ||
30 | #define REG_MASK( scope, reg, field ) \ | ||
31 | REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) | ||
32 | #define REG_MASK_X_( width, lsb ) (((1 << width)-1) << lsb) | ||
33 | #endif | ||
34 | |||
35 | #ifndef REG_LSB | ||
36 | #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb | ||
37 | #endif | ||
38 | |||
39 | #ifndef REG_BIT | ||
40 | #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit | ||
41 | #endif | ||
42 | |||
43 | #ifndef REG_ADDR | ||
44 | #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) | ||
45 | #define REG_ADDR_X_( inst, offs ) ((inst) + offs) | ||
46 | #endif | ||
47 | |||
48 | #ifndef REG_ADDR_VECT | ||
49 | #define REG_ADDR_VECT( scope, inst, reg, index ) \ | ||
50 | REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \ | ||
51 | STRIDE_##scope##_##reg ) | ||
52 | #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ | ||
53 | ((inst) + offs + (index) * stride) | ||
54 | #endif | ||
55 | |||
56 | /* Register rw_gen_gated, scope iop_sap_out, type rw */ | ||
57 | #define reg_iop_sap_out_rw_gen_gated___clk0_src___lsb 0 | ||
58 | #define reg_iop_sap_out_rw_gen_gated___clk0_src___width 2 | ||
59 | #define reg_iop_sap_out_rw_gen_gated___clk0_gate_src___lsb 2 | ||
60 | #define reg_iop_sap_out_rw_gen_gated___clk0_gate_src___width 2 | ||
61 | #define reg_iop_sap_out_rw_gen_gated___clk0_force_src___lsb 4 | ||
62 | #define reg_iop_sap_out_rw_gen_gated___clk0_force_src___width 3 | ||
63 | #define reg_iop_sap_out_rw_gen_gated___clk1_src___lsb 7 | ||
64 | #define reg_iop_sap_out_rw_gen_gated___clk1_src___width 2 | ||
65 | #define reg_iop_sap_out_rw_gen_gated___clk1_gate_src___lsb 9 | ||
66 | #define reg_iop_sap_out_rw_gen_gated___clk1_gate_src___width 2 | ||
67 | #define reg_iop_sap_out_rw_gen_gated___clk1_force_src___lsb 11 | ||
68 | #define reg_iop_sap_out_rw_gen_gated___clk1_force_src___width 3 | ||
69 | #define reg_iop_sap_out_rw_gen_gated___clk2_src___lsb 14 | ||
70 | #define reg_iop_sap_out_rw_gen_gated___clk2_src___width 2 | ||
71 | #define reg_iop_sap_out_rw_gen_gated___clk2_gate_src___lsb 16 | ||
72 | #define reg_iop_sap_out_rw_gen_gated___clk2_gate_src___width 2 | ||
73 | #define reg_iop_sap_out_rw_gen_gated___clk2_force_src___lsb 18 | ||
74 | #define reg_iop_sap_out_rw_gen_gated___clk2_force_src___width 3 | ||
75 | #define reg_iop_sap_out_rw_gen_gated___clk3_src___lsb 21 | ||
76 | #define reg_iop_sap_out_rw_gen_gated___clk3_src___width 2 | ||
77 | #define reg_iop_sap_out_rw_gen_gated___clk3_gate_src___lsb 23 | ||
78 | #define reg_iop_sap_out_rw_gen_gated___clk3_gate_src___width 2 | ||
79 | #define reg_iop_sap_out_rw_gen_gated___clk3_force_src___lsb 25 | ||
80 | #define reg_iop_sap_out_rw_gen_gated___clk3_force_src___width 3 | ||
81 | #define reg_iop_sap_out_rw_gen_gated_offset 0 | ||
82 | |||
83 | /* Register rw_bus0, scope iop_sap_out, type rw */ | ||
84 | #define reg_iop_sap_out_rw_bus0___byte0_clk_sel___lsb 0 | ||
85 | #define reg_iop_sap_out_rw_bus0___byte0_clk_sel___width 3 | ||
86 | #define reg_iop_sap_out_rw_bus0___byte0_gated_clk___lsb 3 | ||
87 | #define reg_iop_sap_out_rw_bus0___byte0_gated_clk___width 2 | ||
88 | #define reg_iop_sap_out_rw_bus0___byte0_clk_inv___lsb 5 | ||
89 | #define reg_iop_sap_out_rw_bus0___byte0_clk_inv___width 1 | ||
90 | #define reg_iop_sap_out_rw_bus0___byte0_clk_inv___bit 5 | ||
91 | #define reg_iop_sap_out_rw_bus0___byte1_clk_sel___lsb 6 | ||
92 | #define reg_iop_sap_out_rw_bus0___byte1_clk_sel___width 3 | ||
93 | #define reg_iop_sap_out_rw_bus0___byte1_gated_clk___lsb 9 | ||
94 | #define reg_iop_sap_out_rw_bus0___byte1_gated_clk___width 2 | ||
95 | #define reg_iop_sap_out_rw_bus0___byte1_clk_inv___lsb 11 | ||
96 | #define reg_iop_sap_out_rw_bus0___byte1_clk_inv___width 1 | ||
97 | #define reg_iop_sap_out_rw_bus0___byte1_clk_inv___bit 11 | ||
98 | #define reg_iop_sap_out_rw_bus0___byte2_clk_sel___lsb 12 | ||
99 | #define reg_iop_sap_out_rw_bus0___byte2_clk_sel___width 3 | ||
100 | #define reg_iop_sap_out_rw_bus0___byte2_gated_clk___lsb 15 | ||
101 | #define reg_iop_sap_out_rw_bus0___byte2_gated_clk___width 2 | ||
102 | #define reg_iop_sap_out_rw_bus0___byte2_clk_inv___lsb 17 | ||
103 | #define reg_iop_sap_out_rw_bus0___byte2_clk_inv___width 1 | ||
104 | #define reg_iop_sap_out_rw_bus0___byte2_clk_inv___bit 17 | ||
105 | #define reg_iop_sap_out_rw_bus0___byte3_clk_sel___lsb 18 | ||
106 | #define reg_iop_sap_out_rw_bus0___byte3_clk_sel___width 3 | ||
107 | #define reg_iop_sap_out_rw_bus0___byte3_gated_clk___lsb 21 | ||
108 | #define reg_iop_sap_out_rw_bus0___byte3_gated_clk___width 2 | ||
109 | #define reg_iop_sap_out_rw_bus0___byte3_clk_inv___lsb 23 | ||
110 | #define reg_iop_sap_out_rw_bus0___byte3_clk_inv___width 1 | ||
111 | #define reg_iop_sap_out_rw_bus0___byte3_clk_inv___bit 23 | ||
112 | #define reg_iop_sap_out_rw_bus0_offset 4 | ||
113 | |||
114 | /* Register rw_bus1, scope iop_sap_out, type rw */ | ||
115 | #define reg_iop_sap_out_rw_bus1___byte0_clk_sel___lsb 0 | ||
116 | #define reg_iop_sap_out_rw_bus1___byte0_clk_sel___width 3 | ||
117 | #define reg_iop_sap_out_rw_bus1___byte0_gated_clk___lsb 3 | ||
118 | #define reg_iop_sap_out_rw_bus1___byte0_gated_clk___width 2 | ||
119 | #define reg_iop_sap_out_rw_bus1___byte0_clk_inv___lsb 5 | ||
120 | #define reg_iop_sap_out_rw_bus1___byte0_clk_inv___width 1 | ||
121 | #define reg_iop_sap_out_rw_bus1___byte0_clk_inv___bit 5 | ||
122 | #define reg_iop_sap_out_rw_bus1___byte1_clk_sel___lsb 6 | ||
123 | #define reg_iop_sap_out_rw_bus1___byte1_clk_sel___width 3 | ||
124 | #define reg_iop_sap_out_rw_bus1___byte1_gated_clk___lsb 9 | ||
125 | #define reg_iop_sap_out_rw_bus1___byte1_gated_clk___width 2 | ||
126 | #define reg_iop_sap_out_rw_bus1___byte1_clk_inv___lsb 11 | ||
127 | #define reg_iop_sap_out_rw_bus1___byte1_clk_inv___width 1 | ||
128 | #define reg_iop_sap_out_rw_bus1___byte1_clk_inv___bit 11 | ||
129 | #define reg_iop_sap_out_rw_bus1___byte2_clk_sel___lsb 12 | ||
130 | #define reg_iop_sap_out_rw_bus1___byte2_clk_sel___width 3 | ||
131 | #define reg_iop_sap_out_rw_bus1___byte2_gated_clk___lsb 15 | ||
132 | #define reg_iop_sap_out_rw_bus1___byte2_gated_clk___width 2 | ||
133 | #define reg_iop_sap_out_rw_bus1___byte2_clk_inv___lsb 17 | ||
134 | #define reg_iop_sap_out_rw_bus1___byte2_clk_inv___width 1 | ||
135 | #define reg_iop_sap_out_rw_bus1___byte2_clk_inv___bit 17 | ||
136 | #define reg_iop_sap_out_rw_bus1___byte3_clk_sel___lsb 18 | ||
137 | #define reg_iop_sap_out_rw_bus1___byte3_clk_sel___width 3 | ||
138 | #define reg_iop_sap_out_rw_bus1___byte3_gated_clk___lsb 21 | ||
139 | #define reg_iop_sap_out_rw_bus1___byte3_gated_clk___width 2 | ||
140 | #define reg_iop_sap_out_rw_bus1___byte3_clk_inv___lsb 23 | ||
141 | #define reg_iop_sap_out_rw_bus1___byte3_clk_inv___width 1 | ||
142 | #define reg_iop_sap_out_rw_bus1___byte3_clk_inv___bit 23 | ||
143 | #define reg_iop_sap_out_rw_bus1_offset 8 | ||
144 | |||
145 | /* Register rw_bus0_lo_oe, scope iop_sap_out, type rw */ | ||
146 | #define reg_iop_sap_out_rw_bus0_lo_oe___byte0_clk_sel___lsb 0 | ||
147 | #define reg_iop_sap_out_rw_bus0_lo_oe___byte0_clk_sel___width 3 | ||
148 | #define reg_iop_sap_out_rw_bus0_lo_oe___byte0_clk_ext___lsb 3 | ||
149 | #define reg_iop_sap_out_rw_bus0_lo_oe___byte0_clk_ext___width 3 | ||
150 | #define reg_iop_sap_out_rw_bus0_lo_oe___byte0_gated_clk___lsb 6 | ||
151 | #define reg_iop_sap_out_rw_bus0_lo_oe___byte0_gated_clk___width 2 | ||
152 | #define reg_iop_sap_out_rw_bus0_lo_oe___byte0_clk_inv___lsb 8 | ||
153 | #define reg_iop_sap_out_rw_bus0_lo_oe___byte0_clk_inv___width 1 | ||
154 | #define reg_iop_sap_out_rw_bus0_lo_oe___byte0_clk_inv___bit 8 | ||
155 | #define reg_iop_sap_out_rw_bus0_lo_oe___byte0_logic___lsb 9 | ||
156 | #define reg_iop_sap_out_rw_bus0_lo_oe___byte0_logic___width 2 | ||
157 | #define reg_iop_sap_out_rw_bus0_lo_oe___byte1_clk_sel___lsb 11 | ||
158 | #define reg_iop_sap_out_rw_bus0_lo_oe___byte1_clk_sel___width 3 | ||
159 | #define reg_iop_sap_out_rw_bus0_lo_oe___byte1_clk_ext___lsb 14 | ||
160 | #define reg_iop_sap_out_rw_bus0_lo_oe___byte1_clk_ext___width 3 | ||
161 | #define reg_iop_sap_out_rw_bus0_lo_oe___byte1_gated_clk___lsb 17 | ||
162 | #define reg_iop_sap_out_rw_bus0_lo_oe___byte1_gated_clk___width 2 | ||
163 | #define reg_iop_sap_out_rw_bus0_lo_oe___byte1_clk_inv___lsb 19 | ||
164 | #define reg_iop_sap_out_rw_bus0_lo_oe___byte1_clk_inv___width 1 | ||
165 | #define reg_iop_sap_out_rw_bus0_lo_oe___byte1_clk_inv___bit 19 | ||
166 | #define reg_iop_sap_out_rw_bus0_lo_oe___byte1_logic___lsb 20 | ||
167 | #define reg_iop_sap_out_rw_bus0_lo_oe___byte1_logic___width 2 | ||
168 | #define reg_iop_sap_out_rw_bus0_lo_oe_offset 12 | ||
169 | |||
170 | /* Register rw_bus0_hi_oe, scope iop_sap_out, type rw */ | ||
171 | #define reg_iop_sap_out_rw_bus0_hi_oe___byte2_clk_sel___lsb 0 | ||
172 | #define reg_iop_sap_out_rw_bus0_hi_oe___byte2_clk_sel___width 3 | ||
173 | #define reg_iop_sap_out_rw_bus0_hi_oe___byte2_clk_ext___lsb 3 | ||
174 | #define reg_iop_sap_out_rw_bus0_hi_oe___byte2_clk_ext___width 3 | ||
175 | #define reg_iop_sap_out_rw_bus0_hi_oe___byte2_gated_clk___lsb 6 | ||
176 | #define reg_iop_sap_out_rw_bus0_hi_oe___byte2_gated_clk___width 2 | ||
177 | #define reg_iop_sap_out_rw_bus0_hi_oe___byte2_clk_inv___lsb 8 | ||
178 | #define reg_iop_sap_out_rw_bus0_hi_oe___byte2_clk_inv___width 1 | ||
179 | #define reg_iop_sap_out_rw_bus0_hi_oe___byte2_clk_inv___bit 8 | ||
180 | #define reg_iop_sap_out_rw_bus0_hi_oe___byte2_logic___lsb 9 | ||
181 | #define reg_iop_sap_out_rw_bus0_hi_oe___byte2_logic___width 2 | ||
182 | #define reg_iop_sap_out_rw_bus0_hi_oe___byte3_clk_sel___lsb 11 | ||
183 | #define reg_iop_sap_out_rw_bus0_hi_oe___byte3_clk_sel___width 3 | ||
184 | #define reg_iop_sap_out_rw_bus0_hi_oe___byte3_clk_ext___lsb 14 | ||
185 | #define reg_iop_sap_out_rw_bus0_hi_oe___byte3_clk_ext___width 3 | ||
186 | #define reg_iop_sap_out_rw_bus0_hi_oe___byte3_gated_clk___lsb 17 | ||
187 | #define reg_iop_sap_out_rw_bus0_hi_oe___byte3_gated_clk___width 2 | ||
188 | #define reg_iop_sap_out_rw_bus0_hi_oe___byte3_clk_inv___lsb 19 | ||
189 | #define reg_iop_sap_out_rw_bus0_hi_oe___byte3_clk_inv___width 1 | ||
190 | #define reg_iop_sap_out_rw_bus0_hi_oe___byte3_clk_inv___bit 19 | ||
191 | #define reg_iop_sap_out_rw_bus0_hi_oe___byte3_logic___lsb 20 | ||
192 | #define reg_iop_sap_out_rw_bus0_hi_oe___byte3_logic___width 2 | ||
193 | #define reg_iop_sap_out_rw_bus0_hi_oe_offset 16 | ||
194 | |||
195 | /* Register rw_bus1_lo_oe, scope iop_sap_out, type rw */ | ||
196 | #define reg_iop_sap_out_rw_bus1_lo_oe___byte0_clk_sel___lsb 0 | ||
197 | #define reg_iop_sap_out_rw_bus1_lo_oe___byte0_clk_sel___width 3 | ||
198 | #define reg_iop_sap_out_rw_bus1_lo_oe___byte0_clk_ext___lsb 3 | ||
199 | #define reg_iop_sap_out_rw_bus1_lo_oe___byte0_clk_ext___width 3 | ||
200 | #define reg_iop_sap_out_rw_bus1_lo_oe___byte0_gated_clk___lsb 6 | ||
201 | #define reg_iop_sap_out_rw_bus1_lo_oe___byte0_gated_clk___width 2 | ||
202 | #define reg_iop_sap_out_rw_bus1_lo_oe___byte0_clk_inv___lsb 8 | ||
203 | #define reg_iop_sap_out_rw_bus1_lo_oe___byte0_clk_inv___width 1 | ||
204 | #define reg_iop_sap_out_rw_bus1_lo_oe___byte0_clk_inv___bit 8 | ||
205 | #define reg_iop_sap_out_rw_bus1_lo_oe___byte0_logic___lsb 9 | ||
206 | #define reg_iop_sap_out_rw_bus1_lo_oe___byte0_logic___width 2 | ||
207 | #define reg_iop_sap_out_rw_bus1_lo_oe___byte1_clk_sel___lsb 11 | ||
208 | #define reg_iop_sap_out_rw_bus1_lo_oe___byte1_clk_sel___width 3 | ||
209 | #define reg_iop_sap_out_rw_bus1_lo_oe___byte1_clk_ext___lsb 14 | ||
210 | #define reg_iop_sap_out_rw_bus1_lo_oe___byte1_clk_ext___width 3 | ||
211 | #define reg_iop_sap_out_rw_bus1_lo_oe___byte1_gated_clk___lsb 17 | ||
212 | #define reg_iop_sap_out_rw_bus1_lo_oe___byte1_gated_clk___width 2 | ||
213 | #define reg_iop_sap_out_rw_bus1_lo_oe___byte1_clk_inv___lsb 19 | ||
214 | #define reg_iop_sap_out_rw_bus1_lo_oe___byte1_clk_inv___width 1 | ||
215 | #define reg_iop_sap_out_rw_bus1_lo_oe___byte1_clk_inv___bit 19 | ||
216 | #define reg_iop_sap_out_rw_bus1_lo_oe___byte1_logic___lsb 20 | ||
217 | #define reg_iop_sap_out_rw_bus1_lo_oe___byte1_logic___width 2 | ||
218 | #define reg_iop_sap_out_rw_bus1_lo_oe_offset 20 | ||
219 | |||
220 | /* Register rw_bus1_hi_oe, scope iop_sap_out, type rw */ | ||
221 | #define reg_iop_sap_out_rw_bus1_hi_oe___byte2_clk_sel___lsb 0 | ||
222 | #define reg_iop_sap_out_rw_bus1_hi_oe___byte2_clk_sel___width 3 | ||
223 | #define reg_iop_sap_out_rw_bus1_hi_oe___byte2_clk_ext___lsb 3 | ||
224 | #define reg_iop_sap_out_rw_bus1_hi_oe___byte2_clk_ext___width 3 | ||
225 | #define reg_iop_sap_out_rw_bus1_hi_oe___byte2_gated_clk___lsb 6 | ||
226 | #define reg_iop_sap_out_rw_bus1_hi_oe___byte2_gated_clk___width 2 | ||
227 | #define reg_iop_sap_out_rw_bus1_hi_oe___byte2_clk_inv___lsb 8 | ||
228 | #define reg_iop_sap_out_rw_bus1_hi_oe___byte2_clk_inv___width 1 | ||
229 | #define reg_iop_sap_out_rw_bus1_hi_oe___byte2_clk_inv___bit 8 | ||
230 | #define reg_iop_sap_out_rw_bus1_hi_oe___byte2_logic___lsb 9 | ||
231 | #define reg_iop_sap_out_rw_bus1_hi_oe___byte2_logic___width 2 | ||
232 | #define reg_iop_sap_out_rw_bus1_hi_oe___byte3_clk_sel___lsb 11 | ||
233 | #define reg_iop_sap_out_rw_bus1_hi_oe___byte3_clk_sel___width 3 | ||
234 | #define reg_iop_sap_out_rw_bus1_hi_oe___byte3_clk_ext___lsb 14 | ||
235 | #define reg_iop_sap_out_rw_bus1_hi_oe___byte3_clk_ext___width 3 | ||
236 | #define reg_iop_sap_out_rw_bus1_hi_oe___byte3_gated_clk___lsb 17 | ||
237 | #define reg_iop_sap_out_rw_bus1_hi_oe___byte3_gated_clk___width 2 | ||
238 | #define reg_iop_sap_out_rw_bus1_hi_oe___byte3_clk_inv___lsb 19 | ||
239 | #define reg_iop_sap_out_rw_bus1_hi_oe___byte3_clk_inv___width 1 | ||
240 | #define reg_iop_sap_out_rw_bus1_hi_oe___byte3_clk_inv___bit 19 | ||
241 | #define reg_iop_sap_out_rw_bus1_hi_oe___byte3_logic___lsb 20 | ||
242 | #define reg_iop_sap_out_rw_bus1_hi_oe___byte3_logic___width 2 | ||
243 | #define reg_iop_sap_out_rw_bus1_hi_oe_offset 24 | ||
244 | |||
245 | #define STRIDE_iop_sap_out_rw_gio 4 | ||
246 | /* Register rw_gio, scope iop_sap_out, type rw */ | ||
247 | #define reg_iop_sap_out_rw_gio___out_clk_sel___lsb 0 | ||
248 | #define reg_iop_sap_out_rw_gio___out_clk_sel___width 3 | ||
249 | #define reg_iop_sap_out_rw_gio___out_clk_ext___lsb 3 | ||
250 | #define reg_iop_sap_out_rw_gio___out_clk_ext___width 4 | ||
251 | #define reg_iop_sap_out_rw_gio___out_gated_clk___lsb 7 | ||
252 | #define reg_iop_sap_out_rw_gio___out_gated_clk___width 2 | ||
253 | #define reg_iop_sap_out_rw_gio___out_clk_inv___lsb 9 | ||
254 | #define reg_iop_sap_out_rw_gio___out_clk_inv___width 1 | ||
255 | #define reg_iop_sap_out_rw_gio___out_clk_inv___bit 9 | ||
256 | #define reg_iop_sap_out_rw_gio___out_logic___lsb 10 | ||
257 | #define reg_iop_sap_out_rw_gio___out_logic___width 1 | ||
258 | #define reg_iop_sap_out_rw_gio___out_logic___bit 10 | ||
259 | #define reg_iop_sap_out_rw_gio___oe_clk_sel___lsb 11 | ||
260 | #define reg_iop_sap_out_rw_gio___oe_clk_sel___width 3 | ||
261 | #define reg_iop_sap_out_rw_gio___oe_clk_ext___lsb 14 | ||
262 | #define reg_iop_sap_out_rw_gio___oe_clk_ext___width 3 | ||
263 | #define reg_iop_sap_out_rw_gio___oe_gated_clk___lsb 17 | ||
264 | #define reg_iop_sap_out_rw_gio___oe_gated_clk___width 2 | ||
265 | #define reg_iop_sap_out_rw_gio___oe_clk_inv___lsb 19 | ||
266 | #define reg_iop_sap_out_rw_gio___oe_clk_inv___width 1 | ||
267 | #define reg_iop_sap_out_rw_gio___oe_clk_inv___bit 19 | ||
268 | #define reg_iop_sap_out_rw_gio___oe_logic___lsb 20 | ||
269 | #define reg_iop_sap_out_rw_gio___oe_logic___width 2 | ||
270 | #define reg_iop_sap_out_rw_gio_offset 28 | ||
271 | |||
272 | |||
273 | /* Constants */ | ||
274 | #define regk_iop_sap_out_and 0x00000002 | ||
275 | #define regk_iop_sap_out_clk0 0x00000000 | ||
276 | #define regk_iop_sap_out_clk1 0x00000001 | ||
277 | #define regk_iop_sap_out_clk12 0x00000002 | ||
278 | #define regk_iop_sap_out_clk2 0x00000002 | ||
279 | #define regk_iop_sap_out_clk200 0x00000001 | ||
280 | #define regk_iop_sap_out_clk3 0x00000003 | ||
281 | #define regk_iop_sap_out_ext 0x00000003 | ||
282 | #define regk_iop_sap_out_gated 0x00000004 | ||
283 | #define regk_iop_sap_out_gio1 0x00000000 | ||
284 | #define regk_iop_sap_out_gio13 0x00000002 | ||
285 | #define regk_iop_sap_out_gio13_clk 0x0000000c | ||
286 | #define regk_iop_sap_out_gio15 0x00000001 | ||
287 | #define regk_iop_sap_out_gio18 0x00000003 | ||
288 | #define regk_iop_sap_out_gio18_clk 0x0000000d | ||
289 | #define regk_iop_sap_out_gio1_clk 0x00000008 | ||
290 | #define regk_iop_sap_out_gio21_clk 0x0000000e | ||
291 | #define regk_iop_sap_out_gio23 0x00000002 | ||
292 | #define regk_iop_sap_out_gio29_clk 0x0000000f | ||
293 | #define regk_iop_sap_out_gio31 0x00000003 | ||
294 | #define regk_iop_sap_out_gio5 0x00000001 | ||
295 | #define regk_iop_sap_out_gio5_clk 0x00000009 | ||
296 | #define regk_iop_sap_out_gio6_clk 0x0000000a | ||
297 | #define regk_iop_sap_out_gio7 0x00000000 | ||
298 | #define regk_iop_sap_out_gio7_clk 0x0000000b | ||
299 | #define regk_iop_sap_out_gio_in13 0x00000001 | ||
300 | #define regk_iop_sap_out_gio_in21 0x00000002 | ||
301 | #define regk_iop_sap_out_gio_in29 0x00000003 | ||
302 | #define regk_iop_sap_out_gio_in5 0x00000000 | ||
303 | #define regk_iop_sap_out_inv 0x00000001 | ||
304 | #define regk_iop_sap_out_nand 0x00000003 | ||
305 | #define regk_iop_sap_out_no 0x00000000 | ||
306 | #define regk_iop_sap_out_none 0x00000000 | ||
307 | #define regk_iop_sap_out_rw_bus0_default 0x00000000 | ||
308 | #define regk_iop_sap_out_rw_bus0_hi_oe_default 0x00000000 | ||
309 | #define regk_iop_sap_out_rw_bus0_lo_oe_default 0x00000000 | ||
310 | #define regk_iop_sap_out_rw_bus1_default 0x00000000 | ||
311 | #define regk_iop_sap_out_rw_bus1_hi_oe_default 0x00000000 | ||
312 | #define regk_iop_sap_out_rw_bus1_lo_oe_default 0x00000000 | ||
313 | #define regk_iop_sap_out_rw_gen_gated_default 0x00000000 | ||
314 | #define regk_iop_sap_out_rw_gio_default 0x00000000 | ||
315 | #define regk_iop_sap_out_rw_gio_size 0x00000020 | ||
316 | #define regk_iop_sap_out_spu0_gio0 0x00000002 | ||
317 | #define regk_iop_sap_out_spu0_gio1 0x00000003 | ||
318 | #define regk_iop_sap_out_spu0_gio12 0x00000004 | ||
319 | #define regk_iop_sap_out_spu0_gio13 0x00000004 | ||
320 | #define regk_iop_sap_out_spu0_gio14 0x00000004 | ||
321 | #define regk_iop_sap_out_spu0_gio15 0x00000004 | ||
322 | #define regk_iop_sap_out_spu0_gio2 0x00000002 | ||
323 | #define regk_iop_sap_out_spu0_gio3 0x00000003 | ||
324 | #define regk_iop_sap_out_spu0_gio4 0x00000002 | ||
325 | #define regk_iop_sap_out_spu0_gio5 0x00000003 | ||
326 | #define regk_iop_sap_out_spu0_gio6 0x00000002 | ||
327 | #define regk_iop_sap_out_spu0_gio7 0x00000003 | ||
328 | #define regk_iop_sap_out_spu1_gio0 0x00000005 | ||
329 | #define regk_iop_sap_out_spu1_gio1 0x00000006 | ||
330 | #define regk_iop_sap_out_spu1_gio12 0x00000007 | ||
331 | #define regk_iop_sap_out_spu1_gio13 0x00000007 | ||
332 | #define regk_iop_sap_out_spu1_gio14 0x00000007 | ||
333 | #define regk_iop_sap_out_spu1_gio15 0x00000007 | ||
334 | #define regk_iop_sap_out_spu1_gio2 0x00000005 | ||
335 | #define regk_iop_sap_out_spu1_gio3 0x00000006 | ||
336 | #define regk_iop_sap_out_spu1_gio4 0x00000005 | ||
337 | #define regk_iop_sap_out_spu1_gio5 0x00000006 | ||
338 | #define regk_iop_sap_out_spu1_gio6 0x00000005 | ||
339 | #define regk_iop_sap_out_spu1_gio7 0x00000006 | ||
340 | #define regk_iop_sap_out_timer_grp0_tmr2 0x00000004 | ||
341 | #define regk_iop_sap_out_timer_grp1_tmr2 0x00000005 | ||
342 | #define regk_iop_sap_out_timer_grp2_tmr2 0x00000006 | ||
343 | #define regk_iop_sap_out_timer_grp3_tmr2 0x00000007 | ||
344 | #define regk_iop_sap_out_tmr 0x00000005 | ||
345 | #define regk_iop_sap_out_yes 0x00000001 | ||
346 | #endif /* __iop_sap_out_defs_asm_h */ | ||
diff --git a/include/asm-cris/arch-v32/hwregs/iop/asm/iop_scrc_in_defs_asm.h b/include/asm-cris/arch-v32/hwregs/iop/asm/iop_scrc_in_defs_asm.h new file mode 100644 index 000000000000..2cf5721597fc --- /dev/null +++ b/include/asm-cris/arch-v32/hwregs/iop/asm/iop_scrc_in_defs_asm.h | |||
@@ -0,0 +1,111 @@ | |||
1 | #ifndef __iop_scrc_in_defs_asm_h | ||
2 | #define __iop_scrc_in_defs_asm_h | ||
3 | |||
4 | /* | ||
5 | * This file is autogenerated from | ||
6 | * file: ../../inst/io_proc/rtl/iop_scrc_in.r | ||
7 | * id: iop_scrc_in.r,v 1.10 2005/02/16 09:13:58 niklaspa Exp | ||
8 | * last modfied: Mon Apr 11 16:08:46 2005 | ||
9 | * | ||
10 | * by /n/asic/design/tools/rdesc/src/rdes2c -asm --outfile asm/iop_scrc_in_defs_asm.h ../../inst/io_proc/rtl/iop_scrc_in.r | ||
11 | * id: $Id: iop_scrc_in_defs_asm.h,v 1.5 2005/04/24 18:31:06 starvik Exp $ | ||
12 | * Any changes here will be lost. | ||
13 | * | ||
14 | * -*- buffer-read-only: t -*- | ||
15 | */ | ||
16 | |||
17 | #ifndef REG_FIELD | ||
18 | #define REG_FIELD( scope, reg, field, value ) \ | ||
19 | REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) | ||
20 | #define REG_FIELD_X_( value, shift ) ((value) << shift) | ||
21 | #endif | ||
22 | |||
23 | #ifndef REG_STATE | ||
24 | #define REG_STATE( scope, reg, field, symbolic_value ) \ | ||
25 | REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) | ||
26 | #define REG_STATE_X_( k, shift ) (k << shift) | ||
27 | #endif | ||
28 | |||
29 | #ifndef REG_MASK | ||
30 | #define REG_MASK( scope, reg, field ) \ | ||
31 | REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) | ||
32 | #define REG_MASK_X_( width, lsb ) (((1 << width)-1) << lsb) | ||
33 | #endif | ||
34 | |||
35 | #ifndef REG_LSB | ||
36 | #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb | ||
37 | #endif | ||
38 | |||
39 | #ifndef REG_BIT | ||
40 | #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit | ||
41 | #endif | ||
42 | |||
43 | #ifndef REG_ADDR | ||
44 | #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) | ||
45 | #define REG_ADDR_X_( inst, offs ) ((inst) + offs) | ||
46 | #endif | ||
47 | |||
48 | #ifndef REG_ADDR_VECT | ||
49 | #define REG_ADDR_VECT( scope, inst, reg, index ) \ | ||
50 | REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \ | ||
51 | STRIDE_##scope##_##reg ) | ||
52 | #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ | ||
53 | ((inst) + offs + (index) * stride) | ||
54 | #endif | ||
55 | |||
56 | /* Register rw_cfg, scope iop_scrc_in, type rw */ | ||
57 | #define reg_iop_scrc_in_rw_cfg___trig___lsb 0 | ||
58 | #define reg_iop_scrc_in_rw_cfg___trig___width 2 | ||
59 | #define reg_iop_scrc_in_rw_cfg_offset 0 | ||
60 | |||
61 | /* Register rw_ctrl, scope iop_scrc_in, type rw */ | ||
62 | #define reg_iop_scrc_in_rw_ctrl___dif_in_en___lsb 0 | ||
63 | #define reg_iop_scrc_in_rw_ctrl___dif_in_en___width 1 | ||
64 | #define reg_iop_scrc_in_rw_ctrl___dif_in_en___bit 0 | ||
65 | #define reg_iop_scrc_in_rw_ctrl_offset 4 | ||
66 | |||
67 | /* Register r_stat, scope iop_scrc_in, type r */ | ||
68 | #define reg_iop_scrc_in_r_stat___err___lsb 0 | ||
69 | #define reg_iop_scrc_in_r_stat___err___width 1 | ||
70 | #define reg_iop_scrc_in_r_stat___err___bit 0 | ||
71 | #define reg_iop_scrc_in_r_stat_offset 8 | ||
72 | |||
73 | /* Register rw_init_crc, scope iop_scrc_in, type rw */ | ||
74 | #define reg_iop_scrc_in_rw_init_crc_offset 12 | ||
75 | |||
76 | /* Register rs_computed_crc, scope iop_scrc_in, type rs */ | ||
77 | #define reg_iop_scrc_in_rs_computed_crc_offset 16 | ||
78 | |||
79 | /* Register r_computed_crc, scope iop_scrc_in, type r */ | ||
80 | #define reg_iop_scrc_in_r_computed_crc_offset 20 | ||
81 | |||
82 | /* Register rw_crc, scope iop_scrc_in, type rw */ | ||
83 | #define reg_iop_scrc_in_rw_crc_offset 24 | ||
84 | |||
85 | /* Register rw_correct_crc, scope iop_scrc_in, type rw */ | ||
86 | #define reg_iop_scrc_in_rw_correct_crc_offset 28 | ||
87 | |||
88 | /* Register rw_wr1bit, scope iop_scrc_in, type rw */ | ||
89 | #define reg_iop_scrc_in_rw_wr1bit___data___lsb 0 | ||
90 | #define reg_iop_scrc_in_rw_wr1bit___data___width 2 | ||
91 | #define reg_iop_scrc_in_rw_wr1bit___last___lsb 2 | ||
92 | #define reg_iop_scrc_in_rw_wr1bit___last___width 2 | ||
93 | #define reg_iop_scrc_in_rw_wr1bit_offset 32 | ||
94 | |||
95 | |||
96 | /* Constants */ | ||
97 | #define regk_iop_scrc_in_dif_in 0x00000002 | ||
98 | #define regk_iop_scrc_in_hi 0x00000000 | ||
99 | #define regk_iop_scrc_in_neg 0x00000002 | ||
100 | #define regk_iop_scrc_in_no 0x00000000 | ||
101 | #define regk_iop_scrc_in_pos 0x00000001 | ||
102 | #define regk_iop_scrc_in_pos_neg 0x00000003 | ||
103 | #define regk_iop_scrc_in_r_computed_crc_default 0x00000000 | ||
104 | #define regk_iop_scrc_in_rs_computed_crc_default 0x00000000 | ||
105 | #define regk_iop_scrc_in_rw_cfg_default 0x00000000 | ||
106 | #define regk_iop_scrc_in_rw_ctrl_default 0x00000000 | ||
107 | #define regk_iop_scrc_in_rw_init_crc_default 0x00000000 | ||
108 | #define regk_iop_scrc_in_set0 0x00000000 | ||
109 | #define regk_iop_scrc_in_set1 0x00000001 | ||
110 | #define regk_iop_scrc_in_yes 0x00000001 | ||
111 | #endif /* __iop_scrc_in_defs_asm_h */ | ||
diff --git a/include/asm-cris/arch-v32/hwregs/iop/asm/iop_scrc_out_defs_asm.h b/include/asm-cris/arch-v32/hwregs/iop/asm/iop_scrc_out_defs_asm.h new file mode 100644 index 000000000000..640a25725f20 --- /dev/null +++ b/include/asm-cris/arch-v32/hwregs/iop/asm/iop_scrc_out_defs_asm.h | |||
@@ -0,0 +1,105 @@ | |||
1 | #ifndef __iop_scrc_out_defs_asm_h | ||
2 | #define __iop_scrc_out_defs_asm_h | ||
3 | |||
4 | /* | ||
5 | * This file is autogenerated from | ||
6 | * file: ../../inst/io_proc/rtl/iop_scrc_out.r | ||
7 | * id: iop_scrc_out.r,v 1.11 2005/02/16 09:13:38 niklaspa Exp | ||
8 | * last modfied: Mon Apr 11 16:08:46 2005 | ||
9 | * | ||
10 | * by /n/asic/design/tools/rdesc/src/rdes2c -asm --outfile asm/iop_scrc_out_defs_asm.h ../../inst/io_proc/rtl/iop_scrc_out.r | ||
11 | * id: $Id: iop_scrc_out_defs_asm.h,v 1.5 2005/04/24 18:31:06 starvik Exp $ | ||
12 | * Any changes here will be lost. | ||
13 | * | ||
14 | * -*- buffer-read-only: t -*- | ||
15 | */ | ||
16 | |||
17 | #ifndef REG_FIELD | ||
18 | #define REG_FIELD( scope, reg, field, value ) \ | ||
19 | REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) | ||
20 | #define REG_FIELD_X_( value, shift ) ((value) << shift) | ||
21 | #endif | ||
22 | |||
23 | #ifndef REG_STATE | ||
24 | #define REG_STATE( scope, reg, field, symbolic_value ) \ | ||
25 | REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) | ||
26 | #define REG_STATE_X_( k, shift ) (k << shift) | ||
27 | #endif | ||
28 | |||
29 | #ifndef REG_MASK | ||
30 | #define REG_MASK( scope, reg, field ) \ | ||
31 | REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) | ||
32 | #define REG_MASK_X_( width, lsb ) (((1 << width)-1) << lsb) | ||
33 | #endif | ||
34 | |||
35 | #ifndef REG_LSB | ||
36 | #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb | ||
37 | #endif | ||
38 | |||
39 | #ifndef REG_BIT | ||
40 | #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit | ||
41 | #endif | ||
42 | |||
43 | #ifndef REG_ADDR | ||
44 | #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) | ||
45 | #define REG_ADDR_X_( inst, offs ) ((inst) + offs) | ||
46 | #endif | ||
47 | |||
48 | #ifndef REG_ADDR_VECT | ||
49 | #define REG_ADDR_VECT( scope, inst, reg, index ) \ | ||
50 | REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \ | ||
51 | STRIDE_##scope##_##reg ) | ||
52 | #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ | ||
53 | ((inst) + offs + (index) * stride) | ||
54 | #endif | ||
55 | |||
56 | /* Register rw_cfg, scope iop_scrc_out, type rw */ | ||
57 | #define reg_iop_scrc_out_rw_cfg___trig___lsb 0 | ||
58 | #define reg_iop_scrc_out_rw_cfg___trig___width 2 | ||
59 | #define reg_iop_scrc_out_rw_cfg___inv_crc___lsb 2 | ||
60 | #define reg_iop_scrc_out_rw_cfg___inv_crc___width 1 | ||
61 | #define reg_iop_scrc_out_rw_cfg___inv_crc___bit 2 | ||
62 | #define reg_iop_scrc_out_rw_cfg_offset 0 | ||
63 | |||
64 | /* Register rw_ctrl, scope iop_scrc_out, type rw */ | ||
65 | #define reg_iop_scrc_out_rw_ctrl___strb_src___lsb 0 | ||
66 | #define reg_iop_scrc_out_rw_ctrl___strb_src___width 1 | ||
67 | #define reg_iop_scrc_out_rw_ctrl___strb_src___bit 0 | ||
68 | #define reg_iop_scrc_out_rw_ctrl___out_src___lsb 1 | ||
69 | #define reg_iop_scrc_out_rw_ctrl___out_src___width 1 | ||
70 | #define reg_iop_scrc_out_rw_ctrl___out_src___bit 1 | ||
71 | #define reg_iop_scrc_out_rw_ctrl_offset 4 | ||
72 | |||
73 | /* Register rw_init_crc, scope iop_scrc_out, type rw */ | ||
74 | #define reg_iop_scrc_out_rw_init_crc_offset 8 | ||
75 | |||
76 | /* Register rw_crc, scope iop_scrc_out, type rw */ | ||
77 | #define reg_iop_scrc_out_rw_crc_offset 12 | ||
78 | |||
79 | /* Register rw_data, scope iop_scrc_out, type rw */ | ||
80 | #define reg_iop_scrc_out_rw_data___val___lsb 0 | ||
81 | #define reg_iop_scrc_out_rw_data___val___width 1 | ||
82 | #define reg_iop_scrc_out_rw_data___val___bit 0 | ||
83 | #define reg_iop_scrc_out_rw_data_offset 16 | ||
84 | |||
85 | /* Register r_computed_crc, scope iop_scrc_out, type r */ | ||
86 | #define reg_iop_scrc_out_r_computed_crc_offset 20 | ||
87 | |||
88 | |||
89 | /* Constants */ | ||
90 | #define regk_iop_scrc_out_crc 0x00000001 | ||
91 | #define regk_iop_scrc_out_data 0x00000000 | ||
92 | #define regk_iop_scrc_out_dif 0x00000001 | ||
93 | #define regk_iop_scrc_out_hi 0x00000000 | ||
94 | #define regk_iop_scrc_out_neg 0x00000002 | ||
95 | #define regk_iop_scrc_out_no 0x00000000 | ||
96 | #define regk_iop_scrc_out_pos 0x00000001 | ||
97 | #define regk_iop_scrc_out_pos_neg 0x00000003 | ||
98 | #define regk_iop_scrc_out_reg 0x00000000 | ||
99 | #define regk_iop_scrc_out_rw_cfg_default 0x00000000 | ||
100 | #define regk_iop_scrc_out_rw_crc_default 0x00000000 | ||
101 | #define regk_iop_scrc_out_rw_ctrl_default 0x00000000 | ||
102 | #define regk_iop_scrc_out_rw_data_default 0x00000000 | ||
103 | #define regk_iop_scrc_out_rw_init_crc_default 0x00000000 | ||
104 | #define regk_iop_scrc_out_yes 0x00000001 | ||
105 | #endif /* __iop_scrc_out_defs_asm_h */ | ||
diff --git a/include/asm-cris/arch-v32/hwregs/iop/asm/iop_spu_defs_asm.h b/include/asm-cris/arch-v32/hwregs/iop/asm/iop_spu_defs_asm.h new file mode 100644 index 000000000000..bb402c1aa761 --- /dev/null +++ b/include/asm-cris/arch-v32/hwregs/iop/asm/iop_spu_defs_asm.h | |||
@@ -0,0 +1,573 @@ | |||
1 | #ifndef __iop_spu_defs_asm_h | ||
2 | #define __iop_spu_defs_asm_h | ||
3 | |||
4 | /* | ||
5 | * This file is autogenerated from | ||
6 | * file: ../../inst/io_proc/rtl/iop_spu.r | ||
7 | * id: <not found> | ||
8 | * last modfied: Mon Apr 11 16:08:46 2005 | ||
9 | * | ||
10 | * by /n/asic/design/tools/rdesc/src/rdes2c -asm --outfile asm/iop_spu_defs_asm.h ../../inst/io_proc/rtl/iop_spu.r | ||
11 | * id: $Id: iop_spu_defs_asm.h,v 1.5 2005/04/24 18:31:06 starvik Exp $ | ||
12 | * Any changes here will be lost. | ||
13 | * | ||
14 | * -*- buffer-read-only: t -*- | ||
15 | */ | ||
16 | |||
17 | #ifndef REG_FIELD | ||
18 | #define REG_FIELD( scope, reg, field, value ) \ | ||
19 | REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) | ||
20 | #define REG_FIELD_X_( value, shift ) ((value) << shift) | ||
21 | #endif | ||
22 | |||
23 | #ifndef REG_STATE | ||
24 | #define REG_STATE( scope, reg, field, symbolic_value ) \ | ||
25 | REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) | ||
26 | #define REG_STATE_X_( k, shift ) (k << shift) | ||
27 | #endif | ||
28 | |||
29 | #ifndef REG_MASK | ||
30 | #define REG_MASK( scope, reg, field ) \ | ||
31 | REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) | ||
32 | #define REG_MASK_X_( width, lsb ) (((1 << width)-1) << lsb) | ||
33 | #endif | ||
34 | |||
35 | #ifndef REG_LSB | ||
36 | #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb | ||
37 | #endif | ||
38 | |||
39 | #ifndef REG_BIT | ||
40 | #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit | ||
41 | #endif | ||
42 | |||
43 | #ifndef REG_ADDR | ||
44 | #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) | ||
45 | #define REG_ADDR_X_( inst, offs ) ((inst) + offs) | ||
46 | #endif | ||
47 | |||
48 | #ifndef REG_ADDR_VECT | ||
49 | #define REG_ADDR_VECT( scope, inst, reg, index ) \ | ||
50 | REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \ | ||
51 | STRIDE_##scope##_##reg ) | ||
52 | #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ | ||
53 | ((inst) + offs + (index) * stride) | ||
54 | #endif | ||
55 | |||
56 | #define STRIDE_iop_spu_rw_r 4 | ||
57 | /* Register rw_r, scope iop_spu, type rw */ | ||
58 | #define reg_iop_spu_rw_r_offset 0 | ||
59 | |||
60 | /* Register rw_seq_pc, scope iop_spu, type rw */ | ||
61 | #define reg_iop_spu_rw_seq_pc___addr___lsb 0 | ||
62 | #define reg_iop_spu_rw_seq_pc___addr___width 12 | ||
63 | #define reg_iop_spu_rw_seq_pc_offset 64 | ||
64 | |||
65 | /* Register rw_fsm_pc, scope iop_spu, type rw */ | ||
66 | #define reg_iop_spu_rw_fsm_pc___addr___lsb 0 | ||
67 | #define reg_iop_spu_rw_fsm_pc___addr___width 12 | ||
68 | #define reg_iop_spu_rw_fsm_pc_offset 68 | ||
69 | |||
70 | /* Register rw_ctrl, scope iop_spu, type rw */ | ||
71 | #define reg_iop_spu_rw_ctrl___fsm___lsb 0 | ||
72 | #define reg_iop_spu_rw_ctrl___fsm___width 1 | ||
73 | #define reg_iop_spu_rw_ctrl___fsm___bit 0 | ||
74 | #define reg_iop_spu_rw_ctrl___en___lsb 1 | ||
75 | #define reg_iop_spu_rw_ctrl___en___width 1 | ||
76 | #define reg_iop_spu_rw_ctrl___en___bit 1 | ||
77 | #define reg_iop_spu_rw_ctrl_offset 72 | ||
78 | |||
79 | /* Register rw_fsm_inputs3_0, scope iop_spu, type rw */ | ||
80 | #define reg_iop_spu_rw_fsm_inputs3_0___val0___lsb 0 | ||
81 | #define reg_iop_spu_rw_fsm_inputs3_0___val0___width 5 | ||
82 | #define reg_iop_spu_rw_fsm_inputs3_0___src0___lsb 5 | ||
83 | #define reg_iop_spu_rw_fsm_inputs3_0___src0___width 3 | ||
84 | #define reg_iop_spu_rw_fsm_inputs3_0___val1___lsb 8 | ||
85 | #define reg_iop_spu_rw_fsm_inputs3_0___val1___width 5 | ||
86 | #define reg_iop_spu_rw_fsm_inputs3_0___src1___lsb 13 | ||
87 | #define reg_iop_spu_rw_fsm_inputs3_0___src1___width 3 | ||
88 | #define reg_iop_spu_rw_fsm_inputs3_0___val2___lsb 16 | ||
89 | #define reg_iop_spu_rw_fsm_inputs3_0___val2___width 5 | ||
90 | #define reg_iop_spu_rw_fsm_inputs3_0___src2___lsb 21 | ||
91 | #define reg_iop_spu_rw_fsm_inputs3_0___src2___width 3 | ||
92 | #define reg_iop_spu_rw_fsm_inputs3_0___val3___lsb 24 | ||
93 | #define reg_iop_spu_rw_fsm_inputs3_0___val3___width 5 | ||
94 | #define reg_iop_spu_rw_fsm_inputs3_0___src3___lsb 29 | ||
95 | #define reg_iop_spu_rw_fsm_inputs3_0___src3___width 3 | ||
96 | #define reg_iop_spu_rw_fsm_inputs3_0_offset 76 | ||
97 | |||
98 | /* Register rw_fsm_inputs7_4, scope iop_spu, type rw */ | ||
99 | #define reg_iop_spu_rw_fsm_inputs7_4___val4___lsb 0 | ||
100 | #define reg_iop_spu_rw_fsm_inputs7_4___val4___width 5 | ||
101 | #define reg_iop_spu_rw_fsm_inputs7_4___src4___lsb 5 | ||
102 | #define reg_iop_spu_rw_fsm_inputs7_4___src4___width 3 | ||
103 | #define reg_iop_spu_rw_fsm_inputs7_4___val5___lsb 8 | ||
104 | #define reg_iop_spu_rw_fsm_inputs7_4___val5___width 5 | ||
105 | #define reg_iop_spu_rw_fsm_inputs7_4___src5___lsb 13 | ||
106 | #define reg_iop_spu_rw_fsm_inputs7_4___src5___width 3 | ||
107 | #define reg_iop_spu_rw_fsm_inputs7_4___val6___lsb 16 | ||
108 | #define reg_iop_spu_rw_fsm_inputs7_4___val6___width 5 | ||
109 | #define reg_iop_spu_rw_fsm_inputs7_4___src6___lsb 21 | ||
110 | #define reg_iop_spu_rw_fsm_inputs7_4___src6___width 3 | ||
111 | #define reg_iop_spu_rw_fsm_inputs7_4___val7___lsb 24 | ||
112 | #define reg_iop_spu_rw_fsm_inputs7_4___val7___width 5 | ||
113 | #define reg_iop_spu_rw_fsm_inputs7_4___src7___lsb 29 | ||
114 | #define reg_iop_spu_rw_fsm_inputs7_4___src7___width 3 | ||
115 | #define reg_iop_spu_rw_fsm_inputs7_4_offset 80 | ||
116 | |||
117 | /* Register rw_gio_out, scope iop_spu, type rw */ | ||
118 | #define reg_iop_spu_rw_gio_out_offset 84 | ||
119 | |||
120 | /* Register rw_bus0_out, scope iop_spu, type rw */ | ||
121 | #define reg_iop_spu_rw_bus0_out_offset 88 | ||
122 | |||
123 | /* Register rw_bus1_out, scope iop_spu, type rw */ | ||
124 | #define reg_iop_spu_rw_bus1_out_offset 92 | ||
125 | |||
126 | /* Register r_gio_in, scope iop_spu, type r */ | ||
127 | #define reg_iop_spu_r_gio_in_offset 96 | ||
128 | |||
129 | /* Register r_bus0_in, scope iop_spu, type r */ | ||
130 | #define reg_iop_spu_r_bus0_in_offset 100 | ||
131 | |||
132 | /* Register r_bus1_in, scope iop_spu, type r */ | ||
133 | #define reg_iop_spu_r_bus1_in_offset 104 | ||
134 | |||
135 | /* Register rw_gio_out_set, scope iop_spu, type rw */ | ||
136 | #define reg_iop_spu_rw_gio_out_set_offset 108 | ||
137 | |||
138 | /* Register rw_gio_out_clr, scope iop_spu, type rw */ | ||
139 | #define reg_iop_spu_rw_gio_out_clr_offset 112 | ||
140 | |||
141 | /* Register rs_wr_stat, scope iop_spu, type rs */ | ||
142 | #define reg_iop_spu_rs_wr_stat___r0___lsb 0 | ||
143 | #define reg_iop_spu_rs_wr_stat___r0___width 1 | ||
144 | #define reg_iop_spu_rs_wr_stat___r0___bit 0 | ||
145 | #define reg_iop_spu_rs_wr_stat___r1___lsb 1 | ||
146 | #define reg_iop_spu_rs_wr_stat___r1___width 1 | ||
147 | #define reg_iop_spu_rs_wr_stat___r1___bit 1 | ||
148 | #define reg_iop_spu_rs_wr_stat___r2___lsb 2 | ||
149 | #define reg_iop_spu_rs_wr_stat___r2___width 1 | ||
150 | #define reg_iop_spu_rs_wr_stat___r2___bit 2 | ||
151 | #define reg_iop_spu_rs_wr_stat___r3___lsb 3 | ||
152 | #define reg_iop_spu_rs_wr_stat___r3___width 1 | ||
153 | #define reg_iop_spu_rs_wr_stat___r3___bit 3 | ||
154 | #define reg_iop_spu_rs_wr_stat___r4___lsb 4 | ||
155 | #define reg_iop_spu_rs_wr_stat___r4___width 1 | ||
156 | #define reg_iop_spu_rs_wr_stat___r4___bit 4 | ||
157 | #define reg_iop_spu_rs_wr_stat___r5___lsb 5 | ||
158 | #define reg_iop_spu_rs_wr_stat___r5___width 1 | ||
159 | #define reg_iop_spu_rs_wr_stat___r5___bit 5 | ||
160 | #define reg_iop_spu_rs_wr_stat___r6___lsb 6 | ||
161 | #define reg_iop_spu_rs_wr_stat___r6___width 1 | ||
162 | #define reg_iop_spu_rs_wr_stat___r6___bit 6 | ||
163 | #define reg_iop_spu_rs_wr_stat___r7___lsb 7 | ||
164 | #define reg_iop_spu_rs_wr_stat___r7___width 1 | ||
165 | #define reg_iop_spu_rs_wr_stat___r7___bit 7 | ||
166 | #define reg_iop_spu_rs_wr_stat___r8___lsb 8 | ||
167 | #define reg_iop_spu_rs_wr_stat___r8___width 1 | ||
168 | #define reg_iop_spu_rs_wr_stat___r8___bit 8 | ||
169 | #define reg_iop_spu_rs_wr_stat___r9___lsb 9 | ||
170 | #define reg_iop_spu_rs_wr_stat___r9___width 1 | ||
171 | #define reg_iop_spu_rs_wr_stat___r9___bit 9 | ||
172 | #define reg_iop_spu_rs_wr_stat___r10___lsb 10 | ||
173 | #define reg_iop_spu_rs_wr_stat___r10___width 1 | ||
174 | #define reg_iop_spu_rs_wr_stat___r10___bit 10 | ||
175 | #define reg_iop_spu_rs_wr_stat___r11___lsb 11 | ||
176 | #define reg_iop_spu_rs_wr_stat___r11___width 1 | ||
177 | #define reg_iop_spu_rs_wr_stat___r11___bit 11 | ||
178 | #define reg_iop_spu_rs_wr_stat___r12___lsb 12 | ||
179 | #define reg_iop_spu_rs_wr_stat___r12___width 1 | ||
180 | #define reg_iop_spu_rs_wr_stat___r12___bit 12 | ||
181 | #define reg_iop_spu_rs_wr_stat___r13___lsb 13 | ||
182 | #define reg_iop_spu_rs_wr_stat___r13___width 1 | ||
183 | #define reg_iop_spu_rs_wr_stat___r13___bit 13 | ||
184 | #define reg_iop_spu_rs_wr_stat___r14___lsb 14 | ||
185 | #define reg_iop_spu_rs_wr_stat___r14___width 1 | ||
186 | #define reg_iop_spu_rs_wr_stat___r14___bit 14 | ||
187 | #define reg_iop_spu_rs_wr_stat___r15___lsb 15 | ||
188 | #define reg_iop_spu_rs_wr_stat___r15___width 1 | ||
189 | #define reg_iop_spu_rs_wr_stat___r15___bit 15 | ||
190 | #define reg_iop_spu_rs_wr_stat_offset 116 | ||
191 | |||
192 | /* Register r_wr_stat, scope iop_spu, type r */ | ||
193 | #define reg_iop_spu_r_wr_stat___r0___lsb 0 | ||
194 | #define reg_iop_spu_r_wr_stat___r0___width 1 | ||
195 | #define reg_iop_spu_r_wr_stat___r0___bit 0 | ||
196 | #define reg_iop_spu_r_wr_stat___r1___lsb 1 | ||
197 | #define reg_iop_spu_r_wr_stat___r1___width 1 | ||
198 | #define reg_iop_spu_r_wr_stat___r1___bit 1 | ||
199 | #define reg_iop_spu_r_wr_stat___r2___lsb 2 | ||
200 | #define reg_iop_spu_r_wr_stat___r2___width 1 | ||
201 | #define reg_iop_spu_r_wr_stat___r2___bit 2 | ||
202 | #define reg_iop_spu_r_wr_stat___r3___lsb 3 | ||
203 | #define reg_iop_spu_r_wr_stat___r3___width 1 | ||
204 | #define reg_iop_spu_r_wr_stat___r3___bit 3 | ||
205 | #define reg_iop_spu_r_wr_stat___r4___lsb 4 | ||
206 | #define reg_iop_spu_r_wr_stat___r4___width 1 | ||
207 | #define reg_iop_spu_r_wr_stat___r4___bit 4 | ||
208 | #define reg_iop_spu_r_wr_stat___r5___lsb 5 | ||
209 | #define reg_iop_spu_r_wr_stat___r5___width 1 | ||
210 | #define reg_iop_spu_r_wr_stat___r5___bit 5 | ||
211 | #define reg_iop_spu_r_wr_stat___r6___lsb 6 | ||
212 | #define reg_iop_spu_r_wr_stat___r6___width 1 | ||
213 | #define reg_iop_spu_r_wr_stat___r6___bit 6 | ||
214 | #define reg_iop_spu_r_wr_stat___r7___lsb 7 | ||
215 | #define reg_iop_spu_r_wr_stat___r7___width 1 | ||
216 | #define reg_iop_spu_r_wr_stat___r7___bit 7 | ||
217 | #define reg_iop_spu_r_wr_stat___r8___lsb 8 | ||
218 | #define reg_iop_spu_r_wr_stat___r8___width 1 | ||
219 | #define reg_iop_spu_r_wr_stat___r8___bit 8 | ||
220 | #define reg_iop_spu_r_wr_stat___r9___lsb 9 | ||
221 | #define reg_iop_spu_r_wr_stat___r9___width 1 | ||
222 | #define reg_iop_spu_r_wr_stat___r9___bit 9 | ||
223 | #define reg_iop_spu_r_wr_stat___r10___lsb 10 | ||
224 | #define reg_iop_spu_r_wr_stat___r10___width 1 | ||
225 | #define reg_iop_spu_r_wr_stat___r10___bit 10 | ||
226 | #define reg_iop_spu_r_wr_stat___r11___lsb 11 | ||
227 | #define reg_iop_spu_r_wr_stat___r11___width 1 | ||
228 | #define reg_iop_spu_r_wr_stat___r11___bit 11 | ||
229 | #define reg_iop_spu_r_wr_stat___r12___lsb 12 | ||
230 | #define reg_iop_spu_r_wr_stat___r12___width 1 | ||
231 | #define reg_iop_spu_r_wr_stat___r12___bit 12 | ||
232 | #define reg_iop_spu_r_wr_stat___r13___lsb 13 | ||
233 | #define reg_iop_spu_r_wr_stat___r13___width 1 | ||
234 | #define reg_iop_spu_r_wr_stat___r13___bit 13 | ||
235 | #define reg_iop_spu_r_wr_stat___r14___lsb 14 | ||
236 | #define reg_iop_spu_r_wr_stat___r14___width 1 | ||
237 | #define reg_iop_spu_r_wr_stat___r14___bit 14 | ||
238 | #define reg_iop_spu_r_wr_stat___r15___lsb 15 | ||
239 | #define reg_iop_spu_r_wr_stat___r15___width 1 | ||
240 | #define reg_iop_spu_r_wr_stat___r15___bit 15 | ||
241 | #define reg_iop_spu_r_wr_stat_offset 120 | ||
242 | |||
243 | /* Register r_reg_indexed_by_bus0_in, scope iop_spu, type r */ | ||
244 | #define reg_iop_spu_r_reg_indexed_by_bus0_in_offset 124 | ||
245 | |||
246 | /* Register r_stat_in, scope iop_spu, type r */ | ||
247 | #define reg_iop_spu_r_stat_in___timer_grp_lo___lsb 0 | ||
248 | #define reg_iop_spu_r_stat_in___timer_grp_lo___width 4 | ||
249 | #define reg_iop_spu_r_stat_in___fifo_out_last___lsb 4 | ||
250 | #define reg_iop_spu_r_stat_in___fifo_out_last___width 1 | ||
251 | #define reg_iop_spu_r_stat_in___fifo_out_last___bit 4 | ||
252 | #define reg_iop_spu_r_stat_in___fifo_out_rdy___lsb 5 | ||
253 | #define reg_iop_spu_r_stat_in___fifo_out_rdy___width 1 | ||
254 | #define reg_iop_spu_r_stat_in___fifo_out_rdy___bit 5 | ||
255 | #define reg_iop_spu_r_stat_in___fifo_out_all___lsb 6 | ||
256 | #define reg_iop_spu_r_stat_in___fifo_out_all___width 1 | ||
257 | #define reg_iop_spu_r_stat_in___fifo_out_all___bit 6 | ||
258 | #define reg_iop_spu_r_stat_in___fifo_in_rdy___lsb 7 | ||
259 | #define reg_iop_spu_r_stat_in___fifo_in_rdy___width 1 | ||
260 | #define reg_iop_spu_r_stat_in___fifo_in_rdy___bit 7 | ||
261 | #define reg_iop_spu_r_stat_in___dmc_out_all___lsb 8 | ||
262 | #define reg_iop_spu_r_stat_in___dmc_out_all___width 1 | ||
263 | #define reg_iop_spu_r_stat_in___dmc_out_all___bit 8 | ||
264 | #define reg_iop_spu_r_stat_in___dmc_out_dth___lsb 9 | ||
265 | #define reg_iop_spu_r_stat_in___dmc_out_dth___width 1 | ||
266 | #define reg_iop_spu_r_stat_in___dmc_out_dth___bit 9 | ||
267 | #define reg_iop_spu_r_stat_in___dmc_out_eop___lsb 10 | ||
268 | #define reg_iop_spu_r_stat_in___dmc_out_eop___width 1 | ||
269 | #define reg_iop_spu_r_stat_in___dmc_out_eop___bit 10 | ||
270 | #define reg_iop_spu_r_stat_in___dmc_out_dv___lsb 11 | ||
271 | #define reg_iop_spu_r_stat_in___dmc_out_dv___width 1 | ||
272 | #define reg_iop_spu_r_stat_in___dmc_out_dv___bit 11 | ||
273 | #define reg_iop_spu_r_stat_in___dmc_out_last___lsb 12 | ||
274 | #define reg_iop_spu_r_stat_in___dmc_out_last___width 1 | ||
275 | #define reg_iop_spu_r_stat_in___dmc_out_last___bit 12 | ||
276 | #define reg_iop_spu_r_stat_in___dmc_out_cmd_rq___lsb 13 | ||
277 | #define reg_iop_spu_r_stat_in___dmc_out_cmd_rq___width 1 | ||
278 | #define reg_iop_spu_r_stat_in___dmc_out_cmd_rq___bit 13 | ||
279 | #define reg_iop_spu_r_stat_in___dmc_out_cmd_rdy___lsb 14 | ||
280 | #define reg_iop_spu_r_stat_in___dmc_out_cmd_rdy___width 1 | ||
281 | #define reg_iop_spu_r_stat_in___dmc_out_cmd_rdy___bit 14 | ||
282 | #define reg_iop_spu_r_stat_in___pcrc_correct___lsb 15 | ||
283 | #define reg_iop_spu_r_stat_in___pcrc_correct___width 1 | ||
284 | #define reg_iop_spu_r_stat_in___pcrc_correct___bit 15 | ||
285 | #define reg_iop_spu_r_stat_in___timer_grp_hi___lsb 16 | ||
286 | #define reg_iop_spu_r_stat_in___timer_grp_hi___width 4 | ||
287 | #define reg_iop_spu_r_stat_in___dmc_in_sth___lsb 20 | ||
288 | #define reg_iop_spu_r_stat_in___dmc_in_sth___width 1 | ||
289 | #define reg_iop_spu_r_stat_in___dmc_in_sth___bit 20 | ||
290 | #define reg_iop_spu_r_stat_in___dmc_in_full___lsb 21 | ||
291 | #define reg_iop_spu_r_stat_in___dmc_in_full___width 1 | ||
292 | #define reg_iop_spu_r_stat_in___dmc_in_full___bit 21 | ||
293 | #define reg_iop_spu_r_stat_in___dmc_in_cmd_rdy___lsb 22 | ||
294 | #define reg_iop_spu_r_stat_in___dmc_in_cmd_rdy___width 1 | ||
295 | #define reg_iop_spu_r_stat_in___dmc_in_cmd_rdy___bit 22 | ||
296 | #define reg_iop_spu_r_stat_in___spu_gio_out___lsb 23 | ||
297 | #define reg_iop_spu_r_stat_in___spu_gio_out___width 4 | ||
298 | #define reg_iop_spu_r_stat_in___sync_clk12___lsb 27 | ||
299 | #define reg_iop_spu_r_stat_in___sync_clk12___width 1 | ||
300 | #define reg_iop_spu_r_stat_in___sync_clk12___bit 27 | ||
301 | #define reg_iop_spu_r_stat_in___scrc_out_data___lsb 28 | ||
302 | #define reg_iop_spu_r_stat_in___scrc_out_data___width 1 | ||
303 | #define reg_iop_spu_r_stat_in___scrc_out_data___bit 28 | ||
304 | #define reg_iop_spu_r_stat_in___scrc_in_err___lsb 29 | ||
305 | #define reg_iop_spu_r_stat_in___scrc_in_err___width 1 | ||
306 | #define reg_iop_spu_r_stat_in___scrc_in_err___bit 29 | ||
307 | #define reg_iop_spu_r_stat_in___mc_busy___lsb 30 | ||
308 | #define reg_iop_spu_r_stat_in___mc_busy___width 1 | ||
309 | #define reg_iop_spu_r_stat_in___mc_busy___bit 30 | ||
310 | #define reg_iop_spu_r_stat_in___mc_owned___lsb 31 | ||
311 | #define reg_iop_spu_r_stat_in___mc_owned___width 1 | ||
312 | #define reg_iop_spu_r_stat_in___mc_owned___bit 31 | ||
313 | #define reg_iop_spu_r_stat_in_offset 128 | ||
314 | |||
315 | /* Register r_trigger_in, scope iop_spu, type r */ | ||
316 | #define reg_iop_spu_r_trigger_in_offset 132 | ||
317 | |||
318 | /* Register r_special_stat, scope iop_spu, type r */ | ||
319 | #define reg_iop_spu_r_special_stat___c_flag___lsb 0 | ||
320 | #define reg_iop_spu_r_special_stat___c_flag___width 1 | ||
321 | #define reg_iop_spu_r_special_stat___c_flag___bit 0 | ||
322 | #define reg_iop_spu_r_special_stat___v_flag___lsb 1 | ||
323 | #define reg_iop_spu_r_special_stat___v_flag___width 1 | ||
324 | #define reg_iop_spu_r_special_stat___v_flag___bit 1 | ||
325 | #define reg_iop_spu_r_special_stat___z_flag___lsb 2 | ||
326 | #define reg_iop_spu_r_special_stat___z_flag___width 1 | ||
327 | #define reg_iop_spu_r_special_stat___z_flag___bit 2 | ||
328 | #define reg_iop_spu_r_special_stat___n_flag___lsb 3 | ||
329 | #define reg_iop_spu_r_special_stat___n_flag___width 1 | ||
330 | #define reg_iop_spu_r_special_stat___n_flag___bit 3 | ||
331 | #define reg_iop_spu_r_special_stat___xor_bus0_r2_0___lsb 4 | ||
332 | #define reg_iop_spu_r_special_stat___xor_bus0_r2_0___width 1 | ||
333 | #define reg_iop_spu_r_special_stat___xor_bus0_r2_0___bit 4 | ||
334 | #define reg_iop_spu_r_special_stat___xor_bus1_r3_0___lsb 5 | ||
335 | #define reg_iop_spu_r_special_stat___xor_bus1_r3_0___width 1 | ||
336 | #define reg_iop_spu_r_special_stat___xor_bus1_r3_0___bit 5 | ||
337 | #define reg_iop_spu_r_special_stat___xor_bus0m_r2_0___lsb 6 | ||
338 | #define reg_iop_spu_r_special_stat___xor_bus0m_r2_0___width 1 | ||
339 | #define reg_iop_spu_r_special_stat___xor_bus0m_r2_0___bit 6 | ||
340 | #define reg_iop_spu_r_special_stat___xor_bus1m_r3_0___lsb 7 | ||
341 | #define reg_iop_spu_r_special_stat___xor_bus1m_r3_0___width 1 | ||
342 | #define reg_iop_spu_r_special_stat___xor_bus1m_r3_0___bit 7 | ||
343 | #define reg_iop_spu_r_special_stat___fsm_in0___lsb 8 | ||
344 | #define reg_iop_spu_r_special_stat___fsm_in0___width 1 | ||
345 | #define reg_iop_spu_r_special_stat___fsm_in0___bit 8 | ||
346 | #define reg_iop_spu_r_special_stat___fsm_in1___lsb 9 | ||
347 | #define reg_iop_spu_r_special_stat___fsm_in1___width 1 | ||
348 | #define reg_iop_spu_r_special_stat___fsm_in1___bit 9 | ||
349 | #define reg_iop_spu_r_special_stat___fsm_in2___lsb 10 | ||
350 | #define reg_iop_spu_r_special_stat___fsm_in2___width 1 | ||
351 | #define reg_iop_spu_r_special_stat___fsm_in2___bit 10 | ||
352 | #define reg_iop_spu_r_special_stat___fsm_in3___lsb 11 | ||
353 | #define reg_iop_spu_r_special_stat___fsm_in3___width 1 | ||
354 | #define reg_iop_spu_r_special_stat___fsm_in3___bit 11 | ||
355 | #define reg_iop_spu_r_special_stat___fsm_in4___lsb 12 | ||
356 | #define reg_iop_spu_r_special_stat___fsm_in4___width 1 | ||
357 | #define reg_iop_spu_r_special_stat___fsm_in4___bit 12 | ||
358 | #define reg_iop_spu_r_special_stat___fsm_in5___lsb 13 | ||
359 | #define reg_iop_spu_r_special_stat___fsm_in5___width 1 | ||
360 | #define reg_iop_spu_r_special_stat___fsm_in5___bit 13 | ||
361 | #define reg_iop_spu_r_special_stat___fsm_in6___lsb 14 | ||
362 | #define reg_iop_spu_r_special_stat___fsm_in6___width 1 | ||
363 | #define reg_iop_spu_r_special_stat___fsm_in6___bit 14 | ||
364 | #define reg_iop_spu_r_special_stat___fsm_in7___lsb 15 | ||
365 | #define reg_iop_spu_r_special_stat___fsm_in7___width 1 | ||
366 | #define reg_iop_spu_r_special_stat___fsm_in7___bit 15 | ||
367 | #define reg_iop_spu_r_special_stat___event0___lsb 16 | ||
368 | #define reg_iop_spu_r_special_stat___event0___width 1 | ||
369 | #define reg_iop_spu_r_special_stat___event0___bit 16 | ||
370 | #define reg_iop_spu_r_special_stat___event1___lsb 17 | ||
371 | #define reg_iop_spu_r_special_stat___event1___width 1 | ||
372 | #define reg_iop_spu_r_special_stat___event1___bit 17 | ||
373 | #define reg_iop_spu_r_special_stat___event2___lsb 18 | ||
374 | #define reg_iop_spu_r_special_stat___event2___width 1 | ||
375 | #define reg_iop_spu_r_special_stat___event2___bit 18 | ||
376 | #define reg_iop_spu_r_special_stat___event3___lsb 19 | ||
377 | #define reg_iop_spu_r_special_stat___event3___width 1 | ||
378 | #define reg_iop_spu_r_special_stat___event3___bit 19 | ||
379 | #define reg_iop_spu_r_special_stat_offset 136 | ||
380 | |||
381 | /* Register rw_reg_access, scope iop_spu, type rw */ | ||
382 | #define reg_iop_spu_rw_reg_access___addr___lsb 0 | ||
383 | #define reg_iop_spu_rw_reg_access___addr___width 13 | ||
384 | #define reg_iop_spu_rw_reg_access___imm_hi___lsb 16 | ||
385 | #define reg_iop_spu_rw_reg_access___imm_hi___width 16 | ||
386 | #define reg_iop_spu_rw_reg_access_offset 140 | ||
387 | |||
388 | #define STRIDE_iop_spu_rw_event_cfg 4 | ||
389 | /* Register rw_event_cfg, scope iop_spu, type rw */ | ||
390 | #define reg_iop_spu_rw_event_cfg___addr___lsb 0 | ||
391 | #define reg_iop_spu_rw_event_cfg___addr___width 12 | ||
392 | #define reg_iop_spu_rw_event_cfg___src___lsb 12 | ||
393 | #define reg_iop_spu_rw_event_cfg___src___width 2 | ||
394 | #define reg_iop_spu_rw_event_cfg___eq_en___lsb 14 | ||
395 | #define reg_iop_spu_rw_event_cfg___eq_en___width 1 | ||
396 | #define reg_iop_spu_rw_event_cfg___eq_en___bit 14 | ||
397 | #define reg_iop_spu_rw_event_cfg___eq_inv___lsb 15 | ||
398 | #define reg_iop_spu_rw_event_cfg___eq_inv___width 1 | ||
399 | #define reg_iop_spu_rw_event_cfg___eq_inv___bit 15 | ||
400 | #define reg_iop_spu_rw_event_cfg___gt_en___lsb 16 | ||
401 | #define reg_iop_spu_rw_event_cfg___gt_en___width 1 | ||
402 | #define reg_iop_spu_rw_event_cfg___gt_en___bit 16 | ||
403 | #define reg_iop_spu_rw_event_cfg___gt_inv___lsb 17 | ||
404 | #define reg_iop_spu_rw_event_cfg___gt_inv___width 1 | ||
405 | #define reg_iop_spu_rw_event_cfg___gt_inv___bit 17 | ||
406 | #define reg_iop_spu_rw_event_cfg_offset 144 | ||
407 | |||
408 | #define STRIDE_iop_spu_rw_event_mask 4 | ||
409 | /* Register rw_event_mask, scope iop_spu, type rw */ | ||
410 | #define reg_iop_spu_rw_event_mask_offset 160 | ||
411 | |||
412 | #define STRIDE_iop_spu_rw_event_val 4 | ||
413 | /* Register rw_event_val, scope iop_spu, type rw */ | ||
414 | #define reg_iop_spu_rw_event_val_offset 176 | ||
415 | |||
416 | /* Register rw_event_ret, scope iop_spu, type rw */ | ||
417 | #define reg_iop_spu_rw_event_ret___addr___lsb 0 | ||
418 | #define reg_iop_spu_rw_event_ret___addr___width 12 | ||
419 | #define reg_iop_spu_rw_event_ret_offset 192 | ||
420 | |||
421 | /* Register r_trace, scope iop_spu, type r */ | ||
422 | #define reg_iop_spu_r_trace___fsm___lsb 0 | ||
423 | #define reg_iop_spu_r_trace___fsm___width 1 | ||
424 | #define reg_iop_spu_r_trace___fsm___bit 0 | ||
425 | #define reg_iop_spu_r_trace___en___lsb 1 | ||
426 | #define reg_iop_spu_r_trace___en___width 1 | ||
427 | #define reg_iop_spu_r_trace___en___bit 1 | ||
428 | #define reg_iop_spu_r_trace___c_flag___lsb 2 | ||
429 | #define reg_iop_spu_r_trace___c_flag___width 1 | ||
430 | #define reg_iop_spu_r_trace___c_flag___bit 2 | ||
431 | #define reg_iop_spu_r_trace___v_flag___lsb 3 | ||
432 | #define reg_iop_spu_r_trace___v_flag___width 1 | ||
433 | #define reg_iop_spu_r_trace___v_flag___bit 3 | ||
434 | #define reg_iop_spu_r_trace___z_flag___lsb 4 | ||
435 | #define reg_iop_spu_r_trace___z_flag___width 1 | ||
436 | #define reg_iop_spu_r_trace___z_flag___bit 4 | ||
437 | #define reg_iop_spu_r_trace___n_flag___lsb 5 | ||
438 | #define reg_iop_spu_r_trace___n_flag___width 1 | ||
439 | #define reg_iop_spu_r_trace___n_flag___bit 5 | ||
440 | #define reg_iop_spu_r_trace___seq_addr___lsb 6 | ||
441 | #define reg_iop_spu_r_trace___seq_addr___width 12 | ||
442 | #define reg_iop_spu_r_trace___fsm_addr___lsb 20 | ||
443 | #define reg_iop_spu_r_trace___fsm_addr___width 12 | ||
444 | #define reg_iop_spu_r_trace_offset 196 | ||
445 | |||
446 | /* Register r_fsm_trace, scope iop_spu, type r */ | ||
447 | #define reg_iop_spu_r_fsm_trace___fsm___lsb 0 | ||
448 | #define reg_iop_spu_r_fsm_trace___fsm___width 1 | ||
449 | #define reg_iop_spu_r_fsm_trace___fsm___bit 0 | ||
450 | #define reg_iop_spu_r_fsm_trace___en___lsb 1 | ||
451 | #define reg_iop_spu_r_fsm_trace___en___width 1 | ||
452 | #define reg_iop_spu_r_fsm_trace___en___bit 1 | ||
453 | #define reg_iop_spu_r_fsm_trace___tmr_done___lsb 2 | ||
454 | #define reg_iop_spu_r_fsm_trace___tmr_done___width 1 | ||
455 | #define reg_iop_spu_r_fsm_trace___tmr_done___bit 2 | ||
456 | #define reg_iop_spu_r_fsm_trace___inp0___lsb 3 | ||
457 | #define reg_iop_spu_r_fsm_trace___inp0___width 1 | ||
458 | #define reg_iop_spu_r_fsm_trace___inp0___bit 3 | ||
459 | #define reg_iop_spu_r_fsm_trace___inp1___lsb 4 | ||
460 | #define reg_iop_spu_r_fsm_trace___inp1___width 1 | ||
461 | #define reg_iop_spu_r_fsm_trace___inp1___bit 4 | ||
462 | #define reg_iop_spu_r_fsm_trace___inp2___lsb 5 | ||
463 | #define reg_iop_spu_r_fsm_trace___inp2___width 1 | ||
464 | #define reg_iop_spu_r_fsm_trace___inp2___bit 5 | ||
465 | #define reg_iop_spu_r_fsm_trace___inp3___lsb 6 | ||
466 | #define reg_iop_spu_r_fsm_trace___inp3___width 1 | ||
467 | #define reg_iop_spu_r_fsm_trace___inp3___bit 6 | ||
468 | #define reg_iop_spu_r_fsm_trace___event0___lsb 7 | ||
469 | #define reg_iop_spu_r_fsm_trace___event0___width 1 | ||
470 | #define reg_iop_spu_r_fsm_trace___event0___bit 7 | ||
471 | #define reg_iop_spu_r_fsm_trace___event1___lsb 8 | ||
472 | #define reg_iop_spu_r_fsm_trace___event1___width 1 | ||
473 | #define reg_iop_spu_r_fsm_trace___event1___bit 8 | ||
474 | #define reg_iop_spu_r_fsm_trace___event2___lsb 9 | ||
475 | #define reg_iop_spu_r_fsm_trace___event2___width 1 | ||
476 | #define reg_iop_spu_r_fsm_trace___event2___bit 9 | ||
477 | #define reg_iop_spu_r_fsm_trace___event3___lsb 10 | ||
478 | #define reg_iop_spu_r_fsm_trace___event3___width 1 | ||
479 | #define reg_iop_spu_r_fsm_trace___event3___bit 10 | ||
480 | #define reg_iop_spu_r_fsm_trace___gio_out___lsb 11 | ||
481 | #define reg_iop_spu_r_fsm_trace___gio_out___width 8 | ||
482 | #define reg_iop_spu_r_fsm_trace___fsm_addr___lsb 20 | ||
483 | #define reg_iop_spu_r_fsm_trace___fsm_addr___width 12 | ||
484 | #define reg_iop_spu_r_fsm_trace_offset 200 | ||
485 | |||
486 | #define STRIDE_iop_spu_rw_brp 4 | ||
487 | /* Register rw_brp, scope iop_spu, type rw */ | ||
488 | #define reg_iop_spu_rw_brp___addr___lsb 0 | ||
489 | #define reg_iop_spu_rw_brp___addr___width 12 | ||
490 | #define reg_iop_spu_rw_brp___fsm___lsb 12 | ||
491 | #define reg_iop_spu_rw_brp___fsm___width 1 | ||
492 | #define reg_iop_spu_rw_brp___fsm___bit 12 | ||
493 | #define reg_iop_spu_rw_brp___en___lsb 13 | ||
494 | #define reg_iop_spu_rw_brp___en___width 1 | ||
495 | #define reg_iop_spu_rw_brp___en___bit 13 | ||
496 | #define reg_iop_spu_rw_brp_offset 204 | ||
497 | |||
498 | |||
499 | /* Constants */ | ||
500 | #define regk_iop_spu_attn_hi 0x00000005 | ||
501 | #define regk_iop_spu_attn_lo 0x00000005 | ||
502 | #define regk_iop_spu_attn_r0 0x00000000 | ||
503 | #define regk_iop_spu_attn_r1 0x00000001 | ||
504 | #define regk_iop_spu_attn_r10 0x00000002 | ||
505 | #define regk_iop_spu_attn_r11 0x00000003 | ||
506 | #define regk_iop_spu_attn_r12 0x00000004 | ||
507 | #define regk_iop_spu_attn_r13 0x00000005 | ||
508 | #define regk_iop_spu_attn_r14 0x00000006 | ||
509 | #define regk_iop_spu_attn_r15 0x00000007 | ||
510 | #define regk_iop_spu_attn_r2 0x00000002 | ||
511 | #define regk_iop_spu_attn_r3 0x00000003 | ||
512 | #define regk_iop_spu_attn_r4 0x00000004 | ||
513 | #define regk_iop_spu_attn_r5 0x00000005 | ||
514 | #define regk_iop_spu_attn_r6 0x00000006 | ||
515 | #define regk_iop_spu_attn_r7 0x00000007 | ||
516 | #define regk_iop_spu_attn_r8 0x00000000 | ||
517 | #define regk_iop_spu_attn_r9 0x00000001 | ||
518 | #define regk_iop_spu_c 0x00000000 | ||
519 | #define regk_iop_spu_flag 0x00000002 | ||
520 | #define regk_iop_spu_gio_in 0x00000000 | ||
521 | #define regk_iop_spu_gio_out 0x00000005 | ||
522 | #define regk_iop_spu_gio_out0 0x00000008 | ||
523 | #define regk_iop_spu_gio_out1 0x00000009 | ||
524 | #define regk_iop_spu_gio_out2 0x0000000a | ||
525 | #define regk_iop_spu_gio_out3 0x0000000b | ||
526 | #define regk_iop_spu_gio_out4 0x0000000c | ||
527 | #define regk_iop_spu_gio_out5 0x0000000d | ||
528 | #define regk_iop_spu_gio_out6 0x0000000e | ||
529 | #define regk_iop_spu_gio_out7 0x0000000f | ||
530 | #define regk_iop_spu_n 0x00000003 | ||
531 | #define regk_iop_spu_no 0x00000000 | ||
532 | #define regk_iop_spu_r0 0x00000008 | ||
533 | #define regk_iop_spu_r1 0x00000009 | ||
534 | #define regk_iop_spu_r10 0x0000000a | ||
535 | #define regk_iop_spu_r11 0x0000000b | ||
536 | #define regk_iop_spu_r12 0x0000000c | ||
537 | #define regk_iop_spu_r13 0x0000000d | ||
538 | #define regk_iop_spu_r14 0x0000000e | ||
539 | #define regk_iop_spu_r15 0x0000000f | ||
540 | #define regk_iop_spu_r2 0x0000000a | ||
541 | #define regk_iop_spu_r3 0x0000000b | ||
542 | #define regk_iop_spu_r4 0x0000000c | ||
543 | #define regk_iop_spu_r5 0x0000000d | ||
544 | #define regk_iop_spu_r6 0x0000000e | ||
545 | #define regk_iop_spu_r7 0x0000000f | ||
546 | #define regk_iop_spu_r8 0x00000008 | ||
547 | #define regk_iop_spu_r9 0x00000009 | ||
548 | #define regk_iop_spu_reg_hi 0x00000002 | ||
549 | #define regk_iop_spu_reg_lo 0x00000002 | ||
550 | #define regk_iop_spu_rw_brp_default 0x00000000 | ||
551 | #define regk_iop_spu_rw_brp_size 0x00000004 | ||
552 | #define regk_iop_spu_rw_ctrl_default 0x00000000 | ||
553 | #define regk_iop_spu_rw_event_cfg_size 0x00000004 | ||
554 | #define regk_iop_spu_rw_event_mask_size 0x00000004 | ||
555 | #define regk_iop_spu_rw_event_val_size 0x00000004 | ||
556 | #define regk_iop_spu_rw_gio_out_default 0x00000000 | ||
557 | #define regk_iop_spu_rw_r_size 0x00000010 | ||
558 | #define regk_iop_spu_rw_reg_access_default 0x00000000 | ||
559 | #define regk_iop_spu_stat_in 0x00000002 | ||
560 | #define regk_iop_spu_statin_hi 0x00000004 | ||
561 | #define regk_iop_spu_statin_lo 0x00000004 | ||
562 | #define regk_iop_spu_trig 0x00000003 | ||
563 | #define regk_iop_spu_trigger 0x00000006 | ||
564 | #define regk_iop_spu_v 0x00000001 | ||
565 | #define regk_iop_spu_wsts_gioout_spec 0x00000001 | ||
566 | #define regk_iop_spu_xor 0x00000003 | ||
567 | #define regk_iop_spu_xor_bus0_r2_0 0x00000000 | ||
568 | #define regk_iop_spu_xor_bus0m_r2_0 0x00000002 | ||
569 | #define regk_iop_spu_xor_bus1_r3_0 0x00000001 | ||
570 | #define regk_iop_spu_xor_bus1m_r3_0 0x00000003 | ||
571 | #define regk_iop_spu_yes 0x00000001 | ||
572 | #define regk_iop_spu_z 0x00000002 | ||
573 | #endif /* __iop_spu_defs_asm_h */ | ||
diff --git a/include/asm-cris/arch-v32/hwregs/iop/asm/iop_sw_cfg_defs_asm.h b/include/asm-cris/arch-v32/hwregs/iop/asm/iop_sw_cfg_defs_asm.h new file mode 100644 index 000000000000..3be60f9b024c --- /dev/null +++ b/include/asm-cris/arch-v32/hwregs/iop/asm/iop_sw_cfg_defs_asm.h | |||
@@ -0,0 +1,1052 @@ | |||
1 | #ifndef __iop_sw_cfg_defs_asm_h | ||
2 | #define __iop_sw_cfg_defs_asm_h | ||
3 | |||
4 | /* | ||
5 | * This file is autogenerated from | ||
6 | * file: ../../inst/io_proc/rtl/guinness/iop_sw_cfg.r | ||
7 | * id: <not found> | ||
8 | * last modfied: Mon Apr 11 16:10:19 2005 | ||
9 | * | ||
10 | * by /n/asic/design/tools/rdesc/src/rdes2c -asm --outfile asm/iop_sw_cfg_defs_asm.h ../../inst/io_proc/rtl/guinness/iop_sw_cfg.r | ||
11 | * id: $Id: iop_sw_cfg_defs_asm.h,v 1.5 2005/04/24 18:31:07 starvik Exp $ | ||
12 | * Any changes here will be lost. | ||
13 | * | ||
14 | * -*- buffer-read-only: t -*- | ||
15 | */ | ||
16 | |||
17 | #ifndef REG_FIELD | ||
18 | #define REG_FIELD( scope, reg, field, value ) \ | ||
19 | REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) | ||
20 | #define REG_FIELD_X_( value, shift ) ((value) << shift) | ||
21 | #endif | ||
22 | |||
23 | #ifndef REG_STATE | ||
24 | #define REG_STATE( scope, reg, field, symbolic_value ) \ | ||
25 | REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) | ||
26 | #define REG_STATE_X_( k, shift ) (k << shift) | ||
27 | #endif | ||
28 | |||
29 | #ifndef REG_MASK | ||
30 | #define REG_MASK( scope, reg, field ) \ | ||
31 | REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) | ||
32 | #define REG_MASK_X_( width, lsb ) (((1 << width)-1) << lsb) | ||
33 | #endif | ||
34 | |||
35 | #ifndef REG_LSB | ||
36 | #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb | ||
37 | #endif | ||
38 | |||
39 | #ifndef REG_BIT | ||
40 | #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit | ||
41 | #endif | ||
42 | |||
43 | #ifndef REG_ADDR | ||
44 | #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) | ||
45 | #define REG_ADDR_X_( inst, offs ) ((inst) + offs) | ||
46 | #endif | ||
47 | |||
48 | #ifndef REG_ADDR_VECT | ||
49 | #define REG_ADDR_VECT( scope, inst, reg, index ) \ | ||
50 | REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \ | ||
51 | STRIDE_##scope##_##reg ) | ||
52 | #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ | ||
53 | ((inst) + offs + (index) * stride) | ||
54 | #endif | ||
55 | |||
56 | /* Register rw_crc_par0_owner, scope iop_sw_cfg, type rw */ | ||
57 | #define reg_iop_sw_cfg_rw_crc_par0_owner___cfg___lsb 0 | ||
58 | #define reg_iop_sw_cfg_rw_crc_par0_owner___cfg___width 2 | ||
59 | #define reg_iop_sw_cfg_rw_crc_par0_owner_offset 0 | ||
60 | |||
61 | /* Register rw_crc_par1_owner, scope iop_sw_cfg, type rw */ | ||
62 | #define reg_iop_sw_cfg_rw_crc_par1_owner___cfg___lsb 0 | ||
63 | #define reg_iop_sw_cfg_rw_crc_par1_owner___cfg___width 2 | ||
64 | #define reg_iop_sw_cfg_rw_crc_par1_owner_offset 4 | ||
65 | |||
66 | /* Register rw_dmc_in0_owner, scope iop_sw_cfg, type rw */ | ||
67 | #define reg_iop_sw_cfg_rw_dmc_in0_owner___cfg___lsb 0 | ||
68 | #define reg_iop_sw_cfg_rw_dmc_in0_owner___cfg___width 2 | ||
69 | #define reg_iop_sw_cfg_rw_dmc_in0_owner_offset 8 | ||
70 | |||
71 | /* Register rw_dmc_in1_owner, scope iop_sw_cfg, type rw */ | ||
72 | #define reg_iop_sw_cfg_rw_dmc_in1_owner___cfg___lsb 0 | ||
73 | #define reg_iop_sw_cfg_rw_dmc_in1_owner___cfg___width 2 | ||
74 | #define reg_iop_sw_cfg_rw_dmc_in1_owner_offset 12 | ||
75 | |||
76 | /* Register rw_dmc_out0_owner, scope iop_sw_cfg, type rw */ | ||
77 | #define reg_iop_sw_cfg_rw_dmc_out0_owner___cfg___lsb 0 | ||
78 | #define reg_iop_sw_cfg_rw_dmc_out0_owner___cfg___width 2 | ||
79 | #define reg_iop_sw_cfg_rw_dmc_out0_owner_offset 16 | ||
80 | |||
81 | /* Register rw_dmc_out1_owner, scope iop_sw_cfg, type rw */ | ||
82 | #define reg_iop_sw_cfg_rw_dmc_out1_owner___cfg___lsb 0 | ||
83 | #define reg_iop_sw_cfg_rw_dmc_out1_owner___cfg___width 2 | ||
84 | #define reg_iop_sw_cfg_rw_dmc_out1_owner_offset 20 | ||
85 | |||
86 | /* Register rw_fifo_in0_owner, scope iop_sw_cfg, type rw */ | ||
87 | #define reg_iop_sw_cfg_rw_fifo_in0_owner___cfg___lsb 0 | ||
88 | #define reg_iop_sw_cfg_rw_fifo_in0_owner___cfg___width 2 | ||
89 | #define reg_iop_sw_cfg_rw_fifo_in0_owner_offset 24 | ||
90 | |||
91 | /* Register rw_fifo_in0_extra_owner, scope iop_sw_cfg, type rw */ | ||
92 | #define reg_iop_sw_cfg_rw_fifo_in0_extra_owner___cfg___lsb 0 | ||
93 | #define reg_iop_sw_cfg_rw_fifo_in0_extra_owner___cfg___width 2 | ||
94 | #define reg_iop_sw_cfg_rw_fifo_in0_extra_owner_offset 28 | ||
95 | |||
96 | /* Register rw_fifo_in1_owner, scope iop_sw_cfg, type rw */ | ||
97 | #define reg_iop_sw_cfg_rw_fifo_in1_owner___cfg___lsb 0 | ||
98 | #define reg_iop_sw_cfg_rw_fifo_in1_owner___cfg___width 2 | ||
99 | #define reg_iop_sw_cfg_rw_fifo_in1_owner_offset 32 | ||
100 | |||
101 | /* Register rw_fifo_in1_extra_owner, scope iop_sw_cfg, type rw */ | ||
102 | #define reg_iop_sw_cfg_rw_fifo_in1_extra_owner___cfg___lsb 0 | ||
103 | #define reg_iop_sw_cfg_rw_fifo_in1_extra_owner___cfg___width 2 | ||
104 | #define reg_iop_sw_cfg_rw_fifo_in1_extra_owner_offset 36 | ||
105 | |||
106 | /* Register rw_fifo_out0_owner, scope iop_sw_cfg, type rw */ | ||
107 | #define reg_iop_sw_cfg_rw_fifo_out0_owner___cfg___lsb 0 | ||
108 | #define reg_iop_sw_cfg_rw_fifo_out0_owner___cfg___width 2 | ||
109 | #define reg_iop_sw_cfg_rw_fifo_out0_owner_offset 40 | ||
110 | |||
111 | /* Register rw_fifo_out0_extra_owner, scope iop_sw_cfg, type rw */ | ||
112 | #define reg_iop_sw_cfg_rw_fifo_out0_extra_owner___cfg___lsb 0 | ||
113 | #define reg_iop_sw_cfg_rw_fifo_out0_extra_owner___cfg___width 2 | ||
114 | #define reg_iop_sw_cfg_rw_fifo_out0_extra_owner_offset 44 | ||
115 | |||
116 | /* Register rw_fifo_out1_owner, scope iop_sw_cfg, type rw */ | ||
117 | #define reg_iop_sw_cfg_rw_fifo_out1_owner___cfg___lsb 0 | ||
118 | #define reg_iop_sw_cfg_rw_fifo_out1_owner___cfg___width 2 | ||
119 | #define reg_iop_sw_cfg_rw_fifo_out1_owner_offset 48 | ||
120 | |||
121 | /* Register rw_fifo_out1_extra_owner, scope iop_sw_cfg, type rw */ | ||
122 | #define reg_iop_sw_cfg_rw_fifo_out1_extra_owner___cfg___lsb 0 | ||
123 | #define reg_iop_sw_cfg_rw_fifo_out1_extra_owner___cfg___width 2 | ||
124 | #define reg_iop_sw_cfg_rw_fifo_out1_extra_owner_offset 52 | ||
125 | |||
126 | /* Register rw_sap_in_owner, scope iop_sw_cfg, type rw */ | ||
127 | #define reg_iop_sw_cfg_rw_sap_in_owner___cfg___lsb 0 | ||
128 | #define reg_iop_sw_cfg_rw_sap_in_owner___cfg___width 2 | ||
129 | #define reg_iop_sw_cfg_rw_sap_in_owner_offset 56 | ||
130 | |||
131 | /* Register rw_sap_out_owner, scope iop_sw_cfg, type rw */ | ||
132 | #define reg_iop_sw_cfg_rw_sap_out_owner___cfg___lsb 0 | ||
133 | #define reg_iop_sw_cfg_rw_sap_out_owner___cfg___width 2 | ||
134 | #define reg_iop_sw_cfg_rw_sap_out_owner_offset 60 | ||
135 | |||
136 | /* Register rw_scrc_in0_owner, scope iop_sw_cfg, type rw */ | ||
137 | #define reg_iop_sw_cfg_rw_scrc_in0_owner___cfg___lsb 0 | ||
138 | #define reg_iop_sw_cfg_rw_scrc_in0_owner___cfg___width 2 | ||
139 | #define reg_iop_sw_cfg_rw_scrc_in0_owner_offset 64 | ||
140 | |||
141 | /* Register rw_scrc_in1_owner, scope iop_sw_cfg, type rw */ | ||
142 | #define reg_iop_sw_cfg_rw_scrc_in1_owner___cfg___lsb 0 | ||
143 | #define reg_iop_sw_cfg_rw_scrc_in1_owner___cfg___width 2 | ||
144 | #define reg_iop_sw_cfg_rw_scrc_in1_owner_offset 68 | ||
145 | |||
146 | /* Register rw_scrc_out0_owner, scope iop_sw_cfg, type rw */ | ||
147 | #define reg_iop_sw_cfg_rw_scrc_out0_owner___cfg___lsb 0 | ||
148 | #define reg_iop_sw_cfg_rw_scrc_out0_owner___cfg___width 2 | ||
149 | #define reg_iop_sw_cfg_rw_scrc_out0_owner_offset 72 | ||
150 | |||
151 | /* Register rw_scrc_out1_owner, scope iop_sw_cfg, type rw */ | ||
152 | #define reg_iop_sw_cfg_rw_scrc_out1_owner___cfg___lsb 0 | ||
153 | #define reg_iop_sw_cfg_rw_scrc_out1_owner___cfg___width 2 | ||
154 | #define reg_iop_sw_cfg_rw_scrc_out1_owner_offset 76 | ||
155 | |||
156 | /* Register rw_spu0_owner, scope iop_sw_cfg, type rw */ | ||
157 | #define reg_iop_sw_cfg_rw_spu0_owner___cfg___lsb 0 | ||
158 | #define reg_iop_sw_cfg_rw_spu0_owner___cfg___width 2 | ||
159 | #define reg_iop_sw_cfg_rw_spu0_owner_offset 80 | ||
160 | |||
161 | /* Register rw_spu1_owner, scope iop_sw_cfg, type rw */ | ||
162 | #define reg_iop_sw_cfg_rw_spu1_owner___cfg___lsb 0 | ||
163 | #define reg_iop_sw_cfg_rw_spu1_owner___cfg___width 2 | ||
164 | #define reg_iop_sw_cfg_rw_spu1_owner_offset 84 | ||
165 | |||
166 | /* Register rw_timer_grp0_owner, scope iop_sw_cfg, type rw */ | ||
167 | #define reg_iop_sw_cfg_rw_timer_grp0_owner___cfg___lsb 0 | ||
168 | #define reg_iop_sw_cfg_rw_timer_grp0_owner___cfg___width 2 | ||
169 | #define reg_iop_sw_cfg_rw_timer_grp0_owner_offset 88 | ||
170 | |||
171 | /* Register rw_timer_grp1_owner, scope iop_sw_cfg, type rw */ | ||
172 | #define reg_iop_sw_cfg_rw_timer_grp1_owner___cfg___lsb 0 | ||
173 | #define reg_iop_sw_cfg_rw_timer_grp1_owner___cfg___width 2 | ||
174 | #define reg_iop_sw_cfg_rw_timer_grp1_owner_offset 92 | ||
175 | |||
176 | /* Register rw_timer_grp2_owner, scope iop_sw_cfg, type rw */ | ||
177 | #define reg_iop_sw_cfg_rw_timer_grp2_owner___cfg___lsb 0 | ||
178 | #define reg_iop_sw_cfg_rw_timer_grp2_owner___cfg___width 2 | ||
179 | #define reg_iop_sw_cfg_rw_timer_grp2_owner_offset 96 | ||
180 | |||
181 | /* Register rw_timer_grp3_owner, scope iop_sw_cfg, type rw */ | ||
182 | #define reg_iop_sw_cfg_rw_timer_grp3_owner___cfg___lsb 0 | ||
183 | #define reg_iop_sw_cfg_rw_timer_grp3_owner___cfg___width 2 | ||
184 | #define reg_iop_sw_cfg_rw_timer_grp3_owner_offset 100 | ||
185 | |||
186 | /* Register rw_trigger_grp0_owner, scope iop_sw_cfg, type rw */ | ||
187 | #define reg_iop_sw_cfg_rw_trigger_grp0_owner___cfg___lsb 0 | ||
188 | #define reg_iop_sw_cfg_rw_trigger_grp0_owner___cfg___width 2 | ||
189 | #define reg_iop_sw_cfg_rw_trigger_grp0_owner_offset 104 | ||
190 | |||
191 | /* Register rw_trigger_grp1_owner, scope iop_sw_cfg, type rw */ | ||
192 | #define reg_iop_sw_cfg_rw_trigger_grp1_owner___cfg___lsb 0 | ||
193 | #define reg_iop_sw_cfg_rw_trigger_grp1_owner___cfg___width 2 | ||
194 | #define reg_iop_sw_cfg_rw_trigger_grp1_owner_offset 108 | ||
195 | |||
196 | /* Register rw_trigger_grp2_owner, scope iop_sw_cfg, type rw */ | ||
197 | #define reg_iop_sw_cfg_rw_trigger_grp2_owner___cfg___lsb 0 | ||
198 | #define reg_iop_sw_cfg_rw_trigger_grp2_owner___cfg___width 2 | ||
199 | #define reg_iop_sw_cfg_rw_trigger_grp2_owner_offset 112 | ||
200 | |||
201 | /* Register rw_trigger_grp3_owner, scope iop_sw_cfg, type rw */ | ||
202 | #define reg_iop_sw_cfg_rw_trigger_grp3_owner___cfg___lsb 0 | ||
203 | #define reg_iop_sw_cfg_rw_trigger_grp3_owner___cfg___width 2 | ||
204 | #define reg_iop_sw_cfg_rw_trigger_grp3_owner_offset 116 | ||
205 | |||
206 | /* Register rw_trigger_grp4_owner, scope iop_sw_cfg, type rw */ | ||
207 | #define reg_iop_sw_cfg_rw_trigger_grp4_owner___cfg___lsb 0 | ||
208 | #define reg_iop_sw_cfg_rw_trigger_grp4_owner___cfg___width 2 | ||
209 | #define reg_iop_sw_cfg_rw_trigger_grp4_owner_offset 120 | ||
210 | |||
211 | /* Register rw_trigger_grp5_owner, scope iop_sw_cfg, type rw */ | ||
212 | #define reg_iop_sw_cfg_rw_trigger_grp5_owner___cfg___lsb 0 | ||
213 | #define reg_iop_sw_cfg_rw_trigger_grp5_owner___cfg___width 2 | ||
214 | #define reg_iop_sw_cfg_rw_trigger_grp5_owner_offset 124 | ||
215 | |||
216 | /* Register rw_trigger_grp6_owner, scope iop_sw_cfg, type rw */ | ||
217 | #define reg_iop_sw_cfg_rw_trigger_grp6_owner___cfg___lsb 0 | ||
218 | #define reg_iop_sw_cfg_rw_trigger_grp6_owner___cfg___width 2 | ||
219 | #define reg_iop_sw_cfg_rw_trigger_grp6_owner_offset 128 | ||
220 | |||
221 | /* Register rw_trigger_grp7_owner, scope iop_sw_cfg, type rw */ | ||
222 | #define reg_iop_sw_cfg_rw_trigger_grp7_owner___cfg___lsb 0 | ||
223 | #define reg_iop_sw_cfg_rw_trigger_grp7_owner___cfg___width 2 | ||
224 | #define reg_iop_sw_cfg_rw_trigger_grp7_owner_offset 132 | ||
225 | |||
226 | /* Register rw_bus0_mask, scope iop_sw_cfg, type rw */ | ||
227 | #define reg_iop_sw_cfg_rw_bus0_mask___byte0___lsb 0 | ||
228 | #define reg_iop_sw_cfg_rw_bus0_mask___byte0___width 8 | ||
229 | #define reg_iop_sw_cfg_rw_bus0_mask___byte1___lsb 8 | ||
230 | #define reg_iop_sw_cfg_rw_bus0_mask___byte1___width 8 | ||
231 | #define reg_iop_sw_cfg_rw_bus0_mask___byte2___lsb 16 | ||
232 | #define reg_iop_sw_cfg_rw_bus0_mask___byte2___width 8 | ||
233 | #define reg_iop_sw_cfg_rw_bus0_mask___byte3___lsb 24 | ||
234 | #define reg_iop_sw_cfg_rw_bus0_mask___byte3___width 8 | ||
235 | #define reg_iop_sw_cfg_rw_bus0_mask_offset 136 | ||
236 | |||
237 | /* Register rw_bus0_oe_mask, scope iop_sw_cfg, type rw */ | ||
238 | #define reg_iop_sw_cfg_rw_bus0_oe_mask___byte0___lsb 0 | ||
239 | #define reg_iop_sw_cfg_rw_bus0_oe_mask___byte0___width 1 | ||
240 | #define reg_iop_sw_cfg_rw_bus0_oe_mask___byte0___bit 0 | ||
241 | #define reg_iop_sw_cfg_rw_bus0_oe_mask___byte1___lsb 1 | ||
242 | #define reg_iop_sw_cfg_rw_bus0_oe_mask___byte1___width 1 | ||
243 | #define reg_iop_sw_cfg_rw_bus0_oe_mask___byte1___bit 1 | ||
244 | #define reg_iop_sw_cfg_rw_bus0_oe_mask___byte2___lsb 2 | ||
245 | #define reg_iop_sw_cfg_rw_bus0_oe_mask___byte2___width 1 | ||
246 | #define reg_iop_sw_cfg_rw_bus0_oe_mask___byte2___bit 2 | ||
247 | #define reg_iop_sw_cfg_rw_bus0_oe_mask___byte3___lsb 3 | ||
248 | #define reg_iop_sw_cfg_rw_bus0_oe_mask___byte3___width 1 | ||
249 | #define reg_iop_sw_cfg_rw_bus0_oe_mask___byte3___bit 3 | ||
250 | #define reg_iop_sw_cfg_rw_bus0_oe_mask_offset 140 | ||
251 | |||
252 | /* Register rw_bus1_mask, scope iop_sw_cfg, type rw */ | ||
253 | #define reg_iop_sw_cfg_rw_bus1_mask___byte0___lsb 0 | ||
254 | #define reg_iop_sw_cfg_rw_bus1_mask___byte0___width 8 | ||
255 | #define reg_iop_sw_cfg_rw_bus1_mask___byte1___lsb 8 | ||
256 | #define reg_iop_sw_cfg_rw_bus1_mask___byte1___width 8 | ||
257 | #define reg_iop_sw_cfg_rw_bus1_mask___byte2___lsb 16 | ||
258 | #define reg_iop_sw_cfg_rw_bus1_mask___byte2___width 8 | ||
259 | #define reg_iop_sw_cfg_rw_bus1_mask___byte3___lsb 24 | ||
260 | #define reg_iop_sw_cfg_rw_bus1_mask___byte3___width 8 | ||
261 | #define reg_iop_sw_cfg_rw_bus1_mask_offset 144 | ||
262 | |||
263 | /* Register rw_bus1_oe_mask, scope iop_sw_cfg, type rw */ | ||
264 | #define reg_iop_sw_cfg_rw_bus1_oe_mask___byte0___lsb 0 | ||
265 | #define reg_iop_sw_cfg_rw_bus1_oe_mask___byte0___width 1 | ||
266 | #define reg_iop_sw_cfg_rw_bus1_oe_mask___byte0___bit 0 | ||
267 | #define reg_iop_sw_cfg_rw_bus1_oe_mask___byte1___lsb 1 | ||
268 | #define reg_iop_sw_cfg_rw_bus1_oe_mask___byte1___width 1 | ||
269 | #define reg_iop_sw_cfg_rw_bus1_oe_mask___byte1___bit 1 | ||
270 | #define reg_iop_sw_cfg_rw_bus1_oe_mask___byte2___lsb 2 | ||
271 | #define reg_iop_sw_cfg_rw_bus1_oe_mask___byte2___width 1 | ||
272 | #define reg_iop_sw_cfg_rw_bus1_oe_mask___byte2___bit 2 | ||
273 | #define reg_iop_sw_cfg_rw_bus1_oe_mask___byte3___lsb 3 | ||
274 | #define reg_iop_sw_cfg_rw_bus1_oe_mask___byte3___width 1 | ||
275 | #define reg_iop_sw_cfg_rw_bus1_oe_mask___byte3___bit 3 | ||
276 | #define reg_iop_sw_cfg_rw_bus1_oe_mask_offset 148 | ||
277 | |||
278 | /* Register rw_gio_mask, scope iop_sw_cfg, type rw */ | ||
279 | #define reg_iop_sw_cfg_rw_gio_mask___val___lsb 0 | ||
280 | #define reg_iop_sw_cfg_rw_gio_mask___val___width 32 | ||
281 | #define reg_iop_sw_cfg_rw_gio_mask_offset 152 | ||
282 | |||
283 | /* Register rw_gio_oe_mask, scope iop_sw_cfg, type rw */ | ||
284 | #define reg_iop_sw_cfg_rw_gio_oe_mask___val___lsb 0 | ||
285 | #define reg_iop_sw_cfg_rw_gio_oe_mask___val___width 32 | ||
286 | #define reg_iop_sw_cfg_rw_gio_oe_mask_offset 156 | ||
287 | |||
288 | /* Register rw_pinmapping, scope iop_sw_cfg, type rw */ | ||
289 | #define reg_iop_sw_cfg_rw_pinmapping___bus0_byte0___lsb 0 | ||
290 | #define reg_iop_sw_cfg_rw_pinmapping___bus0_byte0___width 2 | ||
291 | #define reg_iop_sw_cfg_rw_pinmapping___bus0_byte1___lsb 2 | ||
292 | #define reg_iop_sw_cfg_rw_pinmapping___bus0_byte1___width 2 | ||
293 | #define reg_iop_sw_cfg_rw_pinmapping___bus0_byte2___lsb 4 | ||
294 | #define reg_iop_sw_cfg_rw_pinmapping___bus0_byte2___width 2 | ||
295 | #define reg_iop_sw_cfg_rw_pinmapping___bus0_byte3___lsb 6 | ||
296 | #define reg_iop_sw_cfg_rw_pinmapping___bus0_byte3___width 2 | ||
297 | #define reg_iop_sw_cfg_rw_pinmapping___bus1_byte0___lsb 8 | ||
298 | #define reg_iop_sw_cfg_rw_pinmapping___bus1_byte0___width 2 | ||
299 | #define reg_iop_sw_cfg_rw_pinmapping___bus1_byte1___lsb 10 | ||
300 | #define reg_iop_sw_cfg_rw_pinmapping___bus1_byte1___width 2 | ||
301 | #define reg_iop_sw_cfg_rw_pinmapping___bus1_byte2___lsb 12 | ||
302 | #define reg_iop_sw_cfg_rw_pinmapping___bus1_byte2___width 2 | ||
303 | #define reg_iop_sw_cfg_rw_pinmapping___bus1_byte3___lsb 14 | ||
304 | #define reg_iop_sw_cfg_rw_pinmapping___bus1_byte3___width 2 | ||
305 | #define reg_iop_sw_cfg_rw_pinmapping___gio3_0___lsb 16 | ||
306 | #define reg_iop_sw_cfg_rw_pinmapping___gio3_0___width 2 | ||
307 | #define reg_iop_sw_cfg_rw_pinmapping___gio7_4___lsb 18 | ||
308 | #define reg_iop_sw_cfg_rw_pinmapping___gio7_4___width 2 | ||
309 | #define reg_iop_sw_cfg_rw_pinmapping___gio11_8___lsb 20 | ||
310 | #define reg_iop_sw_cfg_rw_pinmapping___gio11_8___width 2 | ||
311 | #define reg_iop_sw_cfg_rw_pinmapping___gio15_12___lsb 22 | ||
312 | #define reg_iop_sw_cfg_rw_pinmapping___gio15_12___width 2 | ||
313 | #define reg_iop_sw_cfg_rw_pinmapping___gio19_16___lsb 24 | ||
314 | #define reg_iop_sw_cfg_rw_pinmapping___gio19_16___width 2 | ||
315 | #define reg_iop_sw_cfg_rw_pinmapping___gio23_20___lsb 26 | ||
316 | #define reg_iop_sw_cfg_rw_pinmapping___gio23_20___width 2 | ||
317 | #define reg_iop_sw_cfg_rw_pinmapping___gio27_24___lsb 28 | ||
318 | #define reg_iop_sw_cfg_rw_pinmapping___gio27_24___width 2 | ||
319 | #define reg_iop_sw_cfg_rw_pinmapping___gio31_28___lsb 30 | ||
320 | #define reg_iop_sw_cfg_rw_pinmapping___gio31_28___width 2 | ||
321 | #define reg_iop_sw_cfg_rw_pinmapping_offset 160 | ||
322 | |||
323 | /* Register rw_bus_out_cfg, scope iop_sw_cfg, type rw */ | ||
324 | #define reg_iop_sw_cfg_rw_bus_out_cfg___bus0_lo___lsb 0 | ||
325 | #define reg_iop_sw_cfg_rw_bus_out_cfg___bus0_lo___width 3 | ||
326 | #define reg_iop_sw_cfg_rw_bus_out_cfg___bus0_hi___lsb 3 | ||
327 | #define reg_iop_sw_cfg_rw_bus_out_cfg___bus0_hi___width 3 | ||
328 | #define reg_iop_sw_cfg_rw_bus_out_cfg___bus0_lo_oe___lsb 6 | ||
329 | #define reg_iop_sw_cfg_rw_bus_out_cfg___bus0_lo_oe___width 3 | ||
330 | #define reg_iop_sw_cfg_rw_bus_out_cfg___bus0_hi_oe___lsb 9 | ||
331 | #define reg_iop_sw_cfg_rw_bus_out_cfg___bus0_hi_oe___width 3 | ||
332 | #define reg_iop_sw_cfg_rw_bus_out_cfg___bus1_lo___lsb 12 | ||
333 | #define reg_iop_sw_cfg_rw_bus_out_cfg___bus1_lo___width 3 | ||
334 | #define reg_iop_sw_cfg_rw_bus_out_cfg___bus1_hi___lsb 15 | ||
335 | #define reg_iop_sw_cfg_rw_bus_out_cfg___bus1_hi___width 3 | ||
336 | #define reg_iop_sw_cfg_rw_bus_out_cfg___bus1_lo_oe___lsb 18 | ||
337 | #define reg_iop_sw_cfg_rw_bus_out_cfg___bus1_lo_oe___width 3 | ||
338 | #define reg_iop_sw_cfg_rw_bus_out_cfg___bus1_hi_oe___lsb 21 | ||
339 | #define reg_iop_sw_cfg_rw_bus_out_cfg___bus1_hi_oe___width 3 | ||
340 | #define reg_iop_sw_cfg_rw_bus_out_cfg_offset 164 | ||
341 | |||
342 | /* Register rw_gio_out_grp0_cfg, scope iop_sw_cfg, type rw */ | ||
343 | #define reg_iop_sw_cfg_rw_gio_out_grp0_cfg___gio0___lsb 0 | ||
344 | #define reg_iop_sw_cfg_rw_gio_out_grp0_cfg___gio0___width 4 | ||
345 | #define reg_iop_sw_cfg_rw_gio_out_grp0_cfg___gio0_oe___lsb 4 | ||
346 | #define reg_iop_sw_cfg_rw_gio_out_grp0_cfg___gio0_oe___width 2 | ||
347 | #define reg_iop_sw_cfg_rw_gio_out_grp0_cfg___gio1___lsb 6 | ||
348 | #define reg_iop_sw_cfg_rw_gio_out_grp0_cfg___gio1___width 4 | ||
349 | #define reg_iop_sw_cfg_rw_gio_out_grp0_cfg___gio1_oe___lsb 10 | ||
350 | #define reg_iop_sw_cfg_rw_gio_out_grp0_cfg___gio1_oe___width 2 | ||
351 | #define reg_iop_sw_cfg_rw_gio_out_grp0_cfg___gio2___lsb 12 | ||
352 | #define reg_iop_sw_cfg_rw_gio_out_grp0_cfg___gio2___width 4 | ||
353 | #define reg_iop_sw_cfg_rw_gio_out_grp0_cfg___gio2_oe___lsb 16 | ||
354 | #define reg_iop_sw_cfg_rw_gio_out_grp0_cfg___gio2_oe___width 2 | ||
355 | #define reg_iop_sw_cfg_rw_gio_out_grp0_cfg___gio3___lsb 18 | ||
356 | #define reg_iop_sw_cfg_rw_gio_out_grp0_cfg___gio3___width 4 | ||
357 | #define reg_iop_sw_cfg_rw_gio_out_grp0_cfg___gio3_oe___lsb 22 | ||
358 | #define reg_iop_sw_cfg_rw_gio_out_grp0_cfg___gio3_oe___width 2 | ||
359 | #define reg_iop_sw_cfg_rw_gio_out_grp0_cfg_offset 168 | ||
360 | |||
361 | /* Register rw_gio_out_grp1_cfg, scope iop_sw_cfg, type rw */ | ||
362 | #define reg_iop_sw_cfg_rw_gio_out_grp1_cfg___gio4___lsb 0 | ||
363 | #define reg_iop_sw_cfg_rw_gio_out_grp1_cfg___gio4___width 4 | ||
364 | #define reg_iop_sw_cfg_rw_gio_out_grp1_cfg___gio4_oe___lsb 4 | ||
365 | #define reg_iop_sw_cfg_rw_gio_out_grp1_cfg___gio4_oe___width 2 | ||
366 | #define reg_iop_sw_cfg_rw_gio_out_grp1_cfg___gio5___lsb 6 | ||
367 | #define reg_iop_sw_cfg_rw_gio_out_grp1_cfg___gio5___width 4 | ||
368 | #define reg_iop_sw_cfg_rw_gio_out_grp1_cfg___gio5_oe___lsb 10 | ||
369 | #define reg_iop_sw_cfg_rw_gio_out_grp1_cfg___gio5_oe___width 2 | ||
370 | #define reg_iop_sw_cfg_rw_gio_out_grp1_cfg___gio6___lsb 12 | ||
371 | #define reg_iop_sw_cfg_rw_gio_out_grp1_cfg___gio6___width 4 | ||
372 | #define reg_iop_sw_cfg_rw_gio_out_grp1_cfg___gio6_oe___lsb 16 | ||
373 | #define reg_iop_sw_cfg_rw_gio_out_grp1_cfg___gio6_oe___width 2 | ||
374 | #define reg_iop_sw_cfg_rw_gio_out_grp1_cfg___gio7___lsb 18 | ||
375 | #define reg_iop_sw_cfg_rw_gio_out_grp1_cfg___gio7___width 4 | ||
376 | #define reg_iop_sw_cfg_rw_gio_out_grp1_cfg___gio7_oe___lsb 22 | ||
377 | #define reg_iop_sw_cfg_rw_gio_out_grp1_cfg___gio7_oe___width 2 | ||
378 | #define reg_iop_sw_cfg_rw_gio_out_grp1_cfg_offset 172 | ||
379 | |||
380 | /* Register rw_gio_out_grp2_cfg, scope iop_sw_cfg, type rw */ | ||
381 | #define reg_iop_sw_cfg_rw_gio_out_grp2_cfg___gio8___lsb 0 | ||
382 | #define reg_iop_sw_cfg_rw_gio_out_grp2_cfg___gio8___width 4 | ||
383 | #define reg_iop_sw_cfg_rw_gio_out_grp2_cfg___gio8_oe___lsb 4 | ||
384 | #define reg_iop_sw_cfg_rw_gio_out_grp2_cfg___gio8_oe___width 2 | ||
385 | #define reg_iop_sw_cfg_rw_gio_out_grp2_cfg___gio9___lsb 6 | ||
386 | #define reg_iop_sw_cfg_rw_gio_out_grp2_cfg___gio9___width 4 | ||
387 | #define reg_iop_sw_cfg_rw_gio_out_grp2_cfg___gio9_oe___lsb 10 | ||
388 | #define reg_iop_sw_cfg_rw_gio_out_grp2_cfg___gio9_oe___width 2 | ||
389 | #define reg_iop_sw_cfg_rw_gio_out_grp2_cfg___gio10___lsb 12 | ||
390 | #define reg_iop_sw_cfg_rw_gio_out_grp2_cfg___gio10___width 4 | ||
391 | #define reg_iop_sw_cfg_rw_gio_out_grp2_cfg___gio10_oe___lsb 16 | ||
392 | #define reg_iop_sw_cfg_rw_gio_out_grp2_cfg___gio10_oe___width 2 | ||
393 | #define reg_iop_sw_cfg_rw_gio_out_grp2_cfg___gio11___lsb 18 | ||
394 | #define reg_iop_sw_cfg_rw_gio_out_grp2_cfg___gio11___width 4 | ||
395 | #define reg_iop_sw_cfg_rw_gio_out_grp2_cfg___gio11_oe___lsb 22 | ||
396 | #define reg_iop_sw_cfg_rw_gio_out_grp2_cfg___gio11_oe___width 2 | ||
397 | #define reg_iop_sw_cfg_rw_gio_out_grp2_cfg_offset 176 | ||
398 | |||
399 | /* Register rw_gio_out_grp3_cfg, scope iop_sw_cfg, type rw */ | ||
400 | #define reg_iop_sw_cfg_rw_gio_out_grp3_cfg___gio12___lsb 0 | ||
401 | #define reg_iop_sw_cfg_rw_gio_out_grp3_cfg___gio12___width 4 | ||
402 | #define reg_iop_sw_cfg_rw_gio_out_grp3_cfg___gio12_oe___lsb 4 | ||
403 | #define reg_iop_sw_cfg_rw_gio_out_grp3_cfg___gio12_oe___width 2 | ||
404 | #define reg_iop_sw_cfg_rw_gio_out_grp3_cfg___gio13___lsb 6 | ||
405 | #define reg_iop_sw_cfg_rw_gio_out_grp3_cfg___gio13___width 4 | ||
406 | #define reg_iop_sw_cfg_rw_gio_out_grp3_cfg___gio13_oe___lsb 10 | ||
407 | #define reg_iop_sw_cfg_rw_gio_out_grp3_cfg___gio13_oe___width 2 | ||
408 | #define reg_iop_sw_cfg_rw_gio_out_grp3_cfg___gio14___lsb 12 | ||
409 | #define reg_iop_sw_cfg_rw_gio_out_grp3_cfg___gio14___width 4 | ||
410 | #define reg_iop_sw_cfg_rw_gio_out_grp3_cfg___gio14_oe___lsb 16 | ||
411 | #define reg_iop_sw_cfg_rw_gio_out_grp3_cfg___gio14_oe___width 2 | ||
412 | #define reg_iop_sw_cfg_rw_gio_out_grp3_cfg___gio15___lsb 18 | ||
413 | #define reg_iop_sw_cfg_rw_gio_out_grp3_cfg___gio15___width 4 | ||
414 | #define reg_iop_sw_cfg_rw_gio_out_grp3_cfg___gio15_oe___lsb 22 | ||
415 | #define reg_iop_sw_cfg_rw_gio_out_grp3_cfg___gio15_oe___width 2 | ||
416 | #define reg_iop_sw_cfg_rw_gio_out_grp3_cfg_offset 180 | ||
417 | |||
418 | /* Register rw_gio_out_grp4_cfg, scope iop_sw_cfg, type rw */ | ||
419 | #define reg_iop_sw_cfg_rw_gio_out_grp4_cfg___gio16___lsb 0 | ||
420 | #define reg_iop_sw_cfg_rw_gio_out_grp4_cfg___gio16___width 4 | ||
421 | #define reg_iop_sw_cfg_rw_gio_out_grp4_cfg___gio16_oe___lsb 4 | ||
422 | #define reg_iop_sw_cfg_rw_gio_out_grp4_cfg___gio16_oe___width 2 | ||
423 | #define reg_iop_sw_cfg_rw_gio_out_grp4_cfg___gio17___lsb 6 | ||
424 | #define reg_iop_sw_cfg_rw_gio_out_grp4_cfg___gio17___width 4 | ||
425 | #define reg_iop_sw_cfg_rw_gio_out_grp4_cfg___gio17_oe___lsb 10 | ||
426 | #define reg_iop_sw_cfg_rw_gio_out_grp4_cfg___gio17_oe___width 2 | ||
427 | #define reg_iop_sw_cfg_rw_gio_out_grp4_cfg___gio18___lsb 12 | ||
428 | #define reg_iop_sw_cfg_rw_gio_out_grp4_cfg___gio18___width 4 | ||
429 | #define reg_iop_sw_cfg_rw_gio_out_grp4_cfg___gio18_oe___lsb 16 | ||
430 | #define reg_iop_sw_cfg_rw_gio_out_grp4_cfg___gio18_oe___width 2 | ||
431 | #define reg_iop_sw_cfg_rw_gio_out_grp4_cfg___gio19___lsb 18 | ||
432 | #define reg_iop_sw_cfg_rw_gio_out_grp4_cfg___gio19___width 4 | ||
433 | #define reg_iop_sw_cfg_rw_gio_out_grp4_cfg___gio19_oe___lsb 22 | ||
434 | #define reg_iop_sw_cfg_rw_gio_out_grp4_cfg___gio19_oe___width 2 | ||
435 | #define reg_iop_sw_cfg_rw_gio_out_grp4_cfg_offset 184 | ||
436 | |||
437 | /* Register rw_gio_out_grp5_cfg, scope iop_sw_cfg, type rw */ | ||
438 | #define reg_iop_sw_cfg_rw_gio_out_grp5_cfg___gio20___lsb 0 | ||
439 | #define reg_iop_sw_cfg_rw_gio_out_grp5_cfg___gio20___width 4 | ||
440 | #define reg_iop_sw_cfg_rw_gio_out_grp5_cfg___gio20_oe___lsb 4 | ||
441 | #define reg_iop_sw_cfg_rw_gio_out_grp5_cfg___gio20_oe___width 2 | ||
442 | #define reg_iop_sw_cfg_rw_gio_out_grp5_cfg___gio21___lsb 6 | ||
443 | #define reg_iop_sw_cfg_rw_gio_out_grp5_cfg___gio21___width 4 | ||
444 | #define reg_iop_sw_cfg_rw_gio_out_grp5_cfg___gio21_oe___lsb 10 | ||
445 | #define reg_iop_sw_cfg_rw_gio_out_grp5_cfg___gio21_oe___width 2 | ||
446 | #define reg_iop_sw_cfg_rw_gio_out_grp5_cfg___gio22___lsb 12 | ||
447 | #define reg_iop_sw_cfg_rw_gio_out_grp5_cfg___gio22___width 4 | ||
448 | #define reg_iop_sw_cfg_rw_gio_out_grp5_cfg___gio22_oe___lsb 16 | ||
449 | #define reg_iop_sw_cfg_rw_gio_out_grp5_cfg___gio22_oe___width 2 | ||
450 | #define reg_iop_sw_cfg_rw_gio_out_grp5_cfg___gio23___lsb 18 | ||
451 | #define reg_iop_sw_cfg_rw_gio_out_grp5_cfg___gio23___width 4 | ||
452 | #define reg_iop_sw_cfg_rw_gio_out_grp5_cfg___gio23_oe___lsb 22 | ||
453 | #define reg_iop_sw_cfg_rw_gio_out_grp5_cfg___gio23_oe___width 2 | ||
454 | #define reg_iop_sw_cfg_rw_gio_out_grp5_cfg_offset 188 | ||
455 | |||
456 | /* Register rw_gio_out_grp6_cfg, scope iop_sw_cfg, type rw */ | ||
457 | #define reg_iop_sw_cfg_rw_gio_out_grp6_cfg___gio24___lsb 0 | ||
458 | #define reg_iop_sw_cfg_rw_gio_out_grp6_cfg___gio24___width 4 | ||
459 | #define reg_iop_sw_cfg_rw_gio_out_grp6_cfg___gio24_oe___lsb 4 | ||
460 | #define reg_iop_sw_cfg_rw_gio_out_grp6_cfg___gio24_oe___width 2 | ||
461 | #define reg_iop_sw_cfg_rw_gio_out_grp6_cfg___gio25___lsb 6 | ||
462 | #define reg_iop_sw_cfg_rw_gio_out_grp6_cfg___gio25___width 4 | ||
463 | #define reg_iop_sw_cfg_rw_gio_out_grp6_cfg___gio25_oe___lsb 10 | ||
464 | #define reg_iop_sw_cfg_rw_gio_out_grp6_cfg___gio25_oe___width 2 | ||
465 | #define reg_iop_sw_cfg_rw_gio_out_grp6_cfg___gio26___lsb 12 | ||
466 | #define reg_iop_sw_cfg_rw_gio_out_grp6_cfg___gio26___width 4 | ||
467 | #define reg_iop_sw_cfg_rw_gio_out_grp6_cfg___gio26_oe___lsb 16 | ||
468 | #define reg_iop_sw_cfg_rw_gio_out_grp6_cfg___gio26_oe___width 2 | ||
469 | #define reg_iop_sw_cfg_rw_gio_out_grp6_cfg___gio27___lsb 18 | ||
470 | #define reg_iop_sw_cfg_rw_gio_out_grp6_cfg___gio27___width 4 | ||
471 | #define reg_iop_sw_cfg_rw_gio_out_grp6_cfg___gio27_oe___lsb 22 | ||
472 | #define reg_iop_sw_cfg_rw_gio_out_grp6_cfg___gio27_oe___width 2 | ||
473 | #define reg_iop_sw_cfg_rw_gio_out_grp6_cfg_offset 192 | ||
474 | |||
475 | /* Register rw_gio_out_grp7_cfg, scope iop_sw_cfg, type rw */ | ||
476 | #define reg_iop_sw_cfg_rw_gio_out_grp7_cfg___gio28___lsb 0 | ||
477 | #define reg_iop_sw_cfg_rw_gio_out_grp7_cfg___gio28___width 4 | ||
478 | #define reg_iop_sw_cfg_rw_gio_out_grp7_cfg___gio28_oe___lsb 4 | ||
479 | #define reg_iop_sw_cfg_rw_gio_out_grp7_cfg___gio28_oe___width 2 | ||
480 | #define reg_iop_sw_cfg_rw_gio_out_grp7_cfg___gio29___lsb 6 | ||
481 | #define reg_iop_sw_cfg_rw_gio_out_grp7_cfg___gio29___width 4 | ||
482 | #define reg_iop_sw_cfg_rw_gio_out_grp7_cfg___gio29_oe___lsb 10 | ||
483 | #define reg_iop_sw_cfg_rw_gio_out_grp7_cfg___gio29_oe___width 2 | ||
484 | #define reg_iop_sw_cfg_rw_gio_out_grp7_cfg___gio30___lsb 12 | ||
485 | #define reg_iop_sw_cfg_rw_gio_out_grp7_cfg___gio30___width 4 | ||
486 | #define reg_iop_sw_cfg_rw_gio_out_grp7_cfg___gio30_oe___lsb 16 | ||
487 | #define reg_iop_sw_cfg_rw_gio_out_grp7_cfg___gio30_oe___width 2 | ||
488 | #define reg_iop_sw_cfg_rw_gio_out_grp7_cfg___gio31___lsb 18 | ||
489 | #define reg_iop_sw_cfg_rw_gio_out_grp7_cfg___gio31___width 4 | ||
490 | #define reg_iop_sw_cfg_rw_gio_out_grp7_cfg___gio31_oe___lsb 22 | ||
491 | #define reg_iop_sw_cfg_rw_gio_out_grp7_cfg___gio31_oe___width 2 | ||
492 | #define reg_iop_sw_cfg_rw_gio_out_grp7_cfg_offset 196 | ||
493 | |||
494 | /* Register rw_spu0_cfg, scope iop_sw_cfg, type rw */ | ||
495 | #define reg_iop_sw_cfg_rw_spu0_cfg___bus0_in___lsb 0 | ||
496 | #define reg_iop_sw_cfg_rw_spu0_cfg___bus0_in___width 2 | ||
497 | #define reg_iop_sw_cfg_rw_spu0_cfg___bus1_in___lsb 2 | ||
498 | #define reg_iop_sw_cfg_rw_spu0_cfg___bus1_in___width 2 | ||
499 | #define reg_iop_sw_cfg_rw_spu0_cfg_offset 200 | ||
500 | |||
501 | /* Register rw_spu1_cfg, scope iop_sw_cfg, type rw */ | ||
502 | #define reg_iop_sw_cfg_rw_spu1_cfg___bus0_in___lsb 0 | ||
503 | #define reg_iop_sw_cfg_rw_spu1_cfg___bus0_in___width 2 | ||
504 | #define reg_iop_sw_cfg_rw_spu1_cfg___bus1_in___lsb 2 | ||
505 | #define reg_iop_sw_cfg_rw_spu1_cfg___bus1_in___width 2 | ||
506 | #define reg_iop_sw_cfg_rw_spu1_cfg_offset 204 | ||
507 | |||
508 | /* Register rw_timer_grp0_cfg, scope iop_sw_cfg, type rw */ | ||
509 | #define reg_iop_sw_cfg_rw_timer_grp0_cfg___ext_clk___lsb 0 | ||
510 | #define reg_iop_sw_cfg_rw_timer_grp0_cfg___ext_clk___width 3 | ||
511 | #define reg_iop_sw_cfg_rw_timer_grp0_cfg___tmr0_en___lsb 3 | ||
512 | #define reg_iop_sw_cfg_rw_timer_grp0_cfg___tmr0_en___width 1 | ||
513 | #define reg_iop_sw_cfg_rw_timer_grp0_cfg___tmr0_en___bit 3 | ||
514 | #define reg_iop_sw_cfg_rw_timer_grp0_cfg___tmr1_en___lsb 4 | ||
515 | #define reg_iop_sw_cfg_rw_timer_grp0_cfg___tmr1_en___width 1 | ||
516 | #define reg_iop_sw_cfg_rw_timer_grp0_cfg___tmr1_en___bit 4 | ||
517 | #define reg_iop_sw_cfg_rw_timer_grp0_cfg___tmr2_en___lsb 5 | ||
518 | #define reg_iop_sw_cfg_rw_timer_grp0_cfg___tmr2_en___width 1 | ||
519 | #define reg_iop_sw_cfg_rw_timer_grp0_cfg___tmr2_en___bit 5 | ||
520 | #define reg_iop_sw_cfg_rw_timer_grp0_cfg___tmr3_en___lsb 6 | ||
521 | #define reg_iop_sw_cfg_rw_timer_grp0_cfg___tmr3_en___width 1 | ||
522 | #define reg_iop_sw_cfg_rw_timer_grp0_cfg___tmr3_en___bit 6 | ||
523 | #define reg_iop_sw_cfg_rw_timer_grp0_cfg___tmr0_dis___lsb 7 | ||
524 | #define reg_iop_sw_cfg_rw_timer_grp0_cfg___tmr0_dis___width 1 | ||
525 | #define reg_iop_sw_cfg_rw_timer_grp0_cfg___tmr0_dis___bit 7 | ||
526 | #define reg_iop_sw_cfg_rw_timer_grp0_cfg___tmr1_dis___lsb 8 | ||
527 | #define reg_iop_sw_cfg_rw_timer_grp0_cfg___tmr1_dis___width 1 | ||
528 | #define reg_iop_sw_cfg_rw_timer_grp0_cfg___tmr1_dis___bit 8 | ||
529 | #define reg_iop_sw_cfg_rw_timer_grp0_cfg___tmr2_dis___lsb 9 | ||
530 | #define reg_iop_sw_cfg_rw_timer_grp0_cfg___tmr2_dis___width 1 | ||
531 | #define reg_iop_sw_cfg_rw_timer_grp0_cfg___tmr2_dis___bit 9 | ||
532 | #define reg_iop_sw_cfg_rw_timer_grp0_cfg___tmr3_dis___lsb 10 | ||
533 | #define reg_iop_sw_cfg_rw_timer_grp0_cfg___tmr3_dis___width 1 | ||
534 | #define reg_iop_sw_cfg_rw_timer_grp0_cfg___tmr3_dis___bit 10 | ||
535 | #define reg_iop_sw_cfg_rw_timer_grp0_cfg_offset 208 | ||
536 | |||
537 | /* Register rw_timer_grp1_cfg, scope iop_sw_cfg, type rw */ | ||
538 | #define reg_iop_sw_cfg_rw_timer_grp1_cfg___ext_clk___lsb 0 | ||
539 | #define reg_iop_sw_cfg_rw_timer_grp1_cfg___ext_clk___width 3 | ||
540 | #define reg_iop_sw_cfg_rw_timer_grp1_cfg___tmr0_en___lsb 3 | ||
541 | #define reg_iop_sw_cfg_rw_timer_grp1_cfg___tmr0_en___width 1 | ||
542 | #define reg_iop_sw_cfg_rw_timer_grp1_cfg___tmr0_en___bit 3 | ||
543 | #define reg_iop_sw_cfg_rw_timer_grp1_cfg___tmr1_en___lsb 4 | ||
544 | #define reg_iop_sw_cfg_rw_timer_grp1_cfg___tmr1_en___width 1 | ||
545 | #define reg_iop_sw_cfg_rw_timer_grp1_cfg___tmr1_en___bit 4 | ||
546 | #define reg_iop_sw_cfg_rw_timer_grp1_cfg___tmr2_en___lsb 5 | ||
547 | #define reg_iop_sw_cfg_rw_timer_grp1_cfg___tmr2_en___width 1 | ||
548 | #define reg_iop_sw_cfg_rw_timer_grp1_cfg___tmr2_en___bit 5 | ||
549 | #define reg_iop_sw_cfg_rw_timer_grp1_cfg___tmr3_en___lsb 6 | ||
550 | #define reg_iop_sw_cfg_rw_timer_grp1_cfg___tmr3_en___width 1 | ||
551 | #define reg_iop_sw_cfg_rw_timer_grp1_cfg___tmr3_en___bit 6 | ||
552 | #define reg_iop_sw_cfg_rw_timer_grp1_cfg___tmr0_dis___lsb 7 | ||
553 | #define reg_iop_sw_cfg_rw_timer_grp1_cfg___tmr0_dis___width 1 | ||
554 | #define reg_iop_sw_cfg_rw_timer_grp1_cfg___tmr0_dis___bit 7 | ||
555 | #define reg_iop_sw_cfg_rw_timer_grp1_cfg___tmr1_dis___lsb 8 | ||
556 | #define reg_iop_sw_cfg_rw_timer_grp1_cfg___tmr1_dis___width 1 | ||
557 | #define reg_iop_sw_cfg_rw_timer_grp1_cfg___tmr1_dis___bit 8 | ||
558 | #define reg_iop_sw_cfg_rw_timer_grp1_cfg___tmr2_dis___lsb 9 | ||
559 | #define reg_iop_sw_cfg_rw_timer_grp1_cfg___tmr2_dis___width 1 | ||
560 | #define reg_iop_sw_cfg_rw_timer_grp1_cfg___tmr2_dis___bit 9 | ||
561 | #define reg_iop_sw_cfg_rw_timer_grp1_cfg___tmr3_dis___lsb 10 | ||
562 | #define reg_iop_sw_cfg_rw_timer_grp1_cfg___tmr3_dis___width 1 | ||
563 | #define reg_iop_sw_cfg_rw_timer_grp1_cfg___tmr3_dis___bit 10 | ||
564 | #define reg_iop_sw_cfg_rw_timer_grp1_cfg_offset 212 | ||
565 | |||
566 | /* Register rw_timer_grp2_cfg, scope iop_sw_cfg, type rw */ | ||
567 | #define reg_iop_sw_cfg_rw_timer_grp2_cfg___ext_clk___lsb 0 | ||
568 | #define reg_iop_sw_cfg_rw_timer_grp2_cfg___ext_clk___width 3 | ||
569 | #define reg_iop_sw_cfg_rw_timer_grp2_cfg___tmr0_en___lsb 3 | ||
570 | #define reg_iop_sw_cfg_rw_timer_grp2_cfg___tmr0_en___width 1 | ||
571 | #define reg_iop_sw_cfg_rw_timer_grp2_cfg___tmr0_en___bit 3 | ||
572 | #define reg_iop_sw_cfg_rw_timer_grp2_cfg___tmr1_en___lsb 4 | ||
573 | #define reg_iop_sw_cfg_rw_timer_grp2_cfg___tmr1_en___width 1 | ||
574 | #define reg_iop_sw_cfg_rw_timer_grp2_cfg___tmr1_en___bit 4 | ||
575 | #define reg_iop_sw_cfg_rw_timer_grp2_cfg___tmr2_en___lsb 5 | ||
576 | #define reg_iop_sw_cfg_rw_timer_grp2_cfg___tmr2_en___width 1 | ||
577 | #define reg_iop_sw_cfg_rw_timer_grp2_cfg___tmr2_en___bit 5 | ||
578 | #define reg_iop_sw_cfg_rw_timer_grp2_cfg___tmr3_en___lsb 6 | ||
579 | #define reg_iop_sw_cfg_rw_timer_grp2_cfg___tmr3_en___width 1 | ||
580 | #define reg_iop_sw_cfg_rw_timer_grp2_cfg___tmr3_en___bit 6 | ||
581 | #define reg_iop_sw_cfg_rw_timer_grp2_cfg___tmr0_dis___lsb 7 | ||
582 | #define reg_iop_sw_cfg_rw_timer_grp2_cfg___tmr0_dis___width 1 | ||
583 | #define reg_iop_sw_cfg_rw_timer_grp2_cfg___tmr0_dis___bit 7 | ||
584 | #define reg_iop_sw_cfg_rw_timer_grp2_cfg___tmr1_dis___lsb 8 | ||
585 | #define reg_iop_sw_cfg_rw_timer_grp2_cfg___tmr1_dis___width 1 | ||
586 | #define reg_iop_sw_cfg_rw_timer_grp2_cfg___tmr1_dis___bit 8 | ||
587 | #define reg_iop_sw_cfg_rw_timer_grp2_cfg___tmr2_dis___lsb 9 | ||
588 | #define reg_iop_sw_cfg_rw_timer_grp2_cfg___tmr2_dis___width 1 | ||
589 | #define reg_iop_sw_cfg_rw_timer_grp2_cfg___tmr2_dis___bit 9 | ||
590 | #define reg_iop_sw_cfg_rw_timer_grp2_cfg___tmr3_dis___lsb 10 | ||
591 | #define reg_iop_sw_cfg_rw_timer_grp2_cfg___tmr3_dis___width 1 | ||
592 | #define reg_iop_sw_cfg_rw_timer_grp2_cfg___tmr3_dis___bit 10 | ||
593 | #define reg_iop_sw_cfg_rw_timer_grp2_cfg_offset 216 | ||
594 | |||
595 | /* Register rw_timer_grp3_cfg, scope iop_sw_cfg, type rw */ | ||
596 | #define reg_iop_sw_cfg_rw_timer_grp3_cfg___ext_clk___lsb 0 | ||
597 | #define reg_iop_sw_cfg_rw_timer_grp3_cfg___ext_clk___width 3 | ||
598 | #define reg_iop_sw_cfg_rw_timer_grp3_cfg___tmr0_en___lsb 3 | ||
599 | #define reg_iop_sw_cfg_rw_timer_grp3_cfg___tmr0_en___width 1 | ||
600 | #define reg_iop_sw_cfg_rw_timer_grp3_cfg___tmr0_en___bit 3 | ||
601 | #define reg_iop_sw_cfg_rw_timer_grp3_cfg___tmr1_en___lsb 4 | ||
602 | #define reg_iop_sw_cfg_rw_timer_grp3_cfg___tmr1_en___width 1 | ||
603 | #define reg_iop_sw_cfg_rw_timer_grp3_cfg___tmr1_en___bit 4 | ||
604 | #define reg_iop_sw_cfg_rw_timer_grp3_cfg___tmr2_en___lsb 5 | ||
605 | #define reg_iop_sw_cfg_rw_timer_grp3_cfg___tmr2_en___width 1 | ||
606 | #define reg_iop_sw_cfg_rw_timer_grp3_cfg___tmr2_en___bit 5 | ||
607 | #define reg_iop_sw_cfg_rw_timer_grp3_cfg___tmr3_en___lsb 6 | ||
608 | #define reg_iop_sw_cfg_rw_timer_grp3_cfg___tmr3_en___width 1 | ||
609 | #define reg_iop_sw_cfg_rw_timer_grp3_cfg___tmr3_en___bit 6 | ||
610 | #define reg_iop_sw_cfg_rw_timer_grp3_cfg___tmr0_dis___lsb 7 | ||
611 | #define reg_iop_sw_cfg_rw_timer_grp3_cfg___tmr0_dis___width 1 | ||
612 | #define reg_iop_sw_cfg_rw_timer_grp3_cfg___tmr0_dis___bit 7 | ||
613 | #define reg_iop_sw_cfg_rw_timer_grp3_cfg___tmr1_dis___lsb 8 | ||
614 | #define reg_iop_sw_cfg_rw_timer_grp3_cfg___tmr1_dis___width 1 | ||
615 | #define reg_iop_sw_cfg_rw_timer_grp3_cfg___tmr1_dis___bit 8 | ||
616 | #define reg_iop_sw_cfg_rw_timer_grp3_cfg___tmr2_dis___lsb 9 | ||
617 | #define reg_iop_sw_cfg_rw_timer_grp3_cfg___tmr2_dis___width 1 | ||
618 | #define reg_iop_sw_cfg_rw_timer_grp3_cfg___tmr2_dis___bit 9 | ||
619 | #define reg_iop_sw_cfg_rw_timer_grp3_cfg___tmr3_dis___lsb 10 | ||
620 | #define reg_iop_sw_cfg_rw_timer_grp3_cfg___tmr3_dis___width 1 | ||
621 | #define reg_iop_sw_cfg_rw_timer_grp3_cfg___tmr3_dis___bit 10 | ||
622 | #define reg_iop_sw_cfg_rw_timer_grp3_cfg_offset 220 | ||
623 | |||
624 | /* Register rw_trigger_grps_cfg, scope iop_sw_cfg, type rw */ | ||
625 | #define reg_iop_sw_cfg_rw_trigger_grps_cfg___grp0_dis___lsb 0 | ||
626 | #define reg_iop_sw_cfg_rw_trigger_grps_cfg___grp0_dis___width 1 | ||
627 | #define reg_iop_sw_cfg_rw_trigger_grps_cfg___grp0_dis___bit 0 | ||
628 | #define reg_iop_sw_cfg_rw_trigger_grps_cfg___grp0_en___lsb 1 | ||
629 | #define reg_iop_sw_cfg_rw_trigger_grps_cfg___grp0_en___width 1 | ||
630 | #define reg_iop_sw_cfg_rw_trigger_grps_cfg___grp0_en___bit 1 | ||
631 | #define reg_iop_sw_cfg_rw_trigger_grps_cfg___grp1_dis___lsb 2 | ||
632 | #define reg_iop_sw_cfg_rw_trigger_grps_cfg___grp1_dis___width 1 | ||
633 | #define reg_iop_sw_cfg_rw_trigger_grps_cfg___grp1_dis___bit 2 | ||
634 | #define reg_iop_sw_cfg_rw_trigger_grps_cfg___grp1_en___lsb 3 | ||
635 | #define reg_iop_sw_cfg_rw_trigger_grps_cfg___grp1_en___width 1 | ||
636 | #define reg_iop_sw_cfg_rw_trigger_grps_cfg___grp1_en___bit 3 | ||
637 | #define reg_iop_sw_cfg_rw_trigger_grps_cfg___grp2_dis___lsb 4 | ||
638 | #define reg_iop_sw_cfg_rw_trigger_grps_cfg___grp2_dis___width 1 | ||
639 | #define reg_iop_sw_cfg_rw_trigger_grps_cfg___grp2_dis___bit 4 | ||
640 | #define reg_iop_sw_cfg_rw_trigger_grps_cfg___grp2_en___lsb 5 | ||
641 | #define reg_iop_sw_cfg_rw_trigger_grps_cfg___grp2_en___width 1 | ||
642 | #define reg_iop_sw_cfg_rw_trigger_grps_cfg___grp2_en___bit 5 | ||
643 | #define reg_iop_sw_cfg_rw_trigger_grps_cfg___grp3_dis___lsb 6 | ||
644 | #define reg_iop_sw_cfg_rw_trigger_grps_cfg___grp3_dis___width 1 | ||
645 | #define reg_iop_sw_cfg_rw_trigger_grps_cfg___grp3_dis___bit 6 | ||
646 | #define reg_iop_sw_cfg_rw_trigger_grps_cfg___grp3_en___lsb 7 | ||
647 | #define reg_iop_sw_cfg_rw_trigger_grps_cfg___grp3_en___width 1 | ||
648 | #define reg_iop_sw_cfg_rw_trigger_grps_cfg___grp3_en___bit 7 | ||
649 | #define reg_iop_sw_cfg_rw_trigger_grps_cfg___grp4_dis___lsb 8 | ||
650 | #define reg_iop_sw_cfg_rw_trigger_grps_cfg___grp4_dis___width 1 | ||
651 | #define reg_iop_sw_cfg_rw_trigger_grps_cfg___grp4_dis___bit 8 | ||
652 | #define reg_iop_sw_cfg_rw_trigger_grps_cfg___grp4_en___lsb 9 | ||
653 | #define reg_iop_sw_cfg_rw_trigger_grps_cfg___grp4_en___width 1 | ||
654 | #define reg_iop_sw_cfg_rw_trigger_grps_cfg___grp4_en___bit 9 | ||
655 | #define reg_iop_sw_cfg_rw_trigger_grps_cfg___grp5_dis___lsb 10 | ||
656 | #define reg_iop_sw_cfg_rw_trigger_grps_cfg___grp5_dis___width 1 | ||
657 | #define reg_iop_sw_cfg_rw_trigger_grps_cfg___grp5_dis___bit 10 | ||
658 | #define reg_iop_sw_cfg_rw_trigger_grps_cfg___grp5_en___lsb 11 | ||
659 | #define reg_iop_sw_cfg_rw_trigger_grps_cfg___grp5_en___width 1 | ||
660 | #define reg_iop_sw_cfg_rw_trigger_grps_cfg___grp5_en___bit 11 | ||
661 | #define reg_iop_sw_cfg_rw_trigger_grps_cfg___grp6_dis___lsb 12 | ||
662 | #define reg_iop_sw_cfg_rw_trigger_grps_cfg___grp6_dis___width 1 | ||
663 | #define reg_iop_sw_cfg_rw_trigger_grps_cfg___grp6_dis___bit 12 | ||
664 | #define reg_iop_sw_cfg_rw_trigger_grps_cfg___grp6_en___lsb 13 | ||
665 | #define reg_iop_sw_cfg_rw_trigger_grps_cfg___grp6_en___width 1 | ||
666 | #define reg_iop_sw_cfg_rw_trigger_grps_cfg___grp6_en___bit 13 | ||
667 | #define reg_iop_sw_cfg_rw_trigger_grps_cfg___grp7_dis___lsb 14 | ||
668 | #define reg_iop_sw_cfg_rw_trigger_grps_cfg___grp7_dis___width 1 | ||
669 | #define reg_iop_sw_cfg_rw_trigger_grps_cfg___grp7_dis___bit 14 | ||
670 | #define reg_iop_sw_cfg_rw_trigger_grps_cfg___grp7_en___lsb 15 | ||
671 | #define reg_iop_sw_cfg_rw_trigger_grps_cfg___grp7_en___width 1 | ||
672 | #define reg_iop_sw_cfg_rw_trigger_grps_cfg___grp7_en___bit 15 | ||
673 | #define reg_iop_sw_cfg_rw_trigger_grps_cfg_offset 224 | ||
674 | |||
675 | /* Register rw_pdp0_cfg, scope iop_sw_cfg, type rw */ | ||
676 | #define reg_iop_sw_cfg_rw_pdp0_cfg___dmc0_usr___lsb 0 | ||
677 | #define reg_iop_sw_cfg_rw_pdp0_cfg___dmc0_usr___width 1 | ||
678 | #define reg_iop_sw_cfg_rw_pdp0_cfg___dmc0_usr___bit 0 | ||
679 | #define reg_iop_sw_cfg_rw_pdp0_cfg___out_strb___lsb 1 | ||
680 | #define reg_iop_sw_cfg_rw_pdp0_cfg___out_strb___width 5 | ||
681 | #define reg_iop_sw_cfg_rw_pdp0_cfg___in_src___lsb 6 | ||
682 | #define reg_iop_sw_cfg_rw_pdp0_cfg___in_src___width 3 | ||
683 | #define reg_iop_sw_cfg_rw_pdp0_cfg___in_size___lsb 9 | ||
684 | #define reg_iop_sw_cfg_rw_pdp0_cfg___in_size___width 3 | ||
685 | #define reg_iop_sw_cfg_rw_pdp0_cfg___in_last___lsb 12 | ||
686 | #define reg_iop_sw_cfg_rw_pdp0_cfg___in_last___width 2 | ||
687 | #define reg_iop_sw_cfg_rw_pdp0_cfg___in_strb___lsb 14 | ||
688 | #define reg_iop_sw_cfg_rw_pdp0_cfg___in_strb___width 4 | ||
689 | #define reg_iop_sw_cfg_rw_pdp0_cfg___out_src___lsb 18 | ||
690 | #define reg_iop_sw_cfg_rw_pdp0_cfg___out_src___width 1 | ||
691 | #define reg_iop_sw_cfg_rw_pdp0_cfg___out_src___bit 18 | ||
692 | #define reg_iop_sw_cfg_rw_pdp0_cfg_offset 228 | ||
693 | |||
694 | /* Register rw_pdp1_cfg, scope iop_sw_cfg, type rw */ | ||
695 | #define reg_iop_sw_cfg_rw_pdp1_cfg___dmc1_usr___lsb 0 | ||
696 | #define reg_iop_sw_cfg_rw_pdp1_cfg___dmc1_usr___width 1 | ||
697 | #define reg_iop_sw_cfg_rw_pdp1_cfg___dmc1_usr___bit 0 | ||
698 | #define reg_iop_sw_cfg_rw_pdp1_cfg___out_strb___lsb 1 | ||
699 | #define reg_iop_sw_cfg_rw_pdp1_cfg___out_strb___width 5 | ||
700 | #define reg_iop_sw_cfg_rw_pdp1_cfg___in_src___lsb 6 | ||
701 | #define reg_iop_sw_cfg_rw_pdp1_cfg___in_src___width 3 | ||
702 | #define reg_iop_sw_cfg_rw_pdp1_cfg___in_size___lsb 9 | ||
703 | #define reg_iop_sw_cfg_rw_pdp1_cfg___in_size___width 3 | ||
704 | #define reg_iop_sw_cfg_rw_pdp1_cfg___in_last___lsb 12 | ||
705 | #define reg_iop_sw_cfg_rw_pdp1_cfg___in_last___width 2 | ||
706 | #define reg_iop_sw_cfg_rw_pdp1_cfg___in_strb___lsb 14 | ||
707 | #define reg_iop_sw_cfg_rw_pdp1_cfg___in_strb___width 4 | ||
708 | #define reg_iop_sw_cfg_rw_pdp1_cfg___out_src___lsb 18 | ||
709 | #define reg_iop_sw_cfg_rw_pdp1_cfg___out_src___width 1 | ||
710 | #define reg_iop_sw_cfg_rw_pdp1_cfg___out_src___bit 18 | ||
711 | #define reg_iop_sw_cfg_rw_pdp1_cfg_offset 232 | ||
712 | |||
713 | /* Register rw_sdp_cfg, scope iop_sw_cfg, type rw */ | ||
714 | #define reg_iop_sw_cfg_rw_sdp_cfg___sdp_out0_strb___lsb 0 | ||
715 | #define reg_iop_sw_cfg_rw_sdp_cfg___sdp_out0_strb___width 3 | ||
716 | #define reg_iop_sw_cfg_rw_sdp_cfg___sdp_out1_strb___lsb 3 | ||
717 | #define reg_iop_sw_cfg_rw_sdp_cfg___sdp_out1_strb___width 3 | ||
718 | #define reg_iop_sw_cfg_rw_sdp_cfg___sdp_in0_data___lsb 6 | ||
719 | #define reg_iop_sw_cfg_rw_sdp_cfg___sdp_in0_data___width 3 | ||
720 | #define reg_iop_sw_cfg_rw_sdp_cfg___sdp_in0_last___lsb 9 | ||
721 | #define reg_iop_sw_cfg_rw_sdp_cfg___sdp_in0_last___width 2 | ||
722 | #define reg_iop_sw_cfg_rw_sdp_cfg___sdp_in0_strb___lsb 11 | ||
723 | #define reg_iop_sw_cfg_rw_sdp_cfg___sdp_in0_strb___width 3 | ||
724 | #define reg_iop_sw_cfg_rw_sdp_cfg___sdp_in1_data___lsb 14 | ||
725 | #define reg_iop_sw_cfg_rw_sdp_cfg___sdp_in1_data___width 3 | ||
726 | #define reg_iop_sw_cfg_rw_sdp_cfg___sdp_in1_last___lsb 17 | ||
727 | #define reg_iop_sw_cfg_rw_sdp_cfg___sdp_in1_last___width 2 | ||
728 | #define reg_iop_sw_cfg_rw_sdp_cfg___sdp_in1_strb___lsb 19 | ||
729 | #define reg_iop_sw_cfg_rw_sdp_cfg___sdp_in1_strb___width 3 | ||
730 | #define reg_iop_sw_cfg_rw_sdp_cfg_offset 236 | ||
731 | |||
732 | |||
733 | /* Constants */ | ||
734 | #define regk_iop_sw_cfg_a 0x00000001 | ||
735 | #define regk_iop_sw_cfg_b 0x00000002 | ||
736 | #define regk_iop_sw_cfg_bus0 0x00000000 | ||
737 | #define regk_iop_sw_cfg_bus0_rot16 0x00000004 | ||
738 | #define regk_iop_sw_cfg_bus0_rot24 0x00000006 | ||
739 | #define regk_iop_sw_cfg_bus0_rot8 0x00000002 | ||
740 | #define regk_iop_sw_cfg_bus1 0x00000001 | ||
741 | #define regk_iop_sw_cfg_bus1_rot16 0x00000005 | ||
742 | #define regk_iop_sw_cfg_bus1_rot24 0x00000007 | ||
743 | #define regk_iop_sw_cfg_bus1_rot8 0x00000003 | ||
744 | #define regk_iop_sw_cfg_clk12 0x00000000 | ||
745 | #define regk_iop_sw_cfg_cpu 0x00000000 | ||
746 | #define regk_iop_sw_cfg_dmc0 0x00000000 | ||
747 | #define regk_iop_sw_cfg_dmc1 0x00000001 | ||
748 | #define regk_iop_sw_cfg_gated_clk0 0x00000010 | ||
749 | #define regk_iop_sw_cfg_gated_clk1 0x00000011 | ||
750 | #define regk_iop_sw_cfg_gated_clk2 0x00000012 | ||
751 | #define regk_iop_sw_cfg_gated_clk3 0x00000013 | ||
752 | #define regk_iop_sw_cfg_gio0 0x00000004 | ||
753 | #define regk_iop_sw_cfg_gio1 0x00000001 | ||
754 | #define regk_iop_sw_cfg_gio2 0x00000005 | ||
755 | #define regk_iop_sw_cfg_gio3 0x00000002 | ||
756 | #define regk_iop_sw_cfg_gio4 0x00000006 | ||
757 | #define regk_iop_sw_cfg_gio5 0x00000003 | ||
758 | #define regk_iop_sw_cfg_gio6 0x00000007 | ||
759 | #define regk_iop_sw_cfg_gio7 0x00000004 | ||
760 | #define regk_iop_sw_cfg_gio_in0 0x00000000 | ||
761 | #define regk_iop_sw_cfg_gio_in1 0x00000001 | ||
762 | #define regk_iop_sw_cfg_gio_in10 0x00000002 | ||
763 | #define regk_iop_sw_cfg_gio_in11 0x00000003 | ||
764 | #define regk_iop_sw_cfg_gio_in14 0x00000004 | ||
765 | #define regk_iop_sw_cfg_gio_in15 0x00000005 | ||
766 | #define regk_iop_sw_cfg_gio_in18 0x00000002 | ||
767 | #define regk_iop_sw_cfg_gio_in19 0x00000003 | ||
768 | #define regk_iop_sw_cfg_gio_in20 0x00000004 | ||
769 | #define regk_iop_sw_cfg_gio_in21 0x00000005 | ||
770 | #define regk_iop_sw_cfg_gio_in26 0x00000006 | ||
771 | #define regk_iop_sw_cfg_gio_in27 0x00000007 | ||
772 | #define regk_iop_sw_cfg_gio_in28 0x00000006 | ||
773 | #define regk_iop_sw_cfg_gio_in29 0x00000007 | ||
774 | #define regk_iop_sw_cfg_gio_in4 0x00000000 | ||
775 | #define regk_iop_sw_cfg_gio_in5 0x00000001 | ||
776 | #define regk_iop_sw_cfg_last_timer_grp0_tmr2 0x00000001 | ||
777 | #define regk_iop_sw_cfg_last_timer_grp1_tmr2 0x00000001 | ||
778 | #define regk_iop_sw_cfg_last_timer_grp2_tmr2 0x00000002 | ||
779 | #define regk_iop_sw_cfg_last_timer_grp2_tmr3 0x00000003 | ||
780 | #define regk_iop_sw_cfg_last_timer_grp3_tmr2 0x00000002 | ||
781 | #define regk_iop_sw_cfg_last_timer_grp3_tmr3 0x00000003 | ||
782 | #define regk_iop_sw_cfg_mpu 0x00000001 | ||
783 | #define regk_iop_sw_cfg_none 0x00000000 | ||
784 | #define regk_iop_sw_cfg_par0 0x00000000 | ||
785 | #define regk_iop_sw_cfg_par1 0x00000001 | ||
786 | #define regk_iop_sw_cfg_pdp_out0 0x00000002 | ||
787 | #define regk_iop_sw_cfg_pdp_out0_hi 0x00000001 | ||
788 | #define regk_iop_sw_cfg_pdp_out0_hi_rot8 0x00000005 | ||
789 | #define regk_iop_sw_cfg_pdp_out0_lo 0x00000000 | ||
790 | #define regk_iop_sw_cfg_pdp_out0_lo_rot8 0x00000004 | ||
791 | #define regk_iop_sw_cfg_pdp_out1 0x00000003 | ||
792 | #define regk_iop_sw_cfg_pdp_out1_hi 0x00000003 | ||
793 | #define regk_iop_sw_cfg_pdp_out1_hi_rot8 0x00000005 | ||
794 | #define regk_iop_sw_cfg_pdp_out1_lo 0x00000002 | ||
795 | #define regk_iop_sw_cfg_pdp_out1_lo_rot8 0x00000004 | ||
796 | #define regk_iop_sw_cfg_rw_bus0_mask_default 0x00000000 | ||
797 | #define regk_iop_sw_cfg_rw_bus0_oe_mask_default 0x00000000 | ||
798 | #define regk_iop_sw_cfg_rw_bus1_mask_default 0x00000000 | ||
799 | #define regk_iop_sw_cfg_rw_bus1_oe_mask_default 0x00000000 | ||
800 | #define regk_iop_sw_cfg_rw_bus_out_cfg_default 0x00000000 | ||
801 | #define regk_iop_sw_cfg_rw_crc_par0_owner_default 0x00000000 | ||
802 | #define regk_iop_sw_cfg_rw_crc_par1_owner_default 0x00000000 | ||
803 | #define regk_iop_sw_cfg_rw_dmc_in0_owner_default 0x00000000 | ||
804 | #define regk_iop_sw_cfg_rw_dmc_in1_owner_default 0x00000000 | ||
805 | #define regk_iop_sw_cfg_rw_dmc_out0_owner_default 0x00000000 | ||
806 | #define regk_iop_sw_cfg_rw_dmc_out1_owner_default 0x00000000 | ||
807 | #define regk_iop_sw_cfg_rw_fifo_in0_extra_owner_default 0x00000000 | ||
808 | #define regk_iop_sw_cfg_rw_fifo_in0_owner_default 0x00000000 | ||
809 | #define regk_iop_sw_cfg_rw_fifo_in1_extra_owner_default 0x00000000 | ||
810 | #define regk_iop_sw_cfg_rw_fifo_in1_owner_default 0x00000000 | ||
811 | #define regk_iop_sw_cfg_rw_fifo_out0_extra_owner_default 0x00000000 | ||
812 | #define regk_iop_sw_cfg_rw_fifo_out0_owner_default 0x00000000 | ||
813 | #define regk_iop_sw_cfg_rw_fifo_out1_extra_owner_default 0x00000000 | ||
814 | #define regk_iop_sw_cfg_rw_fifo_out1_owner_default 0x00000000 | ||
815 | #define regk_iop_sw_cfg_rw_gio_mask_default 0x00000000 | ||
816 | #define regk_iop_sw_cfg_rw_gio_oe_mask_default 0x00000000 | ||
817 | #define regk_iop_sw_cfg_rw_gio_out_grp0_cfg_default 0x00000000 | ||
818 | #define regk_iop_sw_cfg_rw_gio_out_grp1_cfg_default 0x00000000 | ||
819 | #define regk_iop_sw_cfg_rw_gio_out_grp2_cfg_default 0x00000000 | ||
820 | #define regk_iop_sw_cfg_rw_gio_out_grp3_cfg_default 0x00000000 | ||
821 | #define regk_iop_sw_cfg_rw_gio_out_grp4_cfg_default 0x00000000 | ||
822 | #define regk_iop_sw_cfg_rw_gio_out_grp5_cfg_default 0x00000000 | ||
823 | #define regk_iop_sw_cfg_rw_gio_out_grp6_cfg_default 0x00000000 | ||
824 | #define regk_iop_sw_cfg_rw_gio_out_grp7_cfg_default 0x00000000 | ||
825 | #define regk_iop_sw_cfg_rw_pdp0_cfg_default 0x00000000 | ||
826 | #define regk_iop_sw_cfg_rw_pdp1_cfg_default 0x00000000 | ||
827 | #define regk_iop_sw_cfg_rw_pinmapping_default 0x55555555 | ||
828 | #define regk_iop_sw_cfg_rw_sap_in_owner_default 0x00000000 | ||
829 | #define regk_iop_sw_cfg_rw_sap_out_owner_default 0x00000000 | ||
830 | #define regk_iop_sw_cfg_rw_scrc_in0_owner_default 0x00000000 | ||
831 | #define regk_iop_sw_cfg_rw_scrc_in1_owner_default 0x00000000 | ||
832 | #define regk_iop_sw_cfg_rw_scrc_out0_owner_default 0x00000000 | ||
833 | #define regk_iop_sw_cfg_rw_scrc_out1_owner_default 0x00000000 | ||
834 | #define regk_iop_sw_cfg_rw_sdp_cfg_default 0x00000000 | ||
835 | #define regk_iop_sw_cfg_rw_spu0_cfg_default 0x00000000 | ||
836 | #define regk_iop_sw_cfg_rw_spu0_owner_default 0x00000000 | ||
837 | #define regk_iop_sw_cfg_rw_spu1_cfg_default 0x00000000 | ||
838 | #define regk_iop_sw_cfg_rw_spu1_owner_default 0x00000000 | ||
839 | #define regk_iop_sw_cfg_rw_timer_grp0_cfg_default 0x00000000 | ||
840 | #define regk_iop_sw_cfg_rw_timer_grp0_owner_default 0x00000000 | ||
841 | #define regk_iop_sw_cfg_rw_timer_grp1_cfg_default 0x00000000 | ||
842 | #define regk_iop_sw_cfg_rw_timer_grp1_owner_default 0x00000000 | ||
843 | #define regk_iop_sw_cfg_rw_timer_grp2_cfg_default 0x00000000 | ||
844 | #define regk_iop_sw_cfg_rw_timer_grp2_owner_default 0x00000000 | ||
845 | #define regk_iop_sw_cfg_rw_timer_grp3_cfg_default 0x00000000 | ||
846 | #define regk_iop_sw_cfg_rw_timer_grp3_owner_default 0x00000000 | ||
847 | #define regk_iop_sw_cfg_rw_trigger_grp0_owner_default 0x00000000 | ||
848 | #define regk_iop_sw_cfg_rw_trigger_grp1_owner_default 0x00000000 | ||
849 | #define regk_iop_sw_cfg_rw_trigger_grp2_owner_default 0x00000000 | ||
850 | #define regk_iop_sw_cfg_rw_trigger_grp3_owner_default 0x00000000 | ||
851 | #define regk_iop_sw_cfg_rw_trigger_grp4_owner_default 0x00000000 | ||
852 | #define regk_iop_sw_cfg_rw_trigger_grp5_owner_default 0x00000000 | ||
853 | #define regk_iop_sw_cfg_rw_trigger_grp6_owner_default 0x00000000 | ||
854 | #define regk_iop_sw_cfg_rw_trigger_grp7_owner_default 0x00000000 | ||
855 | #define regk_iop_sw_cfg_rw_trigger_grps_cfg_default 0x00000000 | ||
856 | #define regk_iop_sw_cfg_sdp_out0 0x00000008 | ||
857 | #define regk_iop_sw_cfg_sdp_out1 0x00000009 | ||
858 | #define regk_iop_sw_cfg_size16 0x00000002 | ||
859 | #define regk_iop_sw_cfg_size24 0x00000003 | ||
860 | #define regk_iop_sw_cfg_size32 0x00000004 | ||
861 | #define regk_iop_sw_cfg_size8 0x00000001 | ||
862 | #define regk_iop_sw_cfg_spu0 0x00000002 | ||
863 | #define regk_iop_sw_cfg_spu0_bus_out0_hi 0x00000006 | ||
864 | #define regk_iop_sw_cfg_spu0_bus_out0_lo 0x00000006 | ||
865 | #define regk_iop_sw_cfg_spu0_bus_out1_hi 0x00000007 | ||
866 | #define regk_iop_sw_cfg_spu0_bus_out1_lo 0x00000007 | ||
867 | #define regk_iop_sw_cfg_spu0_g0 0x0000000e | ||
868 | #define regk_iop_sw_cfg_spu0_g1 0x0000000e | ||
869 | #define regk_iop_sw_cfg_spu0_g2 0x0000000e | ||
870 | #define regk_iop_sw_cfg_spu0_g3 0x0000000e | ||
871 | #define regk_iop_sw_cfg_spu0_g4 0x0000000e | ||
872 | #define regk_iop_sw_cfg_spu0_g5 0x0000000e | ||
873 | #define regk_iop_sw_cfg_spu0_g6 0x0000000e | ||
874 | #define regk_iop_sw_cfg_spu0_g7 0x0000000e | ||
875 | #define regk_iop_sw_cfg_spu0_gio0 0x00000000 | ||
876 | #define regk_iop_sw_cfg_spu0_gio1 0x00000001 | ||
877 | #define regk_iop_sw_cfg_spu0_gio2 0x00000000 | ||
878 | #define regk_iop_sw_cfg_spu0_gio5 0x00000005 | ||
879 | #define regk_iop_sw_cfg_spu0_gio6 0x00000006 | ||
880 | #define regk_iop_sw_cfg_spu0_gio7 0x00000007 | ||
881 | #define regk_iop_sw_cfg_spu0_gio_out0 0x00000008 | ||
882 | #define regk_iop_sw_cfg_spu0_gio_out1 0x00000009 | ||
883 | #define regk_iop_sw_cfg_spu0_gio_out2 0x0000000a | ||
884 | #define regk_iop_sw_cfg_spu0_gio_out3 0x0000000b | ||
885 | #define regk_iop_sw_cfg_spu0_gio_out4 0x0000000c | ||
886 | #define regk_iop_sw_cfg_spu0_gio_out5 0x0000000d | ||
887 | #define regk_iop_sw_cfg_spu0_gio_out6 0x0000000e | ||
888 | #define regk_iop_sw_cfg_spu0_gio_out7 0x0000000f | ||
889 | #define regk_iop_sw_cfg_spu0_gioout0 0x00000000 | ||
890 | #define regk_iop_sw_cfg_spu0_gioout1 0x00000000 | ||
891 | #define regk_iop_sw_cfg_spu0_gioout10 0x0000000e | ||
892 | #define regk_iop_sw_cfg_spu0_gioout11 0x0000000e | ||
893 | #define regk_iop_sw_cfg_spu0_gioout12 0x0000000e | ||
894 | #define regk_iop_sw_cfg_spu0_gioout13 0x0000000e | ||
895 | #define regk_iop_sw_cfg_spu0_gioout14 0x0000000e | ||
896 | #define regk_iop_sw_cfg_spu0_gioout15 0x0000000e | ||
897 | #define regk_iop_sw_cfg_spu0_gioout16 0x0000000e | ||
898 | #define regk_iop_sw_cfg_spu0_gioout17 0x0000000e | ||
899 | #define regk_iop_sw_cfg_spu0_gioout18 0x0000000e | ||
900 | #define regk_iop_sw_cfg_spu0_gioout19 0x0000000e | ||
901 | #define regk_iop_sw_cfg_spu0_gioout2 0x00000002 | ||
902 | #define regk_iop_sw_cfg_spu0_gioout20 0x0000000e | ||
903 | #define regk_iop_sw_cfg_spu0_gioout21 0x0000000e | ||
904 | #define regk_iop_sw_cfg_spu0_gioout22 0x0000000e | ||
905 | #define regk_iop_sw_cfg_spu0_gioout23 0x0000000e | ||
906 | #define regk_iop_sw_cfg_spu0_gioout24 0x0000000e | ||
907 | #define regk_iop_sw_cfg_spu0_gioout25 0x0000000e | ||
908 | #define regk_iop_sw_cfg_spu0_gioout26 0x0000000e | ||
909 | #define regk_iop_sw_cfg_spu0_gioout27 0x0000000e | ||
910 | #define regk_iop_sw_cfg_spu0_gioout28 0x0000000e | ||
911 | #define regk_iop_sw_cfg_spu0_gioout29 0x0000000e | ||
912 | #define regk_iop_sw_cfg_spu0_gioout3 0x00000002 | ||
913 | #define regk_iop_sw_cfg_spu0_gioout30 0x0000000e | ||
914 | #define regk_iop_sw_cfg_spu0_gioout31 0x0000000e | ||
915 | #define regk_iop_sw_cfg_spu0_gioout4 0x00000004 | ||
916 | #define regk_iop_sw_cfg_spu0_gioout5 0x00000004 | ||
917 | #define regk_iop_sw_cfg_spu0_gioout6 0x00000006 | ||
918 | #define regk_iop_sw_cfg_spu0_gioout7 0x00000006 | ||
919 | #define regk_iop_sw_cfg_spu0_gioout8 0x0000000e | ||
920 | #define regk_iop_sw_cfg_spu0_gioout9 0x0000000e | ||
921 | #define regk_iop_sw_cfg_spu1 0x00000003 | ||
922 | #define regk_iop_sw_cfg_spu1_bus_out0_hi 0x00000006 | ||
923 | #define regk_iop_sw_cfg_spu1_bus_out0_lo 0x00000006 | ||
924 | #define regk_iop_sw_cfg_spu1_bus_out1_hi 0x00000007 | ||
925 | #define regk_iop_sw_cfg_spu1_bus_out1_lo 0x00000007 | ||
926 | #define regk_iop_sw_cfg_spu1_g0 0x0000000f | ||
927 | #define regk_iop_sw_cfg_spu1_g1 0x0000000f | ||
928 | #define regk_iop_sw_cfg_spu1_g2 0x0000000f | ||
929 | #define regk_iop_sw_cfg_spu1_g3 0x0000000f | ||
930 | #define regk_iop_sw_cfg_spu1_g4 0x0000000f | ||
931 | #define regk_iop_sw_cfg_spu1_g5 0x0000000f | ||
932 | #define regk_iop_sw_cfg_spu1_g6 0x0000000f | ||
933 | #define regk_iop_sw_cfg_spu1_g7 0x0000000f | ||
934 | #define regk_iop_sw_cfg_spu1_gio0 0x00000002 | ||
935 | #define regk_iop_sw_cfg_spu1_gio1 0x00000003 | ||
936 | #define regk_iop_sw_cfg_spu1_gio2 0x00000002 | ||
937 | #define regk_iop_sw_cfg_spu1_gio5 0x00000005 | ||
938 | #define regk_iop_sw_cfg_spu1_gio6 0x00000006 | ||
939 | #define regk_iop_sw_cfg_spu1_gio7 0x00000007 | ||
940 | #define regk_iop_sw_cfg_spu1_gio_out0 0x00000008 | ||
941 | #define regk_iop_sw_cfg_spu1_gio_out1 0x00000009 | ||
942 | #define regk_iop_sw_cfg_spu1_gio_out2 0x0000000a | ||
943 | #define regk_iop_sw_cfg_spu1_gio_out3 0x0000000b | ||
944 | #define regk_iop_sw_cfg_spu1_gio_out4 0x0000000c | ||
945 | #define regk_iop_sw_cfg_spu1_gio_out5 0x0000000d | ||
946 | #define regk_iop_sw_cfg_spu1_gio_out6 0x0000000e | ||
947 | #define regk_iop_sw_cfg_spu1_gio_out7 0x0000000f | ||
948 | #define regk_iop_sw_cfg_spu1_gioout0 0x00000001 | ||
949 | #define regk_iop_sw_cfg_spu1_gioout1 0x00000001 | ||
950 | #define regk_iop_sw_cfg_spu1_gioout10 0x0000000f | ||
951 | #define regk_iop_sw_cfg_spu1_gioout11 0x0000000f | ||
952 | #define regk_iop_sw_cfg_spu1_gioout12 0x0000000f | ||
953 | #define regk_iop_sw_cfg_spu1_gioout13 0x0000000f | ||
954 | #define regk_iop_sw_cfg_spu1_gioout14 0x0000000f | ||
955 | #define regk_iop_sw_cfg_spu1_gioout15 0x0000000f | ||
956 | #define regk_iop_sw_cfg_spu1_gioout16 0x0000000f | ||
957 | #define regk_iop_sw_cfg_spu1_gioout17 0x0000000f | ||
958 | #define regk_iop_sw_cfg_spu1_gioout18 0x0000000f | ||
959 | #define regk_iop_sw_cfg_spu1_gioout19 0x0000000f | ||
960 | #define regk_iop_sw_cfg_spu1_gioout2 0x00000003 | ||
961 | #define regk_iop_sw_cfg_spu1_gioout20 0x0000000f | ||
962 | #define regk_iop_sw_cfg_spu1_gioout21 0x0000000f | ||
963 | #define regk_iop_sw_cfg_spu1_gioout22 0x0000000f | ||
964 | #define regk_iop_sw_cfg_spu1_gioout23 0x0000000f | ||
965 | #define regk_iop_sw_cfg_spu1_gioout24 0x0000000f | ||
966 | #define regk_iop_sw_cfg_spu1_gioout25 0x0000000f | ||
967 | #define regk_iop_sw_cfg_spu1_gioout26 0x0000000f | ||
968 | #define regk_iop_sw_cfg_spu1_gioout27 0x0000000f | ||
969 | #define regk_iop_sw_cfg_spu1_gioout28 0x0000000f | ||
970 | #define regk_iop_sw_cfg_spu1_gioout29 0x0000000f | ||
971 | #define regk_iop_sw_cfg_spu1_gioout3 0x00000003 | ||
972 | #define regk_iop_sw_cfg_spu1_gioout30 0x0000000f | ||
973 | #define regk_iop_sw_cfg_spu1_gioout31 0x0000000f | ||
974 | #define regk_iop_sw_cfg_spu1_gioout4 0x00000005 | ||
975 | #define regk_iop_sw_cfg_spu1_gioout5 0x00000005 | ||
976 | #define regk_iop_sw_cfg_spu1_gioout6 0x00000007 | ||
977 | #define regk_iop_sw_cfg_spu1_gioout7 0x00000007 | ||
978 | #define regk_iop_sw_cfg_spu1_gioout8 0x0000000f | ||
979 | #define regk_iop_sw_cfg_spu1_gioout9 0x0000000f | ||
980 | #define regk_iop_sw_cfg_strb_timer_grp0_tmr0 0x00000001 | ||
981 | #define regk_iop_sw_cfg_strb_timer_grp0_tmr1 0x00000002 | ||
982 | #define regk_iop_sw_cfg_strb_timer_grp1_tmr0 0x00000001 | ||
983 | #define regk_iop_sw_cfg_strb_timer_grp1_tmr1 0x00000002 | ||
984 | #define regk_iop_sw_cfg_strb_timer_grp2_tmr0 0x00000003 | ||
985 | #define regk_iop_sw_cfg_strb_timer_grp2_tmr1 0x00000002 | ||
986 | #define regk_iop_sw_cfg_strb_timer_grp3_tmr0 0x00000003 | ||
987 | #define regk_iop_sw_cfg_strb_timer_grp3_tmr1 0x00000002 | ||
988 | #define regk_iop_sw_cfg_timer_grp0 0x00000000 | ||
989 | #define regk_iop_sw_cfg_timer_grp0_rot 0x00000001 | ||
990 | #define regk_iop_sw_cfg_timer_grp0_strb0 0x0000000a | ||
991 | #define regk_iop_sw_cfg_timer_grp0_strb1 0x0000000a | ||
992 | #define regk_iop_sw_cfg_timer_grp0_strb2 0x0000000a | ||
993 | #define regk_iop_sw_cfg_timer_grp0_strb3 0x0000000a | ||
994 | #define regk_iop_sw_cfg_timer_grp0_tmr0 0x00000004 | ||
995 | #define regk_iop_sw_cfg_timer_grp0_tmr1 0x00000004 | ||
996 | #define regk_iop_sw_cfg_timer_grp1 0x00000000 | ||
997 | #define regk_iop_sw_cfg_timer_grp1_rot 0x00000001 | ||
998 | #define regk_iop_sw_cfg_timer_grp1_strb0 0x0000000b | ||
999 | #define regk_iop_sw_cfg_timer_grp1_strb1 0x0000000b | ||
1000 | #define regk_iop_sw_cfg_timer_grp1_strb2 0x0000000b | ||
1001 | #define regk_iop_sw_cfg_timer_grp1_strb3 0x0000000b | ||
1002 | #define regk_iop_sw_cfg_timer_grp1_tmr0 0x00000005 | ||
1003 | #define regk_iop_sw_cfg_timer_grp1_tmr1 0x00000005 | ||
1004 | #define regk_iop_sw_cfg_timer_grp2 0x00000000 | ||
1005 | #define regk_iop_sw_cfg_timer_grp2_rot 0x00000001 | ||
1006 | #define regk_iop_sw_cfg_timer_grp2_strb0 0x0000000c | ||
1007 | #define regk_iop_sw_cfg_timer_grp2_strb1 0x0000000c | ||
1008 | #define regk_iop_sw_cfg_timer_grp2_strb2 0x0000000c | ||
1009 | #define regk_iop_sw_cfg_timer_grp2_strb3 0x0000000c | ||
1010 | #define regk_iop_sw_cfg_timer_grp2_tmr0 0x00000006 | ||
1011 | #define regk_iop_sw_cfg_timer_grp2_tmr1 0x00000006 | ||
1012 | #define regk_iop_sw_cfg_timer_grp3 0x00000000 | ||
1013 | #define regk_iop_sw_cfg_timer_grp3_rot 0x00000001 | ||
1014 | #define regk_iop_sw_cfg_timer_grp3_strb0 0x0000000d | ||
1015 | #define regk_iop_sw_cfg_timer_grp3_strb1 0x0000000d | ||
1016 | #define regk_iop_sw_cfg_timer_grp3_strb2 0x0000000d | ||
1017 | #define regk_iop_sw_cfg_timer_grp3_strb3 0x0000000d | ||
1018 | #define regk_iop_sw_cfg_timer_grp3_tmr0 0x00000007 | ||
1019 | #define regk_iop_sw_cfg_timer_grp3_tmr1 0x00000007 | ||
1020 | #define regk_iop_sw_cfg_trig0_0 0x00000000 | ||
1021 | #define regk_iop_sw_cfg_trig0_1 0x00000000 | ||
1022 | #define regk_iop_sw_cfg_trig0_2 0x00000000 | ||
1023 | #define regk_iop_sw_cfg_trig0_3 0x00000000 | ||
1024 | #define regk_iop_sw_cfg_trig1_0 0x00000000 | ||
1025 | #define regk_iop_sw_cfg_trig1_1 0x00000000 | ||
1026 | #define regk_iop_sw_cfg_trig1_2 0x00000000 | ||
1027 | #define regk_iop_sw_cfg_trig1_3 0x00000000 | ||
1028 | #define regk_iop_sw_cfg_trig2_0 0x00000000 | ||
1029 | #define regk_iop_sw_cfg_trig2_1 0x00000000 | ||
1030 | #define regk_iop_sw_cfg_trig2_2 0x00000000 | ||
1031 | #define regk_iop_sw_cfg_trig2_3 0x00000000 | ||
1032 | #define regk_iop_sw_cfg_trig3_0 0x00000000 | ||
1033 | #define regk_iop_sw_cfg_trig3_1 0x00000000 | ||
1034 | #define regk_iop_sw_cfg_trig3_2 0x00000000 | ||
1035 | #define regk_iop_sw_cfg_trig3_3 0x00000000 | ||
1036 | #define regk_iop_sw_cfg_trig4_0 0x00000001 | ||
1037 | #define regk_iop_sw_cfg_trig4_1 0x00000001 | ||
1038 | #define regk_iop_sw_cfg_trig4_2 0x00000001 | ||
1039 | #define regk_iop_sw_cfg_trig4_3 0x00000001 | ||
1040 | #define regk_iop_sw_cfg_trig5_0 0x00000001 | ||
1041 | #define regk_iop_sw_cfg_trig5_1 0x00000001 | ||
1042 | #define regk_iop_sw_cfg_trig5_2 0x00000001 | ||
1043 | #define regk_iop_sw_cfg_trig5_3 0x00000001 | ||
1044 | #define regk_iop_sw_cfg_trig6_0 0x00000001 | ||
1045 | #define regk_iop_sw_cfg_trig6_1 0x00000001 | ||
1046 | #define regk_iop_sw_cfg_trig6_2 0x00000001 | ||
1047 | #define regk_iop_sw_cfg_trig6_3 0x00000001 | ||
1048 | #define regk_iop_sw_cfg_trig7_0 0x00000001 | ||
1049 | #define regk_iop_sw_cfg_trig7_1 0x00000001 | ||
1050 | #define regk_iop_sw_cfg_trig7_2 0x00000001 | ||
1051 | #define regk_iop_sw_cfg_trig7_3 0x00000001 | ||
1052 | #endif /* __iop_sw_cfg_defs_asm_h */ | ||
diff --git a/include/asm-cris/arch-v32/hwregs/iop/asm/iop_sw_cpu_defs_asm.h b/include/asm-cris/arch-v32/hwregs/iop/asm/iop_sw_cpu_defs_asm.h new file mode 100644 index 000000000000..db347bcba025 --- /dev/null +++ b/include/asm-cris/arch-v32/hwregs/iop/asm/iop_sw_cpu_defs_asm.h | |||
@@ -0,0 +1,1758 @@ | |||
1 | #ifndef __iop_sw_cpu_defs_asm_h | ||
2 | #define __iop_sw_cpu_defs_asm_h | ||
3 | |||
4 | /* | ||
5 | * This file is autogenerated from | ||
6 | * file: ../../inst/io_proc/rtl/guinness/iop_sw_cpu.r | ||
7 | * id: <not found> | ||
8 | * last modfied: Mon Apr 11 16:10:19 2005 | ||
9 | * | ||
10 | * by /n/asic/design/tools/rdesc/src/rdes2c -asm --outfile asm/iop_sw_cpu_defs_asm.h ../../inst/io_proc/rtl/guinness/iop_sw_cpu.r | ||
11 | * id: $Id: iop_sw_cpu_defs_asm.h,v 1.5 2005/04/24 18:31:07 starvik Exp $ | ||
12 | * Any changes here will be lost. | ||
13 | * | ||
14 | * -*- buffer-read-only: t -*- | ||
15 | */ | ||
16 | |||
17 | #ifndef REG_FIELD | ||
18 | #define REG_FIELD( scope, reg, field, value ) \ | ||
19 | REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) | ||
20 | #define REG_FIELD_X_( value, shift ) ((value) << shift) | ||
21 | #endif | ||
22 | |||
23 | #ifndef REG_STATE | ||
24 | #define REG_STATE( scope, reg, field, symbolic_value ) \ | ||
25 | REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) | ||
26 | #define REG_STATE_X_( k, shift ) (k << shift) | ||
27 | #endif | ||
28 | |||
29 | #ifndef REG_MASK | ||
30 | #define REG_MASK( scope, reg, field ) \ | ||
31 | REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) | ||
32 | #define REG_MASK_X_( width, lsb ) (((1 << width)-1) << lsb) | ||
33 | #endif | ||
34 | |||
35 | #ifndef REG_LSB | ||
36 | #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb | ||
37 | #endif | ||
38 | |||
39 | #ifndef REG_BIT | ||
40 | #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit | ||
41 | #endif | ||
42 | |||
43 | #ifndef REG_ADDR | ||
44 | #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) | ||
45 | #define REG_ADDR_X_( inst, offs ) ((inst) + offs) | ||
46 | #endif | ||
47 | |||
48 | #ifndef REG_ADDR_VECT | ||
49 | #define REG_ADDR_VECT( scope, inst, reg, index ) \ | ||
50 | REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \ | ||
51 | STRIDE_##scope##_##reg ) | ||
52 | #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ | ||
53 | ((inst) + offs + (index) * stride) | ||
54 | #endif | ||
55 | |||
56 | /* Register rw_mc_ctrl, scope iop_sw_cpu, type rw */ | ||
57 | #define reg_iop_sw_cpu_rw_mc_ctrl___keep_owner___lsb 0 | ||
58 | #define reg_iop_sw_cpu_rw_mc_ctrl___keep_owner___width 1 | ||
59 | #define reg_iop_sw_cpu_rw_mc_ctrl___keep_owner___bit 0 | ||
60 | #define reg_iop_sw_cpu_rw_mc_ctrl___cmd___lsb 1 | ||
61 | #define reg_iop_sw_cpu_rw_mc_ctrl___cmd___width 2 | ||
62 | #define reg_iop_sw_cpu_rw_mc_ctrl___size___lsb 3 | ||
63 | #define reg_iop_sw_cpu_rw_mc_ctrl___size___width 3 | ||
64 | #define reg_iop_sw_cpu_rw_mc_ctrl___wr_spu0_mem___lsb 6 | ||
65 | #define reg_iop_sw_cpu_rw_mc_ctrl___wr_spu0_mem___width 1 | ||
66 | #define reg_iop_sw_cpu_rw_mc_ctrl___wr_spu0_mem___bit 6 | ||
67 | #define reg_iop_sw_cpu_rw_mc_ctrl___wr_spu1_mem___lsb 7 | ||
68 | #define reg_iop_sw_cpu_rw_mc_ctrl___wr_spu1_mem___width 1 | ||
69 | #define reg_iop_sw_cpu_rw_mc_ctrl___wr_spu1_mem___bit 7 | ||
70 | #define reg_iop_sw_cpu_rw_mc_ctrl_offset 0 | ||
71 | |||
72 | /* Register rw_mc_data, scope iop_sw_cpu, type rw */ | ||
73 | #define reg_iop_sw_cpu_rw_mc_data___val___lsb 0 | ||
74 | #define reg_iop_sw_cpu_rw_mc_data___val___width 32 | ||
75 | #define reg_iop_sw_cpu_rw_mc_data_offset 4 | ||
76 | |||
77 | /* Register rw_mc_addr, scope iop_sw_cpu, type rw */ | ||
78 | #define reg_iop_sw_cpu_rw_mc_addr_offset 8 | ||
79 | |||
80 | /* Register rs_mc_data, scope iop_sw_cpu, type rs */ | ||
81 | #define reg_iop_sw_cpu_rs_mc_data_offset 12 | ||
82 | |||
83 | /* Register r_mc_data, scope iop_sw_cpu, type r */ | ||
84 | #define reg_iop_sw_cpu_r_mc_data_offset 16 | ||
85 | |||
86 | /* Register r_mc_stat, scope iop_sw_cpu, type r */ | ||
87 | #define reg_iop_sw_cpu_r_mc_stat___busy_cpu___lsb 0 | ||
88 | #define reg_iop_sw_cpu_r_mc_stat___busy_cpu___width 1 | ||
89 | #define reg_iop_sw_cpu_r_mc_stat___busy_cpu___bit 0 | ||
90 | #define reg_iop_sw_cpu_r_mc_stat___busy_mpu___lsb 1 | ||
91 | #define reg_iop_sw_cpu_r_mc_stat___busy_mpu___width 1 | ||
92 | #define reg_iop_sw_cpu_r_mc_stat___busy_mpu___bit 1 | ||
93 | #define reg_iop_sw_cpu_r_mc_stat___busy_spu0___lsb 2 | ||
94 | #define reg_iop_sw_cpu_r_mc_stat___busy_spu0___width 1 | ||
95 | #define reg_iop_sw_cpu_r_mc_stat___busy_spu0___bit 2 | ||
96 | #define reg_iop_sw_cpu_r_mc_stat___busy_spu1___lsb 3 | ||
97 | #define reg_iop_sw_cpu_r_mc_stat___busy_spu1___width 1 | ||
98 | #define reg_iop_sw_cpu_r_mc_stat___busy_spu1___bit 3 | ||
99 | #define reg_iop_sw_cpu_r_mc_stat___owned_by_cpu___lsb 4 | ||
100 | #define reg_iop_sw_cpu_r_mc_stat___owned_by_cpu___width 1 | ||
101 | #define reg_iop_sw_cpu_r_mc_stat___owned_by_cpu___bit 4 | ||
102 | #define reg_iop_sw_cpu_r_mc_stat___owned_by_mpu___lsb 5 | ||
103 | #define reg_iop_sw_cpu_r_mc_stat___owned_by_mpu___width 1 | ||
104 | #define reg_iop_sw_cpu_r_mc_stat___owned_by_mpu___bit 5 | ||
105 | #define reg_iop_sw_cpu_r_mc_stat___owned_by_spu0___lsb 6 | ||
106 | #define reg_iop_sw_cpu_r_mc_stat___owned_by_spu0___width 1 | ||
107 | #define reg_iop_sw_cpu_r_mc_stat___owned_by_spu0___bit 6 | ||
108 | #define reg_iop_sw_cpu_r_mc_stat___owned_by_spu1___lsb 7 | ||
109 | #define reg_iop_sw_cpu_r_mc_stat___owned_by_spu1___width 1 | ||
110 | #define reg_iop_sw_cpu_r_mc_stat___owned_by_spu1___bit 7 | ||
111 | #define reg_iop_sw_cpu_r_mc_stat_offset 20 | ||
112 | |||
113 | /* Register rw_bus0_clr_mask, scope iop_sw_cpu, type rw */ | ||
114 | #define reg_iop_sw_cpu_rw_bus0_clr_mask___byte0___lsb 0 | ||
115 | #define reg_iop_sw_cpu_rw_bus0_clr_mask___byte0___width 8 | ||
116 | #define reg_iop_sw_cpu_rw_bus0_clr_mask___byte1___lsb 8 | ||
117 | #define reg_iop_sw_cpu_rw_bus0_clr_mask___byte1___width 8 | ||
118 | #define reg_iop_sw_cpu_rw_bus0_clr_mask___byte2___lsb 16 | ||
119 | #define reg_iop_sw_cpu_rw_bus0_clr_mask___byte2___width 8 | ||
120 | #define reg_iop_sw_cpu_rw_bus0_clr_mask___byte3___lsb 24 | ||
121 | #define reg_iop_sw_cpu_rw_bus0_clr_mask___byte3___width 8 | ||
122 | #define reg_iop_sw_cpu_rw_bus0_clr_mask_offset 24 | ||
123 | |||
124 | /* Register rw_bus0_set_mask, scope iop_sw_cpu, type rw */ | ||
125 | #define reg_iop_sw_cpu_rw_bus0_set_mask___byte0___lsb 0 | ||
126 | #define reg_iop_sw_cpu_rw_bus0_set_mask___byte0___width 8 | ||
127 | #define reg_iop_sw_cpu_rw_bus0_set_mask___byte1___lsb 8 | ||
128 | #define reg_iop_sw_cpu_rw_bus0_set_mask___byte1___width 8 | ||
129 | #define reg_iop_sw_cpu_rw_bus0_set_mask___byte2___lsb 16 | ||
130 | #define reg_iop_sw_cpu_rw_bus0_set_mask___byte2___width 8 | ||
131 | #define reg_iop_sw_cpu_rw_bus0_set_mask___byte3___lsb 24 | ||
132 | #define reg_iop_sw_cpu_rw_bus0_set_mask___byte3___width 8 | ||
133 | #define reg_iop_sw_cpu_rw_bus0_set_mask_offset 28 | ||
134 | |||
135 | /* Register rw_bus0_oe_clr_mask, scope iop_sw_cpu, type rw */ | ||
136 | #define reg_iop_sw_cpu_rw_bus0_oe_clr_mask___byte0___lsb 0 | ||
137 | #define reg_iop_sw_cpu_rw_bus0_oe_clr_mask___byte0___width 1 | ||
138 | #define reg_iop_sw_cpu_rw_bus0_oe_clr_mask___byte0___bit 0 | ||
139 | #define reg_iop_sw_cpu_rw_bus0_oe_clr_mask___byte1___lsb 1 | ||
140 | #define reg_iop_sw_cpu_rw_bus0_oe_clr_mask___byte1___width 1 | ||
141 | #define reg_iop_sw_cpu_rw_bus0_oe_clr_mask___byte1___bit 1 | ||
142 | #define reg_iop_sw_cpu_rw_bus0_oe_clr_mask___byte2___lsb 2 | ||
143 | #define reg_iop_sw_cpu_rw_bus0_oe_clr_mask___byte2___width 1 | ||
144 | #define reg_iop_sw_cpu_rw_bus0_oe_clr_mask___byte2___bit 2 | ||
145 | #define reg_iop_sw_cpu_rw_bus0_oe_clr_mask___byte3___lsb 3 | ||
146 | #define reg_iop_sw_cpu_rw_bus0_oe_clr_mask___byte3___width 1 | ||
147 | #define reg_iop_sw_cpu_rw_bus0_oe_clr_mask___byte3___bit 3 | ||
148 | #define reg_iop_sw_cpu_rw_bus0_oe_clr_mask_offset 32 | ||
149 | |||
150 | /* Register rw_bus0_oe_set_mask, scope iop_sw_cpu, type rw */ | ||
151 | #define reg_iop_sw_cpu_rw_bus0_oe_set_mask___byte0___lsb 0 | ||
152 | #define reg_iop_sw_cpu_rw_bus0_oe_set_mask___byte0___width 1 | ||
153 | #define reg_iop_sw_cpu_rw_bus0_oe_set_mask___byte0___bit 0 | ||
154 | #define reg_iop_sw_cpu_rw_bus0_oe_set_mask___byte1___lsb 1 | ||
155 | #define reg_iop_sw_cpu_rw_bus0_oe_set_mask___byte1___width 1 | ||
156 | #define reg_iop_sw_cpu_rw_bus0_oe_set_mask___byte1___bit 1 | ||
157 | #define reg_iop_sw_cpu_rw_bus0_oe_set_mask___byte2___lsb 2 | ||
158 | #define reg_iop_sw_cpu_rw_bus0_oe_set_mask___byte2___width 1 | ||
159 | #define reg_iop_sw_cpu_rw_bus0_oe_set_mask___byte2___bit 2 | ||
160 | #define reg_iop_sw_cpu_rw_bus0_oe_set_mask___byte3___lsb 3 | ||
161 | #define reg_iop_sw_cpu_rw_bus0_oe_set_mask___byte3___width 1 | ||
162 | #define reg_iop_sw_cpu_rw_bus0_oe_set_mask___byte3___bit 3 | ||
163 | #define reg_iop_sw_cpu_rw_bus0_oe_set_mask_offset 36 | ||
164 | |||
165 | /* Register r_bus0_in, scope iop_sw_cpu, type r */ | ||
166 | #define reg_iop_sw_cpu_r_bus0_in_offset 40 | ||
167 | |||
168 | /* Register rw_bus1_clr_mask, scope iop_sw_cpu, type rw */ | ||
169 | #define reg_iop_sw_cpu_rw_bus1_clr_mask___byte0___lsb 0 | ||
170 | #define reg_iop_sw_cpu_rw_bus1_clr_mask___byte0___width 8 | ||
171 | #define reg_iop_sw_cpu_rw_bus1_clr_mask___byte1___lsb 8 | ||
172 | #define reg_iop_sw_cpu_rw_bus1_clr_mask___byte1___width 8 | ||
173 | #define reg_iop_sw_cpu_rw_bus1_clr_mask___byte2___lsb 16 | ||
174 | #define reg_iop_sw_cpu_rw_bus1_clr_mask___byte2___width 8 | ||
175 | #define reg_iop_sw_cpu_rw_bus1_clr_mask___byte3___lsb 24 | ||
176 | #define reg_iop_sw_cpu_rw_bus1_clr_mask___byte3___width 8 | ||
177 | #define reg_iop_sw_cpu_rw_bus1_clr_mask_offset 44 | ||
178 | |||
179 | /* Register rw_bus1_set_mask, scope iop_sw_cpu, type rw */ | ||
180 | #define reg_iop_sw_cpu_rw_bus1_set_mask___byte0___lsb 0 | ||
181 | #define reg_iop_sw_cpu_rw_bus1_set_mask___byte0___width 8 | ||
182 | #define reg_iop_sw_cpu_rw_bus1_set_mask___byte1___lsb 8 | ||
183 | #define reg_iop_sw_cpu_rw_bus1_set_mask___byte1___width 8 | ||
184 | #define reg_iop_sw_cpu_rw_bus1_set_mask___byte2___lsb 16 | ||
185 | #define reg_iop_sw_cpu_rw_bus1_set_mask___byte2___width 8 | ||
186 | #define reg_iop_sw_cpu_rw_bus1_set_mask___byte3___lsb 24 | ||
187 | #define reg_iop_sw_cpu_rw_bus1_set_mask___byte3___width 8 | ||
188 | #define reg_iop_sw_cpu_rw_bus1_set_mask_offset 48 | ||
189 | |||
190 | /* Register rw_bus1_oe_clr_mask, scope iop_sw_cpu, type rw */ | ||
191 | #define reg_iop_sw_cpu_rw_bus1_oe_clr_mask___byte0___lsb 0 | ||
192 | #define reg_iop_sw_cpu_rw_bus1_oe_clr_mask___byte0___width 1 | ||
193 | #define reg_iop_sw_cpu_rw_bus1_oe_clr_mask___byte0___bit 0 | ||
194 | #define reg_iop_sw_cpu_rw_bus1_oe_clr_mask___byte1___lsb 1 | ||
195 | #define reg_iop_sw_cpu_rw_bus1_oe_clr_mask___byte1___width 1 | ||
196 | #define reg_iop_sw_cpu_rw_bus1_oe_clr_mask___byte1___bit 1 | ||
197 | #define reg_iop_sw_cpu_rw_bus1_oe_clr_mask___byte2___lsb 2 | ||
198 | #define reg_iop_sw_cpu_rw_bus1_oe_clr_mask___byte2___width 1 | ||
199 | #define reg_iop_sw_cpu_rw_bus1_oe_clr_mask___byte2___bit 2 | ||
200 | #define reg_iop_sw_cpu_rw_bus1_oe_clr_mask___byte3___lsb 3 | ||
201 | #define reg_iop_sw_cpu_rw_bus1_oe_clr_mask___byte3___width 1 | ||
202 | #define reg_iop_sw_cpu_rw_bus1_oe_clr_mask___byte3___bit 3 | ||
203 | #define reg_iop_sw_cpu_rw_bus1_oe_clr_mask_offset 52 | ||
204 | |||
205 | /* Register rw_bus1_oe_set_mask, scope iop_sw_cpu, type rw */ | ||
206 | #define reg_iop_sw_cpu_rw_bus1_oe_set_mask___byte0___lsb 0 | ||
207 | #define reg_iop_sw_cpu_rw_bus1_oe_set_mask___byte0___width 1 | ||
208 | #define reg_iop_sw_cpu_rw_bus1_oe_set_mask___byte0___bit 0 | ||
209 | #define reg_iop_sw_cpu_rw_bus1_oe_set_mask___byte1___lsb 1 | ||
210 | #define reg_iop_sw_cpu_rw_bus1_oe_set_mask___byte1___width 1 | ||
211 | #define reg_iop_sw_cpu_rw_bus1_oe_set_mask___byte1___bit 1 | ||
212 | #define reg_iop_sw_cpu_rw_bus1_oe_set_mask___byte2___lsb 2 | ||
213 | #define reg_iop_sw_cpu_rw_bus1_oe_set_mask___byte2___width 1 | ||
214 | #define reg_iop_sw_cpu_rw_bus1_oe_set_mask___byte2___bit 2 | ||
215 | #define reg_iop_sw_cpu_rw_bus1_oe_set_mask___byte3___lsb 3 | ||
216 | #define reg_iop_sw_cpu_rw_bus1_oe_set_mask___byte3___width 1 | ||
217 | #define reg_iop_sw_cpu_rw_bus1_oe_set_mask___byte3___bit 3 | ||
218 | #define reg_iop_sw_cpu_rw_bus1_oe_set_mask_offset 56 | ||
219 | |||
220 | /* Register r_bus1_in, scope iop_sw_cpu, type r */ | ||
221 | #define reg_iop_sw_cpu_r_bus1_in_offset 60 | ||
222 | |||
223 | /* Register rw_gio_clr_mask, scope iop_sw_cpu, type rw */ | ||
224 | #define reg_iop_sw_cpu_rw_gio_clr_mask___val___lsb 0 | ||
225 | #define reg_iop_sw_cpu_rw_gio_clr_mask___val___width 32 | ||
226 | #define reg_iop_sw_cpu_rw_gio_clr_mask_offset 64 | ||
227 | |||
228 | /* Register rw_gio_set_mask, scope iop_sw_cpu, type rw */ | ||
229 | #define reg_iop_sw_cpu_rw_gio_set_mask___val___lsb 0 | ||
230 | #define reg_iop_sw_cpu_rw_gio_set_mask___val___width 32 | ||
231 | #define reg_iop_sw_cpu_rw_gio_set_mask_offset 68 | ||
232 | |||
233 | /* Register rw_gio_oe_clr_mask, scope iop_sw_cpu, type rw */ | ||
234 | #define reg_iop_sw_cpu_rw_gio_oe_clr_mask___val___lsb 0 | ||
235 | #define reg_iop_sw_cpu_rw_gio_oe_clr_mask___val___width 32 | ||
236 | #define reg_iop_sw_cpu_rw_gio_oe_clr_mask_offset 72 | ||
237 | |||
238 | /* Register rw_gio_oe_set_mask, scope iop_sw_cpu, type rw */ | ||
239 | #define reg_iop_sw_cpu_rw_gio_oe_set_mask___val___lsb 0 | ||
240 | #define reg_iop_sw_cpu_rw_gio_oe_set_mask___val___width 32 | ||
241 | #define reg_iop_sw_cpu_rw_gio_oe_set_mask_offset 76 | ||
242 | |||
243 | /* Register r_gio_in, scope iop_sw_cpu, type r */ | ||
244 | #define reg_iop_sw_cpu_r_gio_in_offset 80 | ||
245 | |||
246 | /* Register rw_intr0_mask, scope iop_sw_cpu, type rw */ | ||
247 | #define reg_iop_sw_cpu_rw_intr0_mask___mpu_0___lsb 0 | ||
248 | #define reg_iop_sw_cpu_rw_intr0_mask___mpu_0___width 1 | ||
249 | #define reg_iop_sw_cpu_rw_intr0_mask___mpu_0___bit 0 | ||
250 | #define reg_iop_sw_cpu_rw_intr0_mask___mpu_1___lsb 1 | ||
251 | #define reg_iop_sw_cpu_rw_intr0_mask___mpu_1___width 1 | ||
252 | #define reg_iop_sw_cpu_rw_intr0_mask___mpu_1___bit 1 | ||
253 | #define reg_iop_sw_cpu_rw_intr0_mask___mpu_2___lsb 2 | ||
254 | #define reg_iop_sw_cpu_rw_intr0_mask___mpu_2___width 1 | ||
255 | #define reg_iop_sw_cpu_rw_intr0_mask___mpu_2___bit 2 | ||
256 | #define reg_iop_sw_cpu_rw_intr0_mask___mpu_3___lsb 3 | ||
257 | #define reg_iop_sw_cpu_rw_intr0_mask___mpu_3___width 1 | ||
258 | #define reg_iop_sw_cpu_rw_intr0_mask___mpu_3___bit 3 | ||
259 | #define reg_iop_sw_cpu_rw_intr0_mask___mpu_4___lsb 4 | ||
260 | #define reg_iop_sw_cpu_rw_intr0_mask___mpu_4___width 1 | ||
261 | #define reg_iop_sw_cpu_rw_intr0_mask___mpu_4___bit 4 | ||
262 | #define reg_iop_sw_cpu_rw_intr0_mask___mpu_5___lsb 5 | ||
263 | #define reg_iop_sw_cpu_rw_intr0_mask___mpu_5___width 1 | ||
264 | #define reg_iop_sw_cpu_rw_intr0_mask___mpu_5___bit 5 | ||
265 | #define reg_iop_sw_cpu_rw_intr0_mask___mpu_6___lsb 6 | ||
266 | #define reg_iop_sw_cpu_rw_intr0_mask___mpu_6___width 1 | ||
267 | #define reg_iop_sw_cpu_rw_intr0_mask___mpu_6___bit 6 | ||
268 | #define reg_iop_sw_cpu_rw_intr0_mask___mpu_7___lsb 7 | ||
269 | #define reg_iop_sw_cpu_rw_intr0_mask___mpu_7___width 1 | ||
270 | #define reg_iop_sw_cpu_rw_intr0_mask___mpu_7___bit 7 | ||
271 | #define reg_iop_sw_cpu_rw_intr0_mask___mpu_8___lsb 8 | ||
272 | #define reg_iop_sw_cpu_rw_intr0_mask___mpu_8___width 1 | ||
273 | #define reg_iop_sw_cpu_rw_intr0_mask___mpu_8___bit 8 | ||
274 | #define reg_iop_sw_cpu_rw_intr0_mask___mpu_9___lsb 9 | ||
275 | #define reg_iop_sw_cpu_rw_intr0_mask___mpu_9___width 1 | ||
276 | #define reg_iop_sw_cpu_rw_intr0_mask___mpu_9___bit 9 | ||
277 | #define reg_iop_sw_cpu_rw_intr0_mask___mpu_10___lsb 10 | ||
278 | #define reg_iop_sw_cpu_rw_intr0_mask___mpu_10___width 1 | ||
279 | #define reg_iop_sw_cpu_rw_intr0_mask___mpu_10___bit 10 | ||
280 | #define reg_iop_sw_cpu_rw_intr0_mask___mpu_11___lsb 11 | ||
281 | #define reg_iop_sw_cpu_rw_intr0_mask___mpu_11___width 1 | ||
282 | #define reg_iop_sw_cpu_rw_intr0_mask___mpu_11___bit 11 | ||
283 | #define reg_iop_sw_cpu_rw_intr0_mask___mpu_12___lsb 12 | ||
284 | #define reg_iop_sw_cpu_rw_intr0_mask___mpu_12___width 1 | ||
285 | #define reg_iop_sw_cpu_rw_intr0_mask___mpu_12___bit 12 | ||
286 | #define reg_iop_sw_cpu_rw_intr0_mask___mpu_13___lsb 13 | ||
287 | #define reg_iop_sw_cpu_rw_intr0_mask___mpu_13___width 1 | ||
288 | #define reg_iop_sw_cpu_rw_intr0_mask___mpu_13___bit 13 | ||
289 | #define reg_iop_sw_cpu_rw_intr0_mask___mpu_14___lsb 14 | ||
290 | #define reg_iop_sw_cpu_rw_intr0_mask___mpu_14___width 1 | ||
291 | #define reg_iop_sw_cpu_rw_intr0_mask___mpu_14___bit 14 | ||
292 | #define reg_iop_sw_cpu_rw_intr0_mask___mpu_15___lsb 15 | ||
293 | #define reg_iop_sw_cpu_rw_intr0_mask___mpu_15___width 1 | ||
294 | #define reg_iop_sw_cpu_rw_intr0_mask___mpu_15___bit 15 | ||
295 | #define reg_iop_sw_cpu_rw_intr0_mask___spu0_0___lsb 16 | ||
296 | #define reg_iop_sw_cpu_rw_intr0_mask___spu0_0___width 1 | ||
297 | #define reg_iop_sw_cpu_rw_intr0_mask___spu0_0___bit 16 | ||
298 | #define reg_iop_sw_cpu_rw_intr0_mask___spu0_1___lsb 17 | ||
299 | #define reg_iop_sw_cpu_rw_intr0_mask___spu0_1___width 1 | ||
300 | #define reg_iop_sw_cpu_rw_intr0_mask___spu0_1___bit 17 | ||
301 | #define reg_iop_sw_cpu_rw_intr0_mask___spu0_2___lsb 18 | ||
302 | #define reg_iop_sw_cpu_rw_intr0_mask___spu0_2___width 1 | ||
303 | #define reg_iop_sw_cpu_rw_intr0_mask___spu0_2___bit 18 | ||
304 | #define reg_iop_sw_cpu_rw_intr0_mask___spu0_3___lsb 19 | ||
305 | #define reg_iop_sw_cpu_rw_intr0_mask___spu0_3___width 1 | ||
306 | #define reg_iop_sw_cpu_rw_intr0_mask___spu0_3___bit 19 | ||
307 | #define reg_iop_sw_cpu_rw_intr0_mask___spu0_4___lsb 20 | ||
308 | #define reg_iop_sw_cpu_rw_intr0_mask___spu0_4___width 1 | ||
309 | #define reg_iop_sw_cpu_rw_intr0_mask___spu0_4___bit 20 | ||
310 | #define reg_iop_sw_cpu_rw_intr0_mask___spu0_5___lsb 21 | ||
311 | #define reg_iop_sw_cpu_rw_intr0_mask___spu0_5___width 1 | ||
312 | #define reg_iop_sw_cpu_rw_intr0_mask___spu0_5___bit 21 | ||
313 | #define reg_iop_sw_cpu_rw_intr0_mask___spu0_6___lsb 22 | ||
314 | #define reg_iop_sw_cpu_rw_intr0_mask___spu0_6___width 1 | ||
315 | #define reg_iop_sw_cpu_rw_intr0_mask___spu0_6___bit 22 | ||
316 | #define reg_iop_sw_cpu_rw_intr0_mask___spu0_7___lsb 23 | ||
317 | #define reg_iop_sw_cpu_rw_intr0_mask___spu0_7___width 1 | ||
318 | #define reg_iop_sw_cpu_rw_intr0_mask___spu0_7___bit 23 | ||
319 | #define reg_iop_sw_cpu_rw_intr0_mask___spu1_8___lsb 24 | ||
320 | #define reg_iop_sw_cpu_rw_intr0_mask___spu1_8___width 1 | ||
321 | #define reg_iop_sw_cpu_rw_intr0_mask___spu1_8___bit 24 | ||
322 | #define reg_iop_sw_cpu_rw_intr0_mask___spu1_9___lsb 25 | ||
323 | #define reg_iop_sw_cpu_rw_intr0_mask___spu1_9___width 1 | ||
324 | #define reg_iop_sw_cpu_rw_intr0_mask___spu1_9___bit 25 | ||
325 | #define reg_iop_sw_cpu_rw_intr0_mask___spu1_10___lsb 26 | ||
326 | #define reg_iop_sw_cpu_rw_intr0_mask___spu1_10___width 1 | ||
327 | #define reg_iop_sw_cpu_rw_intr0_mask___spu1_10___bit 26 | ||
328 | #define reg_iop_sw_cpu_rw_intr0_mask___spu1_11___lsb 27 | ||
329 | #define reg_iop_sw_cpu_rw_intr0_mask___spu1_11___width 1 | ||
330 | #define reg_iop_sw_cpu_rw_intr0_mask___spu1_11___bit 27 | ||
331 | #define reg_iop_sw_cpu_rw_intr0_mask___spu1_12___lsb 28 | ||
332 | #define reg_iop_sw_cpu_rw_intr0_mask___spu1_12___width 1 | ||
333 | #define reg_iop_sw_cpu_rw_intr0_mask___spu1_12___bit 28 | ||
334 | #define reg_iop_sw_cpu_rw_intr0_mask___spu1_13___lsb 29 | ||
335 | #define reg_iop_sw_cpu_rw_intr0_mask___spu1_13___width 1 | ||
336 | #define reg_iop_sw_cpu_rw_intr0_mask___spu1_13___bit 29 | ||
337 | #define reg_iop_sw_cpu_rw_intr0_mask___spu1_14___lsb 30 | ||
338 | #define reg_iop_sw_cpu_rw_intr0_mask___spu1_14___width 1 | ||
339 | #define reg_iop_sw_cpu_rw_intr0_mask___spu1_14___bit 30 | ||
340 | #define reg_iop_sw_cpu_rw_intr0_mask___spu1_15___lsb 31 | ||
341 | #define reg_iop_sw_cpu_rw_intr0_mask___spu1_15___width 1 | ||
342 | #define reg_iop_sw_cpu_rw_intr0_mask___spu1_15___bit 31 | ||
343 | #define reg_iop_sw_cpu_rw_intr0_mask_offset 84 | ||
344 | |||
345 | /* Register rw_ack_intr0, scope iop_sw_cpu, type rw */ | ||
346 | #define reg_iop_sw_cpu_rw_ack_intr0___mpu_0___lsb 0 | ||
347 | #define reg_iop_sw_cpu_rw_ack_intr0___mpu_0___width 1 | ||
348 | #define reg_iop_sw_cpu_rw_ack_intr0___mpu_0___bit 0 | ||
349 | #define reg_iop_sw_cpu_rw_ack_intr0___mpu_1___lsb 1 | ||
350 | #define reg_iop_sw_cpu_rw_ack_intr0___mpu_1___width 1 | ||
351 | #define reg_iop_sw_cpu_rw_ack_intr0___mpu_1___bit 1 | ||
352 | #define reg_iop_sw_cpu_rw_ack_intr0___mpu_2___lsb 2 | ||
353 | #define reg_iop_sw_cpu_rw_ack_intr0___mpu_2___width 1 | ||
354 | #define reg_iop_sw_cpu_rw_ack_intr0___mpu_2___bit 2 | ||
355 | #define reg_iop_sw_cpu_rw_ack_intr0___mpu_3___lsb 3 | ||
356 | #define reg_iop_sw_cpu_rw_ack_intr0___mpu_3___width 1 | ||
357 | #define reg_iop_sw_cpu_rw_ack_intr0___mpu_3___bit 3 | ||
358 | #define reg_iop_sw_cpu_rw_ack_intr0___mpu_4___lsb 4 | ||
359 | #define reg_iop_sw_cpu_rw_ack_intr0___mpu_4___width 1 | ||
360 | #define reg_iop_sw_cpu_rw_ack_intr0___mpu_4___bit 4 | ||
361 | #define reg_iop_sw_cpu_rw_ack_intr0___mpu_5___lsb 5 | ||
362 | #define reg_iop_sw_cpu_rw_ack_intr0___mpu_5___width 1 | ||
363 | #define reg_iop_sw_cpu_rw_ack_intr0___mpu_5___bit 5 | ||
364 | #define reg_iop_sw_cpu_rw_ack_intr0___mpu_6___lsb 6 | ||
365 | #define reg_iop_sw_cpu_rw_ack_intr0___mpu_6___width 1 | ||
366 | #define reg_iop_sw_cpu_rw_ack_intr0___mpu_6___bit 6 | ||
367 | #define reg_iop_sw_cpu_rw_ack_intr0___mpu_7___lsb 7 | ||
368 | #define reg_iop_sw_cpu_rw_ack_intr0___mpu_7___width 1 | ||
369 | #define reg_iop_sw_cpu_rw_ack_intr0___mpu_7___bit 7 | ||
370 | #define reg_iop_sw_cpu_rw_ack_intr0___mpu_8___lsb 8 | ||
371 | #define reg_iop_sw_cpu_rw_ack_intr0___mpu_8___width 1 | ||
372 | #define reg_iop_sw_cpu_rw_ack_intr0___mpu_8___bit 8 | ||
373 | #define reg_iop_sw_cpu_rw_ack_intr0___mpu_9___lsb 9 | ||
374 | #define reg_iop_sw_cpu_rw_ack_intr0___mpu_9___width 1 | ||
375 | #define reg_iop_sw_cpu_rw_ack_intr0___mpu_9___bit 9 | ||
376 | #define reg_iop_sw_cpu_rw_ack_intr0___mpu_10___lsb 10 | ||
377 | #define reg_iop_sw_cpu_rw_ack_intr0___mpu_10___width 1 | ||
378 | #define reg_iop_sw_cpu_rw_ack_intr0___mpu_10___bit 10 | ||
379 | #define reg_iop_sw_cpu_rw_ack_intr0___mpu_11___lsb 11 | ||
380 | #define reg_iop_sw_cpu_rw_ack_intr0___mpu_11___width 1 | ||
381 | #define reg_iop_sw_cpu_rw_ack_intr0___mpu_11___bit 11 | ||
382 | #define reg_iop_sw_cpu_rw_ack_intr0___mpu_12___lsb 12 | ||
383 | #define reg_iop_sw_cpu_rw_ack_intr0___mpu_12___width 1 | ||
384 | #define reg_iop_sw_cpu_rw_ack_intr0___mpu_12___bit 12 | ||
385 | #define reg_iop_sw_cpu_rw_ack_intr0___mpu_13___lsb 13 | ||
386 | #define reg_iop_sw_cpu_rw_ack_intr0___mpu_13___width 1 | ||
387 | #define reg_iop_sw_cpu_rw_ack_intr0___mpu_13___bit 13 | ||
388 | #define reg_iop_sw_cpu_rw_ack_intr0___mpu_14___lsb 14 | ||
389 | #define reg_iop_sw_cpu_rw_ack_intr0___mpu_14___width 1 | ||
390 | #define reg_iop_sw_cpu_rw_ack_intr0___mpu_14___bit 14 | ||
391 | #define reg_iop_sw_cpu_rw_ack_intr0___mpu_15___lsb 15 | ||
392 | #define reg_iop_sw_cpu_rw_ack_intr0___mpu_15___width 1 | ||
393 | #define reg_iop_sw_cpu_rw_ack_intr0___mpu_15___bit 15 | ||
394 | #define reg_iop_sw_cpu_rw_ack_intr0___spu0_0___lsb 16 | ||
395 | #define reg_iop_sw_cpu_rw_ack_intr0___spu0_0___width 1 | ||
396 | #define reg_iop_sw_cpu_rw_ack_intr0___spu0_0___bit 16 | ||
397 | #define reg_iop_sw_cpu_rw_ack_intr0___spu0_1___lsb 17 | ||
398 | #define reg_iop_sw_cpu_rw_ack_intr0___spu0_1___width 1 | ||
399 | #define reg_iop_sw_cpu_rw_ack_intr0___spu0_1___bit 17 | ||
400 | #define reg_iop_sw_cpu_rw_ack_intr0___spu0_2___lsb 18 | ||
401 | #define reg_iop_sw_cpu_rw_ack_intr0___spu0_2___width 1 | ||
402 | #define reg_iop_sw_cpu_rw_ack_intr0___spu0_2___bit 18 | ||
403 | #define reg_iop_sw_cpu_rw_ack_intr0___spu0_3___lsb 19 | ||
404 | #define reg_iop_sw_cpu_rw_ack_intr0___spu0_3___width 1 | ||
405 | #define reg_iop_sw_cpu_rw_ack_intr0___spu0_3___bit 19 | ||
406 | #define reg_iop_sw_cpu_rw_ack_intr0___spu0_4___lsb 20 | ||
407 | #define reg_iop_sw_cpu_rw_ack_intr0___spu0_4___width 1 | ||
408 | #define reg_iop_sw_cpu_rw_ack_intr0___spu0_4___bit 20 | ||
409 | #define reg_iop_sw_cpu_rw_ack_intr0___spu0_5___lsb 21 | ||
410 | #define reg_iop_sw_cpu_rw_ack_intr0___spu0_5___width 1 | ||
411 | #define reg_iop_sw_cpu_rw_ack_intr0___spu0_5___bit 21 | ||
412 | #define reg_iop_sw_cpu_rw_ack_intr0___spu0_6___lsb 22 | ||
413 | #define reg_iop_sw_cpu_rw_ack_intr0___spu0_6___width 1 | ||
414 | #define reg_iop_sw_cpu_rw_ack_intr0___spu0_6___bit 22 | ||
415 | #define reg_iop_sw_cpu_rw_ack_intr0___spu0_7___lsb 23 | ||
416 | #define reg_iop_sw_cpu_rw_ack_intr0___spu0_7___width 1 | ||
417 | #define reg_iop_sw_cpu_rw_ack_intr0___spu0_7___bit 23 | ||
418 | #define reg_iop_sw_cpu_rw_ack_intr0___spu1_8___lsb 24 | ||
419 | #define reg_iop_sw_cpu_rw_ack_intr0___spu1_8___width 1 | ||
420 | #define reg_iop_sw_cpu_rw_ack_intr0___spu1_8___bit 24 | ||
421 | #define reg_iop_sw_cpu_rw_ack_intr0___spu1_9___lsb 25 | ||
422 | #define reg_iop_sw_cpu_rw_ack_intr0___spu1_9___width 1 | ||
423 | #define reg_iop_sw_cpu_rw_ack_intr0___spu1_9___bit 25 | ||
424 | #define reg_iop_sw_cpu_rw_ack_intr0___spu1_10___lsb 26 | ||
425 | #define reg_iop_sw_cpu_rw_ack_intr0___spu1_10___width 1 | ||
426 | #define reg_iop_sw_cpu_rw_ack_intr0___spu1_10___bit 26 | ||
427 | #define reg_iop_sw_cpu_rw_ack_intr0___spu1_11___lsb 27 | ||
428 | #define reg_iop_sw_cpu_rw_ack_intr0___spu1_11___width 1 | ||
429 | #define reg_iop_sw_cpu_rw_ack_intr0___spu1_11___bit 27 | ||
430 | #define reg_iop_sw_cpu_rw_ack_intr0___spu1_12___lsb 28 | ||
431 | #define reg_iop_sw_cpu_rw_ack_intr0___spu1_12___width 1 | ||
432 | #define reg_iop_sw_cpu_rw_ack_intr0___spu1_12___bit 28 | ||
433 | #define reg_iop_sw_cpu_rw_ack_intr0___spu1_13___lsb 29 | ||
434 | #define reg_iop_sw_cpu_rw_ack_intr0___spu1_13___width 1 | ||
435 | #define reg_iop_sw_cpu_rw_ack_intr0___spu1_13___bit 29 | ||
436 | #define reg_iop_sw_cpu_rw_ack_intr0___spu1_14___lsb 30 | ||
437 | #define reg_iop_sw_cpu_rw_ack_intr0___spu1_14___width 1 | ||
438 | #define reg_iop_sw_cpu_rw_ack_intr0___spu1_14___bit 30 | ||
439 | #define reg_iop_sw_cpu_rw_ack_intr0___spu1_15___lsb 31 | ||
440 | #define reg_iop_sw_cpu_rw_ack_intr0___spu1_15___width 1 | ||
441 | #define reg_iop_sw_cpu_rw_ack_intr0___spu1_15___bit 31 | ||
442 | #define reg_iop_sw_cpu_rw_ack_intr0_offset 88 | ||
443 | |||
444 | /* Register r_intr0, scope iop_sw_cpu, type r */ | ||
445 | #define reg_iop_sw_cpu_r_intr0___mpu_0___lsb 0 | ||
446 | #define reg_iop_sw_cpu_r_intr0___mpu_0___width 1 | ||
447 | #define reg_iop_sw_cpu_r_intr0___mpu_0___bit 0 | ||
448 | #define reg_iop_sw_cpu_r_intr0___mpu_1___lsb 1 | ||
449 | #define reg_iop_sw_cpu_r_intr0___mpu_1___width 1 | ||
450 | #define reg_iop_sw_cpu_r_intr0___mpu_1___bit 1 | ||
451 | #define reg_iop_sw_cpu_r_intr0___mpu_2___lsb 2 | ||
452 | #define reg_iop_sw_cpu_r_intr0___mpu_2___width 1 | ||
453 | #define reg_iop_sw_cpu_r_intr0___mpu_2___bit 2 | ||
454 | #define reg_iop_sw_cpu_r_intr0___mpu_3___lsb 3 | ||
455 | #define reg_iop_sw_cpu_r_intr0___mpu_3___width 1 | ||
456 | #define reg_iop_sw_cpu_r_intr0___mpu_3___bit 3 | ||
457 | #define reg_iop_sw_cpu_r_intr0___mpu_4___lsb 4 | ||
458 | #define reg_iop_sw_cpu_r_intr0___mpu_4___width 1 | ||
459 | #define reg_iop_sw_cpu_r_intr0___mpu_4___bit 4 | ||
460 | #define reg_iop_sw_cpu_r_intr0___mpu_5___lsb 5 | ||
461 | #define reg_iop_sw_cpu_r_intr0___mpu_5___width 1 | ||
462 | #define reg_iop_sw_cpu_r_intr0___mpu_5___bit 5 | ||
463 | #define reg_iop_sw_cpu_r_intr0___mpu_6___lsb 6 | ||
464 | #define reg_iop_sw_cpu_r_intr0___mpu_6___width 1 | ||
465 | #define reg_iop_sw_cpu_r_intr0___mpu_6___bit 6 | ||
466 | #define reg_iop_sw_cpu_r_intr0___mpu_7___lsb 7 | ||
467 | #define reg_iop_sw_cpu_r_intr0___mpu_7___width 1 | ||
468 | #define reg_iop_sw_cpu_r_intr0___mpu_7___bit 7 | ||
469 | #define reg_iop_sw_cpu_r_intr0___mpu_8___lsb 8 | ||
470 | #define reg_iop_sw_cpu_r_intr0___mpu_8___width 1 | ||
471 | #define reg_iop_sw_cpu_r_intr0___mpu_8___bit 8 | ||
472 | #define reg_iop_sw_cpu_r_intr0___mpu_9___lsb 9 | ||
473 | #define reg_iop_sw_cpu_r_intr0___mpu_9___width 1 | ||
474 | #define reg_iop_sw_cpu_r_intr0___mpu_9___bit 9 | ||
475 | #define reg_iop_sw_cpu_r_intr0___mpu_10___lsb 10 | ||
476 | #define reg_iop_sw_cpu_r_intr0___mpu_10___width 1 | ||
477 | #define reg_iop_sw_cpu_r_intr0___mpu_10___bit 10 | ||
478 | #define reg_iop_sw_cpu_r_intr0___mpu_11___lsb 11 | ||
479 | #define reg_iop_sw_cpu_r_intr0___mpu_11___width 1 | ||
480 | #define reg_iop_sw_cpu_r_intr0___mpu_11___bit 11 | ||
481 | #define reg_iop_sw_cpu_r_intr0___mpu_12___lsb 12 | ||
482 | #define reg_iop_sw_cpu_r_intr0___mpu_12___width 1 | ||
483 | #define reg_iop_sw_cpu_r_intr0___mpu_12___bit 12 | ||
484 | #define reg_iop_sw_cpu_r_intr0___mpu_13___lsb 13 | ||
485 | #define reg_iop_sw_cpu_r_intr0___mpu_13___width 1 | ||
486 | #define reg_iop_sw_cpu_r_intr0___mpu_13___bit 13 | ||
487 | #define reg_iop_sw_cpu_r_intr0___mpu_14___lsb 14 | ||
488 | #define reg_iop_sw_cpu_r_intr0___mpu_14___width 1 | ||
489 | #define reg_iop_sw_cpu_r_intr0___mpu_14___bit 14 | ||
490 | #define reg_iop_sw_cpu_r_intr0___mpu_15___lsb 15 | ||
491 | #define reg_iop_sw_cpu_r_intr0___mpu_15___width 1 | ||
492 | #define reg_iop_sw_cpu_r_intr0___mpu_15___bit 15 | ||
493 | #define reg_iop_sw_cpu_r_intr0___spu0_0___lsb 16 | ||
494 | #define reg_iop_sw_cpu_r_intr0___spu0_0___width 1 | ||
495 | #define reg_iop_sw_cpu_r_intr0___spu0_0___bit 16 | ||
496 | #define reg_iop_sw_cpu_r_intr0___spu0_1___lsb 17 | ||
497 | #define reg_iop_sw_cpu_r_intr0___spu0_1___width 1 | ||
498 | #define reg_iop_sw_cpu_r_intr0___spu0_1___bit 17 | ||
499 | #define reg_iop_sw_cpu_r_intr0___spu0_2___lsb 18 | ||
500 | #define reg_iop_sw_cpu_r_intr0___spu0_2___width 1 | ||
501 | #define reg_iop_sw_cpu_r_intr0___spu0_2___bit 18 | ||
502 | #define reg_iop_sw_cpu_r_intr0___spu0_3___lsb 19 | ||
503 | #define reg_iop_sw_cpu_r_intr0___spu0_3___width 1 | ||
504 | #define reg_iop_sw_cpu_r_intr0___spu0_3___bit 19 | ||
505 | #define reg_iop_sw_cpu_r_intr0___spu0_4___lsb 20 | ||
506 | #define reg_iop_sw_cpu_r_intr0___spu0_4___width 1 | ||
507 | #define reg_iop_sw_cpu_r_intr0___spu0_4___bit 20 | ||
508 | #define reg_iop_sw_cpu_r_intr0___spu0_5___lsb 21 | ||
509 | #define reg_iop_sw_cpu_r_intr0___spu0_5___width 1 | ||
510 | #define reg_iop_sw_cpu_r_intr0___spu0_5___bit 21 | ||
511 | #define reg_iop_sw_cpu_r_intr0___spu0_6___lsb 22 | ||
512 | #define reg_iop_sw_cpu_r_intr0___spu0_6___width 1 | ||
513 | #define reg_iop_sw_cpu_r_intr0___spu0_6___bit 22 | ||
514 | #define reg_iop_sw_cpu_r_intr0___spu0_7___lsb 23 | ||
515 | #define reg_iop_sw_cpu_r_intr0___spu0_7___width 1 | ||
516 | #define reg_iop_sw_cpu_r_intr0___spu0_7___bit 23 | ||
517 | #define reg_iop_sw_cpu_r_intr0___spu1_8___lsb 24 | ||
518 | #define reg_iop_sw_cpu_r_intr0___spu1_8___width 1 | ||
519 | #define reg_iop_sw_cpu_r_intr0___spu1_8___bit 24 | ||
520 | #define reg_iop_sw_cpu_r_intr0___spu1_9___lsb 25 | ||
521 | #define reg_iop_sw_cpu_r_intr0___spu1_9___width 1 | ||
522 | #define reg_iop_sw_cpu_r_intr0___spu1_9___bit 25 | ||
523 | #define reg_iop_sw_cpu_r_intr0___spu1_10___lsb 26 | ||
524 | #define reg_iop_sw_cpu_r_intr0___spu1_10___width 1 | ||
525 | #define reg_iop_sw_cpu_r_intr0___spu1_10___bit 26 | ||
526 | #define reg_iop_sw_cpu_r_intr0___spu1_11___lsb 27 | ||
527 | #define reg_iop_sw_cpu_r_intr0___spu1_11___width 1 | ||
528 | #define reg_iop_sw_cpu_r_intr0___spu1_11___bit 27 | ||
529 | #define reg_iop_sw_cpu_r_intr0___spu1_12___lsb 28 | ||
530 | #define reg_iop_sw_cpu_r_intr0___spu1_12___width 1 | ||
531 | #define reg_iop_sw_cpu_r_intr0___spu1_12___bit 28 | ||
532 | #define reg_iop_sw_cpu_r_intr0___spu1_13___lsb 29 | ||
533 | #define reg_iop_sw_cpu_r_intr0___spu1_13___width 1 | ||
534 | #define reg_iop_sw_cpu_r_intr0___spu1_13___bit 29 | ||
535 | #define reg_iop_sw_cpu_r_intr0___spu1_14___lsb 30 | ||
536 | #define reg_iop_sw_cpu_r_intr0___spu1_14___width 1 | ||
537 | #define reg_iop_sw_cpu_r_intr0___spu1_14___bit 30 | ||
538 | #define reg_iop_sw_cpu_r_intr0___spu1_15___lsb 31 | ||
539 | #define reg_iop_sw_cpu_r_intr0___spu1_15___width 1 | ||
540 | #define reg_iop_sw_cpu_r_intr0___spu1_15___bit 31 | ||
541 | #define reg_iop_sw_cpu_r_intr0_offset 92 | ||
542 | |||
543 | /* Register r_masked_intr0, scope iop_sw_cpu, type r */ | ||
544 | #define reg_iop_sw_cpu_r_masked_intr0___mpu_0___lsb 0 | ||
545 | #define reg_iop_sw_cpu_r_masked_intr0___mpu_0___width 1 | ||
546 | #define reg_iop_sw_cpu_r_masked_intr0___mpu_0___bit 0 | ||
547 | #define reg_iop_sw_cpu_r_masked_intr0___mpu_1___lsb 1 | ||
548 | #define reg_iop_sw_cpu_r_masked_intr0___mpu_1___width 1 | ||
549 | #define reg_iop_sw_cpu_r_masked_intr0___mpu_1___bit 1 | ||
550 | #define reg_iop_sw_cpu_r_masked_intr0___mpu_2___lsb 2 | ||
551 | #define reg_iop_sw_cpu_r_masked_intr0___mpu_2___width 1 | ||
552 | #define reg_iop_sw_cpu_r_masked_intr0___mpu_2___bit 2 | ||
553 | #define reg_iop_sw_cpu_r_masked_intr0___mpu_3___lsb 3 | ||
554 | #define reg_iop_sw_cpu_r_masked_intr0___mpu_3___width 1 | ||
555 | #define reg_iop_sw_cpu_r_masked_intr0___mpu_3___bit 3 | ||
556 | #define reg_iop_sw_cpu_r_masked_intr0___mpu_4___lsb 4 | ||
557 | #define reg_iop_sw_cpu_r_masked_intr0___mpu_4___width 1 | ||
558 | #define reg_iop_sw_cpu_r_masked_intr0___mpu_4___bit 4 | ||
559 | #define reg_iop_sw_cpu_r_masked_intr0___mpu_5___lsb 5 | ||
560 | #define reg_iop_sw_cpu_r_masked_intr0___mpu_5___width 1 | ||
561 | #define reg_iop_sw_cpu_r_masked_intr0___mpu_5___bit 5 | ||
562 | #define reg_iop_sw_cpu_r_masked_intr0___mpu_6___lsb 6 | ||
563 | #define reg_iop_sw_cpu_r_masked_intr0___mpu_6___width 1 | ||
564 | #define reg_iop_sw_cpu_r_masked_intr0___mpu_6___bit 6 | ||
565 | #define reg_iop_sw_cpu_r_masked_intr0___mpu_7___lsb 7 | ||
566 | #define reg_iop_sw_cpu_r_masked_intr0___mpu_7___width 1 | ||
567 | #define reg_iop_sw_cpu_r_masked_intr0___mpu_7___bit 7 | ||
568 | #define reg_iop_sw_cpu_r_masked_intr0___mpu_8___lsb 8 | ||
569 | #define reg_iop_sw_cpu_r_masked_intr0___mpu_8___width 1 | ||
570 | #define reg_iop_sw_cpu_r_masked_intr0___mpu_8___bit 8 | ||
571 | #define reg_iop_sw_cpu_r_masked_intr0___mpu_9___lsb 9 | ||
572 | #define reg_iop_sw_cpu_r_masked_intr0___mpu_9___width 1 | ||
573 | #define reg_iop_sw_cpu_r_masked_intr0___mpu_9___bit 9 | ||
574 | #define reg_iop_sw_cpu_r_masked_intr0___mpu_10___lsb 10 | ||
575 | #define reg_iop_sw_cpu_r_masked_intr0___mpu_10___width 1 | ||
576 | #define reg_iop_sw_cpu_r_masked_intr0___mpu_10___bit 10 | ||
577 | #define reg_iop_sw_cpu_r_masked_intr0___mpu_11___lsb 11 | ||
578 | #define reg_iop_sw_cpu_r_masked_intr0___mpu_11___width 1 | ||
579 | #define reg_iop_sw_cpu_r_masked_intr0___mpu_11___bit 11 | ||
580 | #define reg_iop_sw_cpu_r_masked_intr0___mpu_12___lsb 12 | ||
581 | #define reg_iop_sw_cpu_r_masked_intr0___mpu_12___width 1 | ||
582 | #define reg_iop_sw_cpu_r_masked_intr0___mpu_12___bit 12 | ||
583 | #define reg_iop_sw_cpu_r_masked_intr0___mpu_13___lsb 13 | ||
584 | #define reg_iop_sw_cpu_r_masked_intr0___mpu_13___width 1 | ||
585 | #define reg_iop_sw_cpu_r_masked_intr0___mpu_13___bit 13 | ||
586 | #define reg_iop_sw_cpu_r_masked_intr0___mpu_14___lsb 14 | ||
587 | #define reg_iop_sw_cpu_r_masked_intr0___mpu_14___width 1 | ||
588 | #define reg_iop_sw_cpu_r_masked_intr0___mpu_14___bit 14 | ||
589 | #define reg_iop_sw_cpu_r_masked_intr0___mpu_15___lsb 15 | ||
590 | #define reg_iop_sw_cpu_r_masked_intr0___mpu_15___width 1 | ||
591 | #define reg_iop_sw_cpu_r_masked_intr0___mpu_15___bit 15 | ||
592 | #define reg_iop_sw_cpu_r_masked_intr0___spu0_0___lsb 16 | ||
593 | #define reg_iop_sw_cpu_r_masked_intr0___spu0_0___width 1 | ||
594 | #define reg_iop_sw_cpu_r_masked_intr0___spu0_0___bit 16 | ||
595 | #define reg_iop_sw_cpu_r_masked_intr0___spu0_1___lsb 17 | ||
596 | #define reg_iop_sw_cpu_r_masked_intr0___spu0_1___width 1 | ||
597 | #define reg_iop_sw_cpu_r_masked_intr0___spu0_1___bit 17 | ||
598 | #define reg_iop_sw_cpu_r_masked_intr0___spu0_2___lsb 18 | ||
599 | #define reg_iop_sw_cpu_r_masked_intr0___spu0_2___width 1 | ||
600 | #define reg_iop_sw_cpu_r_masked_intr0___spu0_2___bit 18 | ||
601 | #define reg_iop_sw_cpu_r_masked_intr0___spu0_3___lsb 19 | ||
602 | #define reg_iop_sw_cpu_r_masked_intr0___spu0_3___width 1 | ||
603 | #define reg_iop_sw_cpu_r_masked_intr0___spu0_3___bit 19 | ||
604 | #define reg_iop_sw_cpu_r_masked_intr0___spu0_4___lsb 20 | ||
605 | #define reg_iop_sw_cpu_r_masked_intr0___spu0_4___width 1 | ||
606 | #define reg_iop_sw_cpu_r_masked_intr0___spu0_4___bit 20 | ||
607 | #define reg_iop_sw_cpu_r_masked_intr0___spu0_5___lsb 21 | ||
608 | #define reg_iop_sw_cpu_r_masked_intr0___spu0_5___width 1 | ||
609 | #define reg_iop_sw_cpu_r_masked_intr0___spu0_5___bit 21 | ||
610 | #define reg_iop_sw_cpu_r_masked_intr0___spu0_6___lsb 22 | ||
611 | #define reg_iop_sw_cpu_r_masked_intr0___spu0_6___width 1 | ||
612 | #define reg_iop_sw_cpu_r_masked_intr0___spu0_6___bit 22 | ||
613 | #define reg_iop_sw_cpu_r_masked_intr0___spu0_7___lsb 23 | ||
614 | #define reg_iop_sw_cpu_r_masked_intr0___spu0_7___width 1 | ||
615 | #define reg_iop_sw_cpu_r_masked_intr0___spu0_7___bit 23 | ||
616 | #define reg_iop_sw_cpu_r_masked_intr0___spu1_8___lsb 24 | ||
617 | #define reg_iop_sw_cpu_r_masked_intr0___spu1_8___width 1 | ||
618 | #define reg_iop_sw_cpu_r_masked_intr0___spu1_8___bit 24 | ||
619 | #define reg_iop_sw_cpu_r_masked_intr0___spu1_9___lsb 25 | ||
620 | #define reg_iop_sw_cpu_r_masked_intr0___spu1_9___width 1 | ||
621 | #define reg_iop_sw_cpu_r_masked_intr0___spu1_9___bit 25 | ||
622 | #define reg_iop_sw_cpu_r_masked_intr0___spu1_10___lsb 26 | ||
623 | #define reg_iop_sw_cpu_r_masked_intr0___spu1_10___width 1 | ||
624 | #define reg_iop_sw_cpu_r_masked_intr0___spu1_10___bit 26 | ||
625 | #define reg_iop_sw_cpu_r_masked_intr0___spu1_11___lsb 27 | ||
626 | #define reg_iop_sw_cpu_r_masked_intr0___spu1_11___width 1 | ||
627 | #define reg_iop_sw_cpu_r_masked_intr0___spu1_11___bit 27 | ||
628 | #define reg_iop_sw_cpu_r_masked_intr0___spu1_12___lsb 28 | ||
629 | #define reg_iop_sw_cpu_r_masked_intr0___spu1_12___width 1 | ||
630 | #define reg_iop_sw_cpu_r_masked_intr0___spu1_12___bit 28 | ||
631 | #define reg_iop_sw_cpu_r_masked_intr0___spu1_13___lsb 29 | ||
632 | #define reg_iop_sw_cpu_r_masked_intr0___spu1_13___width 1 | ||
633 | #define reg_iop_sw_cpu_r_masked_intr0___spu1_13___bit 29 | ||
634 | #define reg_iop_sw_cpu_r_masked_intr0___spu1_14___lsb 30 | ||
635 | #define reg_iop_sw_cpu_r_masked_intr0___spu1_14___width 1 | ||
636 | #define reg_iop_sw_cpu_r_masked_intr0___spu1_14___bit 30 | ||
637 | #define reg_iop_sw_cpu_r_masked_intr0___spu1_15___lsb 31 | ||
638 | #define reg_iop_sw_cpu_r_masked_intr0___spu1_15___width 1 | ||
639 | #define reg_iop_sw_cpu_r_masked_intr0___spu1_15___bit 31 | ||
640 | #define reg_iop_sw_cpu_r_masked_intr0_offset 96 | ||
641 | |||
642 | /* Register rw_intr1_mask, scope iop_sw_cpu, type rw */ | ||
643 | #define reg_iop_sw_cpu_rw_intr1_mask___mpu_16___lsb 0 | ||
644 | #define reg_iop_sw_cpu_rw_intr1_mask___mpu_16___width 1 | ||
645 | #define reg_iop_sw_cpu_rw_intr1_mask___mpu_16___bit 0 | ||
646 | #define reg_iop_sw_cpu_rw_intr1_mask___mpu_17___lsb 1 | ||
647 | #define reg_iop_sw_cpu_rw_intr1_mask___mpu_17___width 1 | ||
648 | #define reg_iop_sw_cpu_rw_intr1_mask___mpu_17___bit 1 | ||
649 | #define reg_iop_sw_cpu_rw_intr1_mask___mpu_18___lsb 2 | ||
650 | #define reg_iop_sw_cpu_rw_intr1_mask___mpu_18___width 1 | ||
651 | #define reg_iop_sw_cpu_rw_intr1_mask___mpu_18___bit 2 | ||
652 | #define reg_iop_sw_cpu_rw_intr1_mask___mpu_19___lsb 3 | ||
653 | #define reg_iop_sw_cpu_rw_intr1_mask___mpu_19___width 1 | ||
654 | #define reg_iop_sw_cpu_rw_intr1_mask___mpu_19___bit 3 | ||
655 | #define reg_iop_sw_cpu_rw_intr1_mask___mpu_20___lsb 4 | ||
656 | #define reg_iop_sw_cpu_rw_intr1_mask___mpu_20___width 1 | ||
657 | #define reg_iop_sw_cpu_rw_intr1_mask___mpu_20___bit 4 | ||
658 | #define reg_iop_sw_cpu_rw_intr1_mask___mpu_21___lsb 5 | ||
659 | #define reg_iop_sw_cpu_rw_intr1_mask___mpu_21___width 1 | ||
660 | #define reg_iop_sw_cpu_rw_intr1_mask___mpu_21___bit 5 | ||
661 | #define reg_iop_sw_cpu_rw_intr1_mask___mpu_22___lsb 6 | ||
662 | #define reg_iop_sw_cpu_rw_intr1_mask___mpu_22___width 1 | ||
663 | #define reg_iop_sw_cpu_rw_intr1_mask___mpu_22___bit 6 | ||
664 | #define reg_iop_sw_cpu_rw_intr1_mask___mpu_23___lsb 7 | ||
665 | #define reg_iop_sw_cpu_rw_intr1_mask___mpu_23___width 1 | ||
666 | #define reg_iop_sw_cpu_rw_intr1_mask___mpu_23___bit 7 | ||
667 | #define reg_iop_sw_cpu_rw_intr1_mask___mpu_24___lsb 8 | ||
668 | #define reg_iop_sw_cpu_rw_intr1_mask___mpu_24___width 1 | ||
669 | #define reg_iop_sw_cpu_rw_intr1_mask___mpu_24___bit 8 | ||
670 | #define reg_iop_sw_cpu_rw_intr1_mask___mpu_25___lsb 9 | ||
671 | #define reg_iop_sw_cpu_rw_intr1_mask___mpu_25___width 1 | ||
672 | #define reg_iop_sw_cpu_rw_intr1_mask___mpu_25___bit 9 | ||
673 | #define reg_iop_sw_cpu_rw_intr1_mask___mpu_26___lsb 10 | ||
674 | #define reg_iop_sw_cpu_rw_intr1_mask___mpu_26___width 1 | ||
675 | #define reg_iop_sw_cpu_rw_intr1_mask___mpu_26___bit 10 | ||
676 | #define reg_iop_sw_cpu_rw_intr1_mask___mpu_27___lsb 11 | ||
677 | #define reg_iop_sw_cpu_rw_intr1_mask___mpu_27___width 1 | ||
678 | #define reg_iop_sw_cpu_rw_intr1_mask___mpu_27___bit 11 | ||
679 | #define reg_iop_sw_cpu_rw_intr1_mask___mpu_28___lsb 12 | ||
680 | #define reg_iop_sw_cpu_rw_intr1_mask___mpu_28___width 1 | ||
681 | #define reg_iop_sw_cpu_rw_intr1_mask___mpu_28___bit 12 | ||
682 | #define reg_iop_sw_cpu_rw_intr1_mask___mpu_29___lsb 13 | ||
683 | #define reg_iop_sw_cpu_rw_intr1_mask___mpu_29___width 1 | ||
684 | #define reg_iop_sw_cpu_rw_intr1_mask___mpu_29___bit 13 | ||
685 | #define reg_iop_sw_cpu_rw_intr1_mask___mpu_30___lsb 14 | ||
686 | #define reg_iop_sw_cpu_rw_intr1_mask___mpu_30___width 1 | ||
687 | #define reg_iop_sw_cpu_rw_intr1_mask___mpu_30___bit 14 | ||
688 | #define reg_iop_sw_cpu_rw_intr1_mask___mpu_31___lsb 15 | ||
689 | #define reg_iop_sw_cpu_rw_intr1_mask___mpu_31___width 1 | ||
690 | #define reg_iop_sw_cpu_rw_intr1_mask___mpu_31___bit 15 | ||
691 | #define reg_iop_sw_cpu_rw_intr1_mask___spu0_8___lsb 16 | ||
692 | #define reg_iop_sw_cpu_rw_intr1_mask___spu0_8___width 1 | ||
693 | #define reg_iop_sw_cpu_rw_intr1_mask___spu0_8___bit 16 | ||
694 | #define reg_iop_sw_cpu_rw_intr1_mask___spu0_9___lsb 17 | ||
695 | #define reg_iop_sw_cpu_rw_intr1_mask___spu0_9___width 1 | ||
696 | #define reg_iop_sw_cpu_rw_intr1_mask___spu0_9___bit 17 | ||
697 | #define reg_iop_sw_cpu_rw_intr1_mask___spu0_10___lsb 18 | ||
698 | #define reg_iop_sw_cpu_rw_intr1_mask___spu0_10___width 1 | ||
699 | #define reg_iop_sw_cpu_rw_intr1_mask___spu0_10___bit 18 | ||
700 | #define reg_iop_sw_cpu_rw_intr1_mask___spu0_11___lsb 19 | ||
701 | #define reg_iop_sw_cpu_rw_intr1_mask___spu0_11___width 1 | ||
702 | #define reg_iop_sw_cpu_rw_intr1_mask___spu0_11___bit 19 | ||
703 | #define reg_iop_sw_cpu_rw_intr1_mask___spu0_12___lsb 20 | ||
704 | #define reg_iop_sw_cpu_rw_intr1_mask___spu0_12___width 1 | ||
705 | #define reg_iop_sw_cpu_rw_intr1_mask___spu0_12___bit 20 | ||
706 | #define reg_iop_sw_cpu_rw_intr1_mask___spu0_13___lsb 21 | ||
707 | #define reg_iop_sw_cpu_rw_intr1_mask___spu0_13___width 1 | ||
708 | #define reg_iop_sw_cpu_rw_intr1_mask___spu0_13___bit 21 | ||
709 | #define reg_iop_sw_cpu_rw_intr1_mask___spu0_14___lsb 22 | ||
710 | #define reg_iop_sw_cpu_rw_intr1_mask___spu0_14___width 1 | ||
711 | #define reg_iop_sw_cpu_rw_intr1_mask___spu0_14___bit 22 | ||
712 | #define reg_iop_sw_cpu_rw_intr1_mask___spu0_15___lsb 23 | ||
713 | #define reg_iop_sw_cpu_rw_intr1_mask___spu0_15___width 1 | ||
714 | #define reg_iop_sw_cpu_rw_intr1_mask___spu0_15___bit 23 | ||
715 | #define reg_iop_sw_cpu_rw_intr1_mask___spu1_0___lsb 24 | ||
716 | #define reg_iop_sw_cpu_rw_intr1_mask___spu1_0___width 1 | ||
717 | #define reg_iop_sw_cpu_rw_intr1_mask___spu1_0___bit 24 | ||
718 | #define reg_iop_sw_cpu_rw_intr1_mask___spu1_1___lsb 25 | ||
719 | #define reg_iop_sw_cpu_rw_intr1_mask___spu1_1___width 1 | ||
720 | #define reg_iop_sw_cpu_rw_intr1_mask___spu1_1___bit 25 | ||
721 | #define reg_iop_sw_cpu_rw_intr1_mask___spu1_2___lsb 26 | ||
722 | #define reg_iop_sw_cpu_rw_intr1_mask___spu1_2___width 1 | ||
723 | #define reg_iop_sw_cpu_rw_intr1_mask___spu1_2___bit 26 | ||
724 | #define reg_iop_sw_cpu_rw_intr1_mask___spu1_3___lsb 27 | ||
725 | #define reg_iop_sw_cpu_rw_intr1_mask___spu1_3___width 1 | ||
726 | #define reg_iop_sw_cpu_rw_intr1_mask___spu1_3___bit 27 | ||
727 | #define reg_iop_sw_cpu_rw_intr1_mask___spu1_4___lsb 28 | ||
728 | #define reg_iop_sw_cpu_rw_intr1_mask___spu1_4___width 1 | ||
729 | #define reg_iop_sw_cpu_rw_intr1_mask___spu1_4___bit 28 | ||
730 | #define reg_iop_sw_cpu_rw_intr1_mask___spu1_5___lsb 29 | ||
731 | #define reg_iop_sw_cpu_rw_intr1_mask___spu1_5___width 1 | ||
732 | #define reg_iop_sw_cpu_rw_intr1_mask___spu1_5___bit 29 | ||
733 | #define reg_iop_sw_cpu_rw_intr1_mask___spu1_6___lsb 30 | ||
734 | #define reg_iop_sw_cpu_rw_intr1_mask___spu1_6___width 1 | ||
735 | #define reg_iop_sw_cpu_rw_intr1_mask___spu1_6___bit 30 | ||
736 | #define reg_iop_sw_cpu_rw_intr1_mask___spu1_7___lsb 31 | ||
737 | #define reg_iop_sw_cpu_rw_intr1_mask___spu1_7___width 1 | ||
738 | #define reg_iop_sw_cpu_rw_intr1_mask___spu1_7___bit 31 | ||
739 | #define reg_iop_sw_cpu_rw_intr1_mask_offset 100 | ||
740 | |||
741 | /* Register rw_ack_intr1, scope iop_sw_cpu, type rw */ | ||
742 | #define reg_iop_sw_cpu_rw_ack_intr1___mpu_16___lsb 0 | ||
743 | #define reg_iop_sw_cpu_rw_ack_intr1___mpu_16___width 1 | ||
744 | #define reg_iop_sw_cpu_rw_ack_intr1___mpu_16___bit 0 | ||
745 | #define reg_iop_sw_cpu_rw_ack_intr1___mpu_17___lsb 1 | ||
746 | #define reg_iop_sw_cpu_rw_ack_intr1___mpu_17___width 1 | ||
747 | #define reg_iop_sw_cpu_rw_ack_intr1___mpu_17___bit 1 | ||
748 | #define reg_iop_sw_cpu_rw_ack_intr1___mpu_18___lsb 2 | ||
749 | #define reg_iop_sw_cpu_rw_ack_intr1___mpu_18___width 1 | ||
750 | #define reg_iop_sw_cpu_rw_ack_intr1___mpu_18___bit 2 | ||
751 | #define reg_iop_sw_cpu_rw_ack_intr1___mpu_19___lsb 3 | ||
752 | #define reg_iop_sw_cpu_rw_ack_intr1___mpu_19___width 1 | ||
753 | #define reg_iop_sw_cpu_rw_ack_intr1___mpu_19___bit 3 | ||
754 | #define reg_iop_sw_cpu_rw_ack_intr1___mpu_20___lsb 4 | ||
755 | #define reg_iop_sw_cpu_rw_ack_intr1___mpu_20___width 1 | ||
756 | #define reg_iop_sw_cpu_rw_ack_intr1___mpu_20___bit 4 | ||
757 | #define reg_iop_sw_cpu_rw_ack_intr1___mpu_21___lsb 5 | ||
758 | #define reg_iop_sw_cpu_rw_ack_intr1___mpu_21___width 1 | ||
759 | #define reg_iop_sw_cpu_rw_ack_intr1___mpu_21___bit 5 | ||
760 | #define reg_iop_sw_cpu_rw_ack_intr1___mpu_22___lsb 6 | ||
761 | #define reg_iop_sw_cpu_rw_ack_intr1___mpu_22___width 1 | ||
762 | #define reg_iop_sw_cpu_rw_ack_intr1___mpu_22___bit 6 | ||
763 | #define reg_iop_sw_cpu_rw_ack_intr1___mpu_23___lsb 7 | ||
764 | #define reg_iop_sw_cpu_rw_ack_intr1___mpu_23___width 1 | ||
765 | #define reg_iop_sw_cpu_rw_ack_intr1___mpu_23___bit 7 | ||
766 | #define reg_iop_sw_cpu_rw_ack_intr1___mpu_24___lsb 8 | ||
767 | #define reg_iop_sw_cpu_rw_ack_intr1___mpu_24___width 1 | ||
768 | #define reg_iop_sw_cpu_rw_ack_intr1___mpu_24___bit 8 | ||
769 | #define reg_iop_sw_cpu_rw_ack_intr1___mpu_25___lsb 9 | ||
770 | #define reg_iop_sw_cpu_rw_ack_intr1___mpu_25___width 1 | ||
771 | #define reg_iop_sw_cpu_rw_ack_intr1___mpu_25___bit 9 | ||
772 | #define reg_iop_sw_cpu_rw_ack_intr1___mpu_26___lsb 10 | ||
773 | #define reg_iop_sw_cpu_rw_ack_intr1___mpu_26___width 1 | ||
774 | #define reg_iop_sw_cpu_rw_ack_intr1___mpu_26___bit 10 | ||
775 | #define reg_iop_sw_cpu_rw_ack_intr1___mpu_27___lsb 11 | ||
776 | #define reg_iop_sw_cpu_rw_ack_intr1___mpu_27___width 1 | ||
777 | #define reg_iop_sw_cpu_rw_ack_intr1___mpu_27___bit 11 | ||
778 | #define reg_iop_sw_cpu_rw_ack_intr1___mpu_28___lsb 12 | ||
779 | #define reg_iop_sw_cpu_rw_ack_intr1___mpu_28___width 1 | ||
780 | #define reg_iop_sw_cpu_rw_ack_intr1___mpu_28___bit 12 | ||
781 | #define reg_iop_sw_cpu_rw_ack_intr1___mpu_29___lsb 13 | ||
782 | #define reg_iop_sw_cpu_rw_ack_intr1___mpu_29___width 1 | ||
783 | #define reg_iop_sw_cpu_rw_ack_intr1___mpu_29___bit 13 | ||
784 | #define reg_iop_sw_cpu_rw_ack_intr1___mpu_30___lsb 14 | ||
785 | #define reg_iop_sw_cpu_rw_ack_intr1___mpu_30___width 1 | ||
786 | #define reg_iop_sw_cpu_rw_ack_intr1___mpu_30___bit 14 | ||
787 | #define reg_iop_sw_cpu_rw_ack_intr1___mpu_31___lsb 15 | ||
788 | #define reg_iop_sw_cpu_rw_ack_intr1___mpu_31___width 1 | ||
789 | #define reg_iop_sw_cpu_rw_ack_intr1___mpu_31___bit 15 | ||
790 | #define reg_iop_sw_cpu_rw_ack_intr1___spu0_8___lsb 16 | ||
791 | #define reg_iop_sw_cpu_rw_ack_intr1___spu0_8___width 1 | ||
792 | #define reg_iop_sw_cpu_rw_ack_intr1___spu0_8___bit 16 | ||
793 | #define reg_iop_sw_cpu_rw_ack_intr1___spu0_9___lsb 17 | ||
794 | #define reg_iop_sw_cpu_rw_ack_intr1___spu0_9___width 1 | ||
795 | #define reg_iop_sw_cpu_rw_ack_intr1___spu0_9___bit 17 | ||
796 | #define reg_iop_sw_cpu_rw_ack_intr1___spu0_10___lsb 18 | ||
797 | #define reg_iop_sw_cpu_rw_ack_intr1___spu0_10___width 1 | ||
798 | #define reg_iop_sw_cpu_rw_ack_intr1___spu0_10___bit 18 | ||
799 | #define reg_iop_sw_cpu_rw_ack_intr1___spu0_11___lsb 19 | ||
800 | #define reg_iop_sw_cpu_rw_ack_intr1___spu0_11___width 1 | ||
801 | #define reg_iop_sw_cpu_rw_ack_intr1___spu0_11___bit 19 | ||
802 | #define reg_iop_sw_cpu_rw_ack_intr1___spu0_12___lsb 20 | ||
803 | #define reg_iop_sw_cpu_rw_ack_intr1___spu0_12___width 1 | ||
804 | #define reg_iop_sw_cpu_rw_ack_intr1___spu0_12___bit 20 | ||
805 | #define reg_iop_sw_cpu_rw_ack_intr1___spu0_13___lsb 21 | ||
806 | #define reg_iop_sw_cpu_rw_ack_intr1___spu0_13___width 1 | ||
807 | #define reg_iop_sw_cpu_rw_ack_intr1___spu0_13___bit 21 | ||
808 | #define reg_iop_sw_cpu_rw_ack_intr1___spu0_14___lsb 22 | ||
809 | #define reg_iop_sw_cpu_rw_ack_intr1___spu0_14___width 1 | ||
810 | #define reg_iop_sw_cpu_rw_ack_intr1___spu0_14___bit 22 | ||
811 | #define reg_iop_sw_cpu_rw_ack_intr1___spu0_15___lsb 23 | ||
812 | #define reg_iop_sw_cpu_rw_ack_intr1___spu0_15___width 1 | ||
813 | #define reg_iop_sw_cpu_rw_ack_intr1___spu0_15___bit 23 | ||
814 | #define reg_iop_sw_cpu_rw_ack_intr1___spu1_0___lsb 24 | ||
815 | #define reg_iop_sw_cpu_rw_ack_intr1___spu1_0___width 1 | ||
816 | #define reg_iop_sw_cpu_rw_ack_intr1___spu1_0___bit 24 | ||
817 | #define reg_iop_sw_cpu_rw_ack_intr1___spu1_1___lsb 25 | ||
818 | #define reg_iop_sw_cpu_rw_ack_intr1___spu1_1___width 1 | ||
819 | #define reg_iop_sw_cpu_rw_ack_intr1___spu1_1___bit 25 | ||
820 | #define reg_iop_sw_cpu_rw_ack_intr1___spu1_2___lsb 26 | ||
821 | #define reg_iop_sw_cpu_rw_ack_intr1___spu1_2___width 1 | ||
822 | #define reg_iop_sw_cpu_rw_ack_intr1___spu1_2___bit 26 | ||
823 | #define reg_iop_sw_cpu_rw_ack_intr1___spu1_3___lsb 27 | ||
824 | #define reg_iop_sw_cpu_rw_ack_intr1___spu1_3___width 1 | ||
825 | #define reg_iop_sw_cpu_rw_ack_intr1___spu1_3___bit 27 | ||
826 | #define reg_iop_sw_cpu_rw_ack_intr1___spu1_4___lsb 28 | ||
827 | #define reg_iop_sw_cpu_rw_ack_intr1___spu1_4___width 1 | ||
828 | #define reg_iop_sw_cpu_rw_ack_intr1___spu1_4___bit 28 | ||
829 | #define reg_iop_sw_cpu_rw_ack_intr1___spu1_5___lsb 29 | ||
830 | #define reg_iop_sw_cpu_rw_ack_intr1___spu1_5___width 1 | ||
831 | #define reg_iop_sw_cpu_rw_ack_intr1___spu1_5___bit 29 | ||
832 | #define reg_iop_sw_cpu_rw_ack_intr1___spu1_6___lsb 30 | ||
833 | #define reg_iop_sw_cpu_rw_ack_intr1___spu1_6___width 1 | ||
834 | #define reg_iop_sw_cpu_rw_ack_intr1___spu1_6___bit 30 | ||
835 | #define reg_iop_sw_cpu_rw_ack_intr1___spu1_7___lsb 31 | ||
836 | #define reg_iop_sw_cpu_rw_ack_intr1___spu1_7___width 1 | ||
837 | #define reg_iop_sw_cpu_rw_ack_intr1___spu1_7___bit 31 | ||
838 | #define reg_iop_sw_cpu_rw_ack_intr1_offset 104 | ||
839 | |||
840 | /* Register r_intr1, scope iop_sw_cpu, type r */ | ||
841 | #define reg_iop_sw_cpu_r_intr1___mpu_16___lsb 0 | ||
842 | #define reg_iop_sw_cpu_r_intr1___mpu_16___width 1 | ||
843 | #define reg_iop_sw_cpu_r_intr1___mpu_16___bit 0 | ||
844 | #define reg_iop_sw_cpu_r_intr1___mpu_17___lsb 1 | ||
845 | #define reg_iop_sw_cpu_r_intr1___mpu_17___width 1 | ||
846 | #define reg_iop_sw_cpu_r_intr1___mpu_17___bit 1 | ||
847 | #define reg_iop_sw_cpu_r_intr1___mpu_18___lsb 2 | ||
848 | #define reg_iop_sw_cpu_r_intr1___mpu_18___width 1 | ||
849 | #define reg_iop_sw_cpu_r_intr1___mpu_18___bit 2 | ||
850 | #define reg_iop_sw_cpu_r_intr1___mpu_19___lsb 3 | ||
851 | #define reg_iop_sw_cpu_r_intr1___mpu_19___width 1 | ||
852 | #define reg_iop_sw_cpu_r_intr1___mpu_19___bit 3 | ||
853 | #define reg_iop_sw_cpu_r_intr1___mpu_20___lsb 4 | ||
854 | #define reg_iop_sw_cpu_r_intr1___mpu_20___width 1 | ||
855 | #define reg_iop_sw_cpu_r_intr1___mpu_20___bit 4 | ||
856 | #define reg_iop_sw_cpu_r_intr1___mpu_21___lsb 5 | ||
857 | #define reg_iop_sw_cpu_r_intr1___mpu_21___width 1 | ||
858 | #define reg_iop_sw_cpu_r_intr1___mpu_21___bit 5 | ||
859 | #define reg_iop_sw_cpu_r_intr1___mpu_22___lsb 6 | ||
860 | #define reg_iop_sw_cpu_r_intr1___mpu_22___width 1 | ||
861 | #define reg_iop_sw_cpu_r_intr1___mpu_22___bit 6 | ||
862 | #define reg_iop_sw_cpu_r_intr1___mpu_23___lsb 7 | ||
863 | #define reg_iop_sw_cpu_r_intr1___mpu_23___width 1 | ||
864 | #define reg_iop_sw_cpu_r_intr1___mpu_23___bit 7 | ||
865 | #define reg_iop_sw_cpu_r_intr1___mpu_24___lsb 8 | ||
866 | #define reg_iop_sw_cpu_r_intr1___mpu_24___width 1 | ||
867 | #define reg_iop_sw_cpu_r_intr1___mpu_24___bit 8 | ||
868 | #define reg_iop_sw_cpu_r_intr1___mpu_25___lsb 9 | ||
869 | #define reg_iop_sw_cpu_r_intr1___mpu_25___width 1 | ||
870 | #define reg_iop_sw_cpu_r_intr1___mpu_25___bit 9 | ||
871 | #define reg_iop_sw_cpu_r_intr1___mpu_26___lsb 10 | ||
872 | #define reg_iop_sw_cpu_r_intr1___mpu_26___width 1 | ||
873 | #define reg_iop_sw_cpu_r_intr1___mpu_26___bit 10 | ||
874 | #define reg_iop_sw_cpu_r_intr1___mpu_27___lsb 11 | ||
875 | #define reg_iop_sw_cpu_r_intr1___mpu_27___width 1 | ||
876 | #define reg_iop_sw_cpu_r_intr1___mpu_27___bit 11 | ||
877 | #define reg_iop_sw_cpu_r_intr1___mpu_28___lsb 12 | ||
878 | #define reg_iop_sw_cpu_r_intr1___mpu_28___width 1 | ||
879 | #define reg_iop_sw_cpu_r_intr1___mpu_28___bit 12 | ||
880 | #define reg_iop_sw_cpu_r_intr1___mpu_29___lsb 13 | ||
881 | #define reg_iop_sw_cpu_r_intr1___mpu_29___width 1 | ||
882 | #define reg_iop_sw_cpu_r_intr1___mpu_29___bit 13 | ||
883 | #define reg_iop_sw_cpu_r_intr1___mpu_30___lsb 14 | ||
884 | #define reg_iop_sw_cpu_r_intr1___mpu_30___width 1 | ||
885 | #define reg_iop_sw_cpu_r_intr1___mpu_30___bit 14 | ||
886 | #define reg_iop_sw_cpu_r_intr1___mpu_31___lsb 15 | ||
887 | #define reg_iop_sw_cpu_r_intr1___mpu_31___width 1 | ||
888 | #define reg_iop_sw_cpu_r_intr1___mpu_31___bit 15 | ||
889 | #define reg_iop_sw_cpu_r_intr1___spu0_8___lsb 16 | ||
890 | #define reg_iop_sw_cpu_r_intr1___spu0_8___width 1 | ||
891 | #define reg_iop_sw_cpu_r_intr1___spu0_8___bit 16 | ||
892 | #define reg_iop_sw_cpu_r_intr1___spu0_9___lsb 17 | ||
893 | #define reg_iop_sw_cpu_r_intr1___spu0_9___width 1 | ||
894 | #define reg_iop_sw_cpu_r_intr1___spu0_9___bit 17 | ||
895 | #define reg_iop_sw_cpu_r_intr1___spu0_10___lsb 18 | ||
896 | #define reg_iop_sw_cpu_r_intr1___spu0_10___width 1 | ||
897 | #define reg_iop_sw_cpu_r_intr1___spu0_10___bit 18 | ||
898 | #define reg_iop_sw_cpu_r_intr1___spu0_11___lsb 19 | ||
899 | #define reg_iop_sw_cpu_r_intr1___spu0_11___width 1 | ||
900 | #define reg_iop_sw_cpu_r_intr1___spu0_11___bit 19 | ||
901 | #define reg_iop_sw_cpu_r_intr1___spu0_12___lsb 20 | ||
902 | #define reg_iop_sw_cpu_r_intr1___spu0_12___width 1 | ||
903 | #define reg_iop_sw_cpu_r_intr1___spu0_12___bit 20 | ||
904 | #define reg_iop_sw_cpu_r_intr1___spu0_13___lsb 21 | ||
905 | #define reg_iop_sw_cpu_r_intr1___spu0_13___width 1 | ||
906 | #define reg_iop_sw_cpu_r_intr1___spu0_13___bit 21 | ||
907 | #define reg_iop_sw_cpu_r_intr1___spu0_14___lsb 22 | ||
908 | #define reg_iop_sw_cpu_r_intr1___spu0_14___width 1 | ||
909 | #define reg_iop_sw_cpu_r_intr1___spu0_14___bit 22 | ||
910 | #define reg_iop_sw_cpu_r_intr1___spu0_15___lsb 23 | ||
911 | #define reg_iop_sw_cpu_r_intr1___spu0_15___width 1 | ||
912 | #define reg_iop_sw_cpu_r_intr1___spu0_15___bit 23 | ||
913 | #define reg_iop_sw_cpu_r_intr1___spu1_0___lsb 24 | ||
914 | #define reg_iop_sw_cpu_r_intr1___spu1_0___width 1 | ||
915 | #define reg_iop_sw_cpu_r_intr1___spu1_0___bit 24 | ||
916 | #define reg_iop_sw_cpu_r_intr1___spu1_1___lsb 25 | ||
917 | #define reg_iop_sw_cpu_r_intr1___spu1_1___width 1 | ||
918 | #define reg_iop_sw_cpu_r_intr1___spu1_1___bit 25 | ||
919 | #define reg_iop_sw_cpu_r_intr1___spu1_2___lsb 26 | ||
920 | #define reg_iop_sw_cpu_r_intr1___spu1_2___width 1 | ||
921 | #define reg_iop_sw_cpu_r_intr1___spu1_2___bit 26 | ||
922 | #define reg_iop_sw_cpu_r_intr1___spu1_3___lsb 27 | ||
923 | #define reg_iop_sw_cpu_r_intr1___spu1_3___width 1 | ||
924 | #define reg_iop_sw_cpu_r_intr1___spu1_3___bit 27 | ||
925 | #define reg_iop_sw_cpu_r_intr1___spu1_4___lsb 28 | ||
926 | #define reg_iop_sw_cpu_r_intr1___spu1_4___width 1 | ||
927 | #define reg_iop_sw_cpu_r_intr1___spu1_4___bit 28 | ||
928 | #define reg_iop_sw_cpu_r_intr1___spu1_5___lsb 29 | ||
929 | #define reg_iop_sw_cpu_r_intr1___spu1_5___width 1 | ||
930 | #define reg_iop_sw_cpu_r_intr1___spu1_5___bit 29 | ||
931 | #define reg_iop_sw_cpu_r_intr1___spu1_6___lsb 30 | ||
932 | #define reg_iop_sw_cpu_r_intr1___spu1_6___width 1 | ||
933 | #define reg_iop_sw_cpu_r_intr1___spu1_6___bit 30 | ||
934 | #define reg_iop_sw_cpu_r_intr1___spu1_7___lsb 31 | ||
935 | #define reg_iop_sw_cpu_r_intr1___spu1_7___width 1 | ||
936 | #define reg_iop_sw_cpu_r_intr1___spu1_7___bit 31 | ||
937 | #define reg_iop_sw_cpu_r_intr1_offset 108 | ||
938 | |||
939 | /* Register r_masked_intr1, scope iop_sw_cpu, type r */ | ||
940 | #define reg_iop_sw_cpu_r_masked_intr1___mpu_16___lsb 0 | ||
941 | #define reg_iop_sw_cpu_r_masked_intr1___mpu_16___width 1 | ||
942 | #define reg_iop_sw_cpu_r_masked_intr1___mpu_16___bit 0 | ||
943 | #define reg_iop_sw_cpu_r_masked_intr1___mpu_17___lsb 1 | ||
944 | #define reg_iop_sw_cpu_r_masked_intr1___mpu_17___width 1 | ||
945 | #define reg_iop_sw_cpu_r_masked_intr1___mpu_17___bit 1 | ||
946 | #define reg_iop_sw_cpu_r_masked_intr1___mpu_18___lsb 2 | ||
947 | #define reg_iop_sw_cpu_r_masked_intr1___mpu_18___width 1 | ||
948 | #define reg_iop_sw_cpu_r_masked_intr1___mpu_18___bit 2 | ||
949 | #define reg_iop_sw_cpu_r_masked_intr1___mpu_19___lsb 3 | ||
950 | #define reg_iop_sw_cpu_r_masked_intr1___mpu_19___width 1 | ||
951 | #define reg_iop_sw_cpu_r_masked_intr1___mpu_19___bit 3 | ||
952 | #define reg_iop_sw_cpu_r_masked_intr1___mpu_20___lsb 4 | ||
953 | #define reg_iop_sw_cpu_r_masked_intr1___mpu_20___width 1 | ||
954 | #define reg_iop_sw_cpu_r_masked_intr1___mpu_20___bit 4 | ||
955 | #define reg_iop_sw_cpu_r_masked_intr1___mpu_21___lsb 5 | ||
956 | #define reg_iop_sw_cpu_r_masked_intr1___mpu_21___width 1 | ||
957 | #define reg_iop_sw_cpu_r_masked_intr1___mpu_21___bit 5 | ||
958 | #define reg_iop_sw_cpu_r_masked_intr1___mpu_22___lsb 6 | ||
959 | #define reg_iop_sw_cpu_r_masked_intr1___mpu_22___width 1 | ||
960 | #define reg_iop_sw_cpu_r_masked_intr1___mpu_22___bit 6 | ||
961 | #define reg_iop_sw_cpu_r_masked_intr1___mpu_23___lsb 7 | ||
962 | #define reg_iop_sw_cpu_r_masked_intr1___mpu_23___width 1 | ||
963 | #define reg_iop_sw_cpu_r_masked_intr1___mpu_23___bit 7 | ||
964 | #define reg_iop_sw_cpu_r_masked_intr1___mpu_24___lsb 8 | ||
965 | #define reg_iop_sw_cpu_r_masked_intr1___mpu_24___width 1 | ||
966 | #define reg_iop_sw_cpu_r_masked_intr1___mpu_24___bit 8 | ||
967 | #define reg_iop_sw_cpu_r_masked_intr1___mpu_25___lsb 9 | ||
968 | #define reg_iop_sw_cpu_r_masked_intr1___mpu_25___width 1 | ||
969 | #define reg_iop_sw_cpu_r_masked_intr1___mpu_25___bit 9 | ||
970 | #define reg_iop_sw_cpu_r_masked_intr1___mpu_26___lsb 10 | ||
971 | #define reg_iop_sw_cpu_r_masked_intr1___mpu_26___width 1 | ||
972 | #define reg_iop_sw_cpu_r_masked_intr1___mpu_26___bit 10 | ||
973 | #define reg_iop_sw_cpu_r_masked_intr1___mpu_27___lsb 11 | ||
974 | #define reg_iop_sw_cpu_r_masked_intr1___mpu_27___width 1 | ||
975 | #define reg_iop_sw_cpu_r_masked_intr1___mpu_27___bit 11 | ||
976 | #define reg_iop_sw_cpu_r_masked_intr1___mpu_28___lsb 12 | ||
977 | #define reg_iop_sw_cpu_r_masked_intr1___mpu_28___width 1 | ||
978 | #define reg_iop_sw_cpu_r_masked_intr1___mpu_28___bit 12 | ||
979 | #define reg_iop_sw_cpu_r_masked_intr1___mpu_29___lsb 13 | ||
980 | #define reg_iop_sw_cpu_r_masked_intr1___mpu_29___width 1 | ||
981 | #define reg_iop_sw_cpu_r_masked_intr1___mpu_29___bit 13 | ||
982 | #define reg_iop_sw_cpu_r_masked_intr1___mpu_30___lsb 14 | ||
983 | #define reg_iop_sw_cpu_r_masked_intr1___mpu_30___width 1 | ||
984 | #define reg_iop_sw_cpu_r_masked_intr1___mpu_30___bit 14 | ||
985 | #define reg_iop_sw_cpu_r_masked_intr1___mpu_31___lsb 15 | ||
986 | #define reg_iop_sw_cpu_r_masked_intr1___mpu_31___width 1 | ||
987 | #define reg_iop_sw_cpu_r_masked_intr1___mpu_31___bit 15 | ||
988 | #define reg_iop_sw_cpu_r_masked_intr1___spu0_8___lsb 16 | ||
989 | #define reg_iop_sw_cpu_r_masked_intr1___spu0_8___width 1 | ||
990 | #define reg_iop_sw_cpu_r_masked_intr1___spu0_8___bit 16 | ||
991 | #define reg_iop_sw_cpu_r_masked_intr1___spu0_9___lsb 17 | ||
992 | #define reg_iop_sw_cpu_r_masked_intr1___spu0_9___width 1 | ||
993 | #define reg_iop_sw_cpu_r_masked_intr1___spu0_9___bit 17 | ||
994 | #define reg_iop_sw_cpu_r_masked_intr1___spu0_10___lsb 18 | ||
995 | #define reg_iop_sw_cpu_r_masked_intr1___spu0_10___width 1 | ||
996 | #define reg_iop_sw_cpu_r_masked_intr1___spu0_10___bit 18 | ||
997 | #define reg_iop_sw_cpu_r_masked_intr1___spu0_11___lsb 19 | ||
998 | #define reg_iop_sw_cpu_r_masked_intr1___spu0_11___width 1 | ||
999 | #define reg_iop_sw_cpu_r_masked_intr1___spu0_11___bit 19 | ||
1000 | #define reg_iop_sw_cpu_r_masked_intr1___spu0_12___lsb 20 | ||
1001 | #define reg_iop_sw_cpu_r_masked_intr1___spu0_12___width 1 | ||
1002 | #define reg_iop_sw_cpu_r_masked_intr1___spu0_12___bit 20 | ||
1003 | #define reg_iop_sw_cpu_r_masked_intr1___spu0_13___lsb 21 | ||
1004 | #define reg_iop_sw_cpu_r_masked_intr1___spu0_13___width 1 | ||
1005 | #define reg_iop_sw_cpu_r_masked_intr1___spu0_13___bit 21 | ||
1006 | #define reg_iop_sw_cpu_r_masked_intr1___spu0_14___lsb 22 | ||
1007 | #define reg_iop_sw_cpu_r_masked_intr1___spu0_14___width 1 | ||
1008 | #define reg_iop_sw_cpu_r_masked_intr1___spu0_14___bit 22 | ||
1009 | #define reg_iop_sw_cpu_r_masked_intr1___spu0_15___lsb 23 | ||
1010 | #define reg_iop_sw_cpu_r_masked_intr1___spu0_15___width 1 | ||
1011 | #define reg_iop_sw_cpu_r_masked_intr1___spu0_15___bit 23 | ||
1012 | #define reg_iop_sw_cpu_r_masked_intr1___spu1_0___lsb 24 | ||
1013 | #define reg_iop_sw_cpu_r_masked_intr1___spu1_0___width 1 | ||
1014 | #define reg_iop_sw_cpu_r_masked_intr1___spu1_0___bit 24 | ||
1015 | #define reg_iop_sw_cpu_r_masked_intr1___spu1_1___lsb 25 | ||
1016 | #define reg_iop_sw_cpu_r_masked_intr1___spu1_1___width 1 | ||
1017 | #define reg_iop_sw_cpu_r_masked_intr1___spu1_1___bit 25 | ||
1018 | #define reg_iop_sw_cpu_r_masked_intr1___spu1_2___lsb 26 | ||
1019 | #define reg_iop_sw_cpu_r_masked_intr1___spu1_2___width 1 | ||
1020 | #define reg_iop_sw_cpu_r_masked_intr1___spu1_2___bit 26 | ||
1021 | #define reg_iop_sw_cpu_r_masked_intr1___spu1_3___lsb 27 | ||
1022 | #define reg_iop_sw_cpu_r_masked_intr1___spu1_3___width 1 | ||
1023 | #define reg_iop_sw_cpu_r_masked_intr1___spu1_3___bit 27 | ||
1024 | #define reg_iop_sw_cpu_r_masked_intr1___spu1_4___lsb 28 | ||
1025 | #define reg_iop_sw_cpu_r_masked_intr1___spu1_4___width 1 | ||
1026 | #define reg_iop_sw_cpu_r_masked_intr1___spu1_4___bit 28 | ||
1027 | #define reg_iop_sw_cpu_r_masked_intr1___spu1_5___lsb 29 | ||
1028 | #define reg_iop_sw_cpu_r_masked_intr1___spu1_5___width 1 | ||
1029 | #define reg_iop_sw_cpu_r_masked_intr1___spu1_5___bit 29 | ||
1030 | #define reg_iop_sw_cpu_r_masked_intr1___spu1_6___lsb 30 | ||
1031 | #define reg_iop_sw_cpu_r_masked_intr1___spu1_6___width 1 | ||
1032 | #define reg_iop_sw_cpu_r_masked_intr1___spu1_6___bit 30 | ||
1033 | #define reg_iop_sw_cpu_r_masked_intr1___spu1_7___lsb 31 | ||
1034 | #define reg_iop_sw_cpu_r_masked_intr1___spu1_7___width 1 | ||
1035 | #define reg_iop_sw_cpu_r_masked_intr1___spu1_7___bit 31 | ||
1036 | #define reg_iop_sw_cpu_r_masked_intr1_offset 112 | ||
1037 | |||
1038 | /* Register rw_intr2_mask, scope iop_sw_cpu, type rw */ | ||
1039 | #define reg_iop_sw_cpu_rw_intr2_mask___mpu_0___lsb 0 | ||
1040 | #define reg_iop_sw_cpu_rw_intr2_mask___mpu_0___width 1 | ||
1041 | #define reg_iop_sw_cpu_rw_intr2_mask___mpu_0___bit 0 | ||
1042 | #define reg_iop_sw_cpu_rw_intr2_mask___mpu_1___lsb 1 | ||
1043 | #define reg_iop_sw_cpu_rw_intr2_mask___mpu_1___width 1 | ||
1044 | #define reg_iop_sw_cpu_rw_intr2_mask___mpu_1___bit 1 | ||
1045 | #define reg_iop_sw_cpu_rw_intr2_mask___mpu_2___lsb 2 | ||
1046 | #define reg_iop_sw_cpu_rw_intr2_mask___mpu_2___width 1 | ||
1047 | #define reg_iop_sw_cpu_rw_intr2_mask___mpu_2___bit 2 | ||
1048 | #define reg_iop_sw_cpu_rw_intr2_mask___mpu_3___lsb 3 | ||
1049 | #define reg_iop_sw_cpu_rw_intr2_mask___mpu_3___width 1 | ||
1050 | #define reg_iop_sw_cpu_rw_intr2_mask___mpu_3___bit 3 | ||
1051 | #define reg_iop_sw_cpu_rw_intr2_mask___mpu_4___lsb 4 | ||
1052 | #define reg_iop_sw_cpu_rw_intr2_mask___mpu_4___width 1 | ||
1053 | #define reg_iop_sw_cpu_rw_intr2_mask___mpu_4___bit 4 | ||
1054 | #define reg_iop_sw_cpu_rw_intr2_mask___mpu_5___lsb 5 | ||
1055 | #define reg_iop_sw_cpu_rw_intr2_mask___mpu_5___width 1 | ||
1056 | #define reg_iop_sw_cpu_rw_intr2_mask___mpu_5___bit 5 | ||
1057 | #define reg_iop_sw_cpu_rw_intr2_mask___mpu_6___lsb 6 | ||
1058 | #define reg_iop_sw_cpu_rw_intr2_mask___mpu_6___width 1 | ||
1059 | #define reg_iop_sw_cpu_rw_intr2_mask___mpu_6___bit 6 | ||
1060 | #define reg_iop_sw_cpu_rw_intr2_mask___mpu_7___lsb 7 | ||
1061 | #define reg_iop_sw_cpu_rw_intr2_mask___mpu_7___width 1 | ||
1062 | #define reg_iop_sw_cpu_rw_intr2_mask___mpu_7___bit 7 | ||
1063 | #define reg_iop_sw_cpu_rw_intr2_mask___spu0_0___lsb 8 | ||
1064 | #define reg_iop_sw_cpu_rw_intr2_mask___spu0_0___width 1 | ||
1065 | #define reg_iop_sw_cpu_rw_intr2_mask___spu0_0___bit 8 | ||
1066 | #define reg_iop_sw_cpu_rw_intr2_mask___spu0_1___lsb 9 | ||
1067 | #define reg_iop_sw_cpu_rw_intr2_mask___spu0_1___width 1 | ||
1068 | #define reg_iop_sw_cpu_rw_intr2_mask___spu0_1___bit 9 | ||
1069 | #define reg_iop_sw_cpu_rw_intr2_mask___spu0_2___lsb 10 | ||
1070 | #define reg_iop_sw_cpu_rw_intr2_mask___spu0_2___width 1 | ||
1071 | #define reg_iop_sw_cpu_rw_intr2_mask___spu0_2___bit 10 | ||
1072 | #define reg_iop_sw_cpu_rw_intr2_mask___spu0_3___lsb 11 | ||
1073 | #define reg_iop_sw_cpu_rw_intr2_mask___spu0_3___width 1 | ||
1074 | #define reg_iop_sw_cpu_rw_intr2_mask___spu0_3___bit 11 | ||
1075 | #define reg_iop_sw_cpu_rw_intr2_mask___spu0_4___lsb 12 | ||
1076 | #define reg_iop_sw_cpu_rw_intr2_mask___spu0_4___width 1 | ||
1077 | #define reg_iop_sw_cpu_rw_intr2_mask___spu0_4___bit 12 | ||
1078 | #define reg_iop_sw_cpu_rw_intr2_mask___spu0_5___lsb 13 | ||
1079 | #define reg_iop_sw_cpu_rw_intr2_mask___spu0_5___width 1 | ||
1080 | #define reg_iop_sw_cpu_rw_intr2_mask___spu0_5___bit 13 | ||
1081 | #define reg_iop_sw_cpu_rw_intr2_mask___spu0_6___lsb 14 | ||
1082 | #define reg_iop_sw_cpu_rw_intr2_mask___spu0_6___width 1 | ||
1083 | #define reg_iop_sw_cpu_rw_intr2_mask___spu0_6___bit 14 | ||
1084 | #define reg_iop_sw_cpu_rw_intr2_mask___spu0_7___lsb 15 | ||
1085 | #define reg_iop_sw_cpu_rw_intr2_mask___spu0_7___width 1 | ||
1086 | #define reg_iop_sw_cpu_rw_intr2_mask___spu0_7___bit 15 | ||
1087 | #define reg_iop_sw_cpu_rw_intr2_mask___dmc_in0___lsb 16 | ||
1088 | #define reg_iop_sw_cpu_rw_intr2_mask___dmc_in0___width 1 | ||
1089 | #define reg_iop_sw_cpu_rw_intr2_mask___dmc_in0___bit 16 | ||
1090 | #define reg_iop_sw_cpu_rw_intr2_mask___dmc_out0___lsb 17 | ||
1091 | #define reg_iop_sw_cpu_rw_intr2_mask___dmc_out0___width 1 | ||
1092 | #define reg_iop_sw_cpu_rw_intr2_mask___dmc_out0___bit 17 | ||
1093 | #define reg_iop_sw_cpu_rw_intr2_mask___fifo_in0___lsb 18 | ||
1094 | #define reg_iop_sw_cpu_rw_intr2_mask___fifo_in0___width 1 | ||
1095 | #define reg_iop_sw_cpu_rw_intr2_mask___fifo_in0___bit 18 | ||
1096 | #define reg_iop_sw_cpu_rw_intr2_mask___fifo_out0___lsb 19 | ||
1097 | #define reg_iop_sw_cpu_rw_intr2_mask___fifo_out0___width 1 | ||
1098 | #define reg_iop_sw_cpu_rw_intr2_mask___fifo_out0___bit 19 | ||
1099 | #define reg_iop_sw_cpu_rw_intr2_mask___fifo_in0_extra___lsb 20 | ||
1100 | #define reg_iop_sw_cpu_rw_intr2_mask___fifo_in0_extra___width 1 | ||
1101 | #define reg_iop_sw_cpu_rw_intr2_mask___fifo_in0_extra___bit 20 | ||
1102 | #define reg_iop_sw_cpu_rw_intr2_mask___fifo_out0_extra___lsb 21 | ||
1103 | #define reg_iop_sw_cpu_rw_intr2_mask___fifo_out0_extra___width 1 | ||
1104 | #define reg_iop_sw_cpu_rw_intr2_mask___fifo_out0_extra___bit 21 | ||
1105 | #define reg_iop_sw_cpu_rw_intr2_mask___trigger_grp0___lsb 22 | ||
1106 | #define reg_iop_sw_cpu_rw_intr2_mask___trigger_grp0___width 1 | ||
1107 | #define reg_iop_sw_cpu_rw_intr2_mask___trigger_grp0___bit 22 | ||
1108 | #define reg_iop_sw_cpu_rw_intr2_mask___trigger_grp1___lsb 23 | ||
1109 | #define reg_iop_sw_cpu_rw_intr2_mask___trigger_grp1___width 1 | ||
1110 | #define reg_iop_sw_cpu_rw_intr2_mask___trigger_grp1___bit 23 | ||
1111 | #define reg_iop_sw_cpu_rw_intr2_mask___trigger_grp2___lsb 24 | ||
1112 | #define reg_iop_sw_cpu_rw_intr2_mask___trigger_grp2___width 1 | ||
1113 | #define reg_iop_sw_cpu_rw_intr2_mask___trigger_grp2___bit 24 | ||
1114 | #define reg_iop_sw_cpu_rw_intr2_mask___trigger_grp3___lsb 25 | ||
1115 | #define reg_iop_sw_cpu_rw_intr2_mask___trigger_grp3___width 1 | ||
1116 | #define reg_iop_sw_cpu_rw_intr2_mask___trigger_grp3___bit 25 | ||
1117 | #define reg_iop_sw_cpu_rw_intr2_mask___trigger_grp4___lsb 26 | ||
1118 | #define reg_iop_sw_cpu_rw_intr2_mask___trigger_grp4___width 1 | ||
1119 | #define reg_iop_sw_cpu_rw_intr2_mask___trigger_grp4___bit 26 | ||
1120 | #define reg_iop_sw_cpu_rw_intr2_mask___trigger_grp5___lsb 27 | ||
1121 | #define reg_iop_sw_cpu_rw_intr2_mask___trigger_grp5___width 1 | ||
1122 | #define reg_iop_sw_cpu_rw_intr2_mask___trigger_grp5___bit 27 | ||
1123 | #define reg_iop_sw_cpu_rw_intr2_mask___trigger_grp6___lsb 28 | ||
1124 | #define reg_iop_sw_cpu_rw_intr2_mask___trigger_grp6___width 1 | ||
1125 | #define reg_iop_sw_cpu_rw_intr2_mask___trigger_grp6___bit 28 | ||
1126 | #define reg_iop_sw_cpu_rw_intr2_mask___trigger_grp7___lsb 29 | ||
1127 | #define reg_iop_sw_cpu_rw_intr2_mask___trigger_grp7___width 1 | ||
1128 | #define reg_iop_sw_cpu_rw_intr2_mask___trigger_grp7___bit 29 | ||
1129 | #define reg_iop_sw_cpu_rw_intr2_mask___timer_grp0___lsb 30 | ||
1130 | #define reg_iop_sw_cpu_rw_intr2_mask___timer_grp0___width 1 | ||
1131 | #define reg_iop_sw_cpu_rw_intr2_mask___timer_grp0___bit 30 | ||
1132 | #define reg_iop_sw_cpu_rw_intr2_mask___timer_grp1___lsb 31 | ||
1133 | #define reg_iop_sw_cpu_rw_intr2_mask___timer_grp1___width 1 | ||
1134 | #define reg_iop_sw_cpu_rw_intr2_mask___timer_grp1___bit 31 | ||
1135 | #define reg_iop_sw_cpu_rw_intr2_mask_offset 116 | ||
1136 | |||
1137 | /* Register rw_ack_intr2, scope iop_sw_cpu, type rw */ | ||
1138 | #define reg_iop_sw_cpu_rw_ack_intr2___mpu_0___lsb 0 | ||
1139 | #define reg_iop_sw_cpu_rw_ack_intr2___mpu_0___width 1 | ||
1140 | #define reg_iop_sw_cpu_rw_ack_intr2___mpu_0___bit 0 | ||
1141 | #define reg_iop_sw_cpu_rw_ack_intr2___mpu_1___lsb 1 | ||
1142 | #define reg_iop_sw_cpu_rw_ack_intr2___mpu_1___width 1 | ||
1143 | #define reg_iop_sw_cpu_rw_ack_intr2___mpu_1___bit 1 | ||
1144 | #define reg_iop_sw_cpu_rw_ack_intr2___mpu_2___lsb 2 | ||
1145 | #define reg_iop_sw_cpu_rw_ack_intr2___mpu_2___width 1 | ||
1146 | #define reg_iop_sw_cpu_rw_ack_intr2___mpu_2___bit 2 | ||
1147 | #define reg_iop_sw_cpu_rw_ack_intr2___mpu_3___lsb 3 | ||
1148 | #define reg_iop_sw_cpu_rw_ack_intr2___mpu_3___width 1 | ||
1149 | #define reg_iop_sw_cpu_rw_ack_intr2___mpu_3___bit 3 | ||
1150 | #define reg_iop_sw_cpu_rw_ack_intr2___mpu_4___lsb 4 | ||
1151 | #define reg_iop_sw_cpu_rw_ack_intr2___mpu_4___width 1 | ||
1152 | #define reg_iop_sw_cpu_rw_ack_intr2___mpu_4___bit 4 | ||
1153 | #define reg_iop_sw_cpu_rw_ack_intr2___mpu_5___lsb 5 | ||
1154 | #define reg_iop_sw_cpu_rw_ack_intr2___mpu_5___width 1 | ||
1155 | #define reg_iop_sw_cpu_rw_ack_intr2___mpu_5___bit 5 | ||
1156 | #define reg_iop_sw_cpu_rw_ack_intr2___mpu_6___lsb 6 | ||
1157 | #define reg_iop_sw_cpu_rw_ack_intr2___mpu_6___width 1 | ||
1158 | #define reg_iop_sw_cpu_rw_ack_intr2___mpu_6___bit 6 | ||
1159 | #define reg_iop_sw_cpu_rw_ack_intr2___mpu_7___lsb 7 | ||
1160 | #define reg_iop_sw_cpu_rw_ack_intr2___mpu_7___width 1 | ||
1161 | #define reg_iop_sw_cpu_rw_ack_intr2___mpu_7___bit 7 | ||
1162 | #define reg_iop_sw_cpu_rw_ack_intr2___spu0_0___lsb 8 | ||
1163 | #define reg_iop_sw_cpu_rw_ack_intr2___spu0_0___width 1 | ||
1164 | #define reg_iop_sw_cpu_rw_ack_intr2___spu0_0___bit 8 | ||
1165 | #define reg_iop_sw_cpu_rw_ack_intr2___spu0_1___lsb 9 | ||
1166 | #define reg_iop_sw_cpu_rw_ack_intr2___spu0_1___width 1 | ||
1167 | #define reg_iop_sw_cpu_rw_ack_intr2___spu0_1___bit 9 | ||
1168 | #define reg_iop_sw_cpu_rw_ack_intr2___spu0_2___lsb 10 | ||
1169 | #define reg_iop_sw_cpu_rw_ack_intr2___spu0_2___width 1 | ||
1170 | #define reg_iop_sw_cpu_rw_ack_intr2___spu0_2___bit 10 | ||
1171 | #define reg_iop_sw_cpu_rw_ack_intr2___spu0_3___lsb 11 | ||
1172 | #define reg_iop_sw_cpu_rw_ack_intr2___spu0_3___width 1 | ||
1173 | #define reg_iop_sw_cpu_rw_ack_intr2___spu0_3___bit 11 | ||
1174 | #define reg_iop_sw_cpu_rw_ack_intr2___spu0_4___lsb 12 | ||
1175 | #define reg_iop_sw_cpu_rw_ack_intr2___spu0_4___width 1 | ||
1176 | #define reg_iop_sw_cpu_rw_ack_intr2___spu0_4___bit 12 | ||
1177 | #define reg_iop_sw_cpu_rw_ack_intr2___spu0_5___lsb 13 | ||
1178 | #define reg_iop_sw_cpu_rw_ack_intr2___spu0_5___width 1 | ||
1179 | #define reg_iop_sw_cpu_rw_ack_intr2___spu0_5___bit 13 | ||
1180 | #define reg_iop_sw_cpu_rw_ack_intr2___spu0_6___lsb 14 | ||
1181 | #define reg_iop_sw_cpu_rw_ack_intr2___spu0_6___width 1 | ||
1182 | #define reg_iop_sw_cpu_rw_ack_intr2___spu0_6___bit 14 | ||
1183 | #define reg_iop_sw_cpu_rw_ack_intr2___spu0_7___lsb 15 | ||
1184 | #define reg_iop_sw_cpu_rw_ack_intr2___spu0_7___width 1 | ||
1185 | #define reg_iop_sw_cpu_rw_ack_intr2___spu0_7___bit 15 | ||
1186 | #define reg_iop_sw_cpu_rw_ack_intr2_offset 120 | ||
1187 | |||
1188 | /* Register r_intr2, scope iop_sw_cpu, type r */ | ||
1189 | #define reg_iop_sw_cpu_r_intr2___mpu_0___lsb 0 | ||
1190 | #define reg_iop_sw_cpu_r_intr2___mpu_0___width 1 | ||
1191 | #define reg_iop_sw_cpu_r_intr2___mpu_0___bit 0 | ||
1192 | #define reg_iop_sw_cpu_r_intr2___mpu_1___lsb 1 | ||
1193 | #define reg_iop_sw_cpu_r_intr2___mpu_1___width 1 | ||
1194 | #define reg_iop_sw_cpu_r_intr2___mpu_1___bit 1 | ||
1195 | #define reg_iop_sw_cpu_r_intr2___mpu_2___lsb 2 | ||
1196 | #define reg_iop_sw_cpu_r_intr2___mpu_2___width 1 | ||
1197 | #define reg_iop_sw_cpu_r_intr2___mpu_2___bit 2 | ||
1198 | #define reg_iop_sw_cpu_r_intr2___mpu_3___lsb 3 | ||
1199 | #define reg_iop_sw_cpu_r_intr2___mpu_3___width 1 | ||
1200 | #define reg_iop_sw_cpu_r_intr2___mpu_3___bit 3 | ||
1201 | #define reg_iop_sw_cpu_r_intr2___mpu_4___lsb 4 | ||
1202 | #define reg_iop_sw_cpu_r_intr2___mpu_4___width 1 | ||
1203 | #define reg_iop_sw_cpu_r_intr2___mpu_4___bit 4 | ||
1204 | #define reg_iop_sw_cpu_r_intr2___mpu_5___lsb 5 | ||
1205 | #define reg_iop_sw_cpu_r_intr2___mpu_5___width 1 | ||
1206 | #define reg_iop_sw_cpu_r_intr2___mpu_5___bit 5 | ||
1207 | #define reg_iop_sw_cpu_r_intr2___mpu_6___lsb 6 | ||
1208 | #define reg_iop_sw_cpu_r_intr2___mpu_6___width 1 | ||
1209 | #define reg_iop_sw_cpu_r_intr2___mpu_6___bit 6 | ||
1210 | #define reg_iop_sw_cpu_r_intr2___mpu_7___lsb 7 | ||
1211 | #define reg_iop_sw_cpu_r_intr2___mpu_7___width 1 | ||
1212 | #define reg_iop_sw_cpu_r_intr2___mpu_7___bit 7 | ||
1213 | #define reg_iop_sw_cpu_r_intr2___spu0_0___lsb 8 | ||
1214 | #define reg_iop_sw_cpu_r_intr2___spu0_0___width 1 | ||
1215 | #define reg_iop_sw_cpu_r_intr2___spu0_0___bit 8 | ||
1216 | #define reg_iop_sw_cpu_r_intr2___spu0_1___lsb 9 | ||
1217 | #define reg_iop_sw_cpu_r_intr2___spu0_1___width 1 | ||
1218 | #define reg_iop_sw_cpu_r_intr2___spu0_1___bit 9 | ||
1219 | #define reg_iop_sw_cpu_r_intr2___spu0_2___lsb 10 | ||
1220 | #define reg_iop_sw_cpu_r_intr2___spu0_2___width 1 | ||
1221 | #define reg_iop_sw_cpu_r_intr2___spu0_2___bit 10 | ||
1222 | #define reg_iop_sw_cpu_r_intr2___spu0_3___lsb 11 | ||
1223 | #define reg_iop_sw_cpu_r_intr2___spu0_3___width 1 | ||
1224 | #define reg_iop_sw_cpu_r_intr2___spu0_3___bit 11 | ||
1225 | #define reg_iop_sw_cpu_r_intr2___spu0_4___lsb 12 | ||
1226 | #define reg_iop_sw_cpu_r_intr2___spu0_4___width 1 | ||
1227 | #define reg_iop_sw_cpu_r_intr2___spu0_4___bit 12 | ||
1228 | #define reg_iop_sw_cpu_r_intr2___spu0_5___lsb 13 | ||
1229 | #define reg_iop_sw_cpu_r_intr2___spu0_5___width 1 | ||
1230 | #define reg_iop_sw_cpu_r_intr2___spu0_5___bit 13 | ||
1231 | #define reg_iop_sw_cpu_r_intr2___spu0_6___lsb 14 | ||
1232 | #define reg_iop_sw_cpu_r_intr2___spu0_6___width 1 | ||
1233 | #define reg_iop_sw_cpu_r_intr2___spu0_6___bit 14 | ||
1234 | #define reg_iop_sw_cpu_r_intr2___spu0_7___lsb 15 | ||
1235 | #define reg_iop_sw_cpu_r_intr2___spu0_7___width 1 | ||
1236 | #define reg_iop_sw_cpu_r_intr2___spu0_7___bit 15 | ||
1237 | #define reg_iop_sw_cpu_r_intr2___dmc_in0___lsb 16 | ||
1238 | #define reg_iop_sw_cpu_r_intr2___dmc_in0___width 1 | ||
1239 | #define reg_iop_sw_cpu_r_intr2___dmc_in0___bit 16 | ||
1240 | #define reg_iop_sw_cpu_r_intr2___dmc_out0___lsb 17 | ||
1241 | #define reg_iop_sw_cpu_r_intr2___dmc_out0___width 1 | ||
1242 | #define reg_iop_sw_cpu_r_intr2___dmc_out0___bit 17 | ||
1243 | #define reg_iop_sw_cpu_r_intr2___fifo_in0___lsb 18 | ||
1244 | #define reg_iop_sw_cpu_r_intr2___fifo_in0___width 1 | ||
1245 | #define reg_iop_sw_cpu_r_intr2___fifo_in0___bit 18 | ||
1246 | #define reg_iop_sw_cpu_r_intr2___fifo_out0___lsb 19 | ||
1247 | #define reg_iop_sw_cpu_r_intr2___fifo_out0___width 1 | ||
1248 | #define reg_iop_sw_cpu_r_intr2___fifo_out0___bit 19 | ||
1249 | #define reg_iop_sw_cpu_r_intr2___fifo_in0_extra___lsb 20 | ||
1250 | #define reg_iop_sw_cpu_r_intr2___fifo_in0_extra___width 1 | ||
1251 | #define reg_iop_sw_cpu_r_intr2___fifo_in0_extra___bit 20 | ||
1252 | #define reg_iop_sw_cpu_r_intr2___fifo_out0_extra___lsb 21 | ||
1253 | #define reg_iop_sw_cpu_r_intr2___fifo_out0_extra___width 1 | ||
1254 | #define reg_iop_sw_cpu_r_intr2___fifo_out0_extra___bit 21 | ||
1255 | #define reg_iop_sw_cpu_r_intr2___trigger_grp0___lsb 22 | ||
1256 | #define reg_iop_sw_cpu_r_intr2___trigger_grp0___width 1 | ||
1257 | #define reg_iop_sw_cpu_r_intr2___trigger_grp0___bit 22 | ||
1258 | #define reg_iop_sw_cpu_r_intr2___trigger_grp1___lsb 23 | ||
1259 | #define reg_iop_sw_cpu_r_intr2___trigger_grp1___width 1 | ||
1260 | #define reg_iop_sw_cpu_r_intr2___trigger_grp1___bit 23 | ||
1261 | #define reg_iop_sw_cpu_r_intr2___trigger_grp2___lsb 24 | ||
1262 | #define reg_iop_sw_cpu_r_intr2___trigger_grp2___width 1 | ||
1263 | #define reg_iop_sw_cpu_r_intr2___trigger_grp2___bit 24 | ||
1264 | #define reg_iop_sw_cpu_r_intr2___trigger_grp3___lsb 25 | ||
1265 | #define reg_iop_sw_cpu_r_intr2___trigger_grp3___width 1 | ||
1266 | #define reg_iop_sw_cpu_r_intr2___trigger_grp3___bit 25 | ||
1267 | #define reg_iop_sw_cpu_r_intr2___trigger_grp4___lsb 26 | ||
1268 | #define reg_iop_sw_cpu_r_intr2___trigger_grp4___width 1 | ||
1269 | #define reg_iop_sw_cpu_r_intr2___trigger_grp4___bit 26 | ||
1270 | #define reg_iop_sw_cpu_r_intr2___trigger_grp5___lsb 27 | ||
1271 | #define reg_iop_sw_cpu_r_intr2___trigger_grp5___width 1 | ||
1272 | #define reg_iop_sw_cpu_r_intr2___trigger_grp5___bit 27 | ||
1273 | #define reg_iop_sw_cpu_r_intr2___trigger_grp6___lsb 28 | ||
1274 | #define reg_iop_sw_cpu_r_intr2___trigger_grp6___width 1 | ||
1275 | #define reg_iop_sw_cpu_r_intr2___trigger_grp6___bit 28 | ||
1276 | #define reg_iop_sw_cpu_r_intr2___trigger_grp7___lsb 29 | ||
1277 | #define reg_iop_sw_cpu_r_intr2___trigger_grp7___width 1 | ||
1278 | #define reg_iop_sw_cpu_r_intr2___trigger_grp7___bit 29 | ||
1279 | #define reg_iop_sw_cpu_r_intr2___timer_grp0___lsb 30 | ||
1280 | #define reg_iop_sw_cpu_r_intr2___timer_grp0___width 1 | ||
1281 | #define reg_iop_sw_cpu_r_intr2___timer_grp0___bit 30 | ||
1282 | #define reg_iop_sw_cpu_r_intr2___timer_grp1___lsb 31 | ||
1283 | #define reg_iop_sw_cpu_r_intr2___timer_grp1___width 1 | ||
1284 | #define reg_iop_sw_cpu_r_intr2___timer_grp1___bit 31 | ||
1285 | #define reg_iop_sw_cpu_r_intr2_offset 124 | ||
1286 | |||
1287 | /* Register r_masked_intr2, scope iop_sw_cpu, type r */ | ||
1288 | #define reg_iop_sw_cpu_r_masked_intr2___mpu_0___lsb 0 | ||
1289 | #define reg_iop_sw_cpu_r_masked_intr2___mpu_0___width 1 | ||
1290 | #define reg_iop_sw_cpu_r_masked_intr2___mpu_0___bit 0 | ||
1291 | #define reg_iop_sw_cpu_r_masked_intr2___mpu_1___lsb 1 | ||
1292 | #define reg_iop_sw_cpu_r_masked_intr2___mpu_1___width 1 | ||
1293 | #define reg_iop_sw_cpu_r_masked_intr2___mpu_1___bit 1 | ||
1294 | #define reg_iop_sw_cpu_r_masked_intr2___mpu_2___lsb 2 | ||
1295 | #define reg_iop_sw_cpu_r_masked_intr2___mpu_2___width 1 | ||
1296 | #define reg_iop_sw_cpu_r_masked_intr2___mpu_2___bit 2 | ||
1297 | #define reg_iop_sw_cpu_r_masked_intr2___mpu_3___lsb 3 | ||
1298 | #define reg_iop_sw_cpu_r_masked_intr2___mpu_3___width 1 | ||
1299 | #define reg_iop_sw_cpu_r_masked_intr2___mpu_3___bit 3 | ||
1300 | #define reg_iop_sw_cpu_r_masked_intr2___mpu_4___lsb 4 | ||
1301 | #define reg_iop_sw_cpu_r_masked_intr2___mpu_4___width 1 | ||
1302 | #define reg_iop_sw_cpu_r_masked_intr2___mpu_4___bit 4 | ||
1303 | #define reg_iop_sw_cpu_r_masked_intr2___mpu_5___lsb 5 | ||
1304 | #define reg_iop_sw_cpu_r_masked_intr2___mpu_5___width 1 | ||
1305 | #define reg_iop_sw_cpu_r_masked_intr2___mpu_5___bit 5 | ||
1306 | #define reg_iop_sw_cpu_r_masked_intr2___mpu_6___lsb 6 | ||
1307 | #define reg_iop_sw_cpu_r_masked_intr2___mpu_6___width 1 | ||
1308 | #define reg_iop_sw_cpu_r_masked_intr2___mpu_6___bit 6 | ||
1309 | #define reg_iop_sw_cpu_r_masked_intr2___mpu_7___lsb 7 | ||
1310 | #define reg_iop_sw_cpu_r_masked_intr2___mpu_7___width 1 | ||
1311 | #define reg_iop_sw_cpu_r_masked_intr2___mpu_7___bit 7 | ||
1312 | #define reg_iop_sw_cpu_r_masked_intr2___spu0_0___lsb 8 | ||
1313 | #define reg_iop_sw_cpu_r_masked_intr2___spu0_0___width 1 | ||
1314 | #define reg_iop_sw_cpu_r_masked_intr2___spu0_0___bit 8 | ||
1315 | #define reg_iop_sw_cpu_r_masked_intr2___spu0_1___lsb 9 | ||
1316 | #define reg_iop_sw_cpu_r_masked_intr2___spu0_1___width 1 | ||
1317 | #define reg_iop_sw_cpu_r_masked_intr2___spu0_1___bit 9 | ||
1318 | #define reg_iop_sw_cpu_r_masked_intr2___spu0_2___lsb 10 | ||
1319 | #define reg_iop_sw_cpu_r_masked_intr2___spu0_2___width 1 | ||
1320 | #define reg_iop_sw_cpu_r_masked_intr2___spu0_2___bit 10 | ||
1321 | #define reg_iop_sw_cpu_r_masked_intr2___spu0_3___lsb 11 | ||
1322 | #define reg_iop_sw_cpu_r_masked_intr2___spu0_3___width 1 | ||
1323 | #define reg_iop_sw_cpu_r_masked_intr2___spu0_3___bit 11 | ||
1324 | #define reg_iop_sw_cpu_r_masked_intr2___spu0_4___lsb 12 | ||
1325 | #define reg_iop_sw_cpu_r_masked_intr2___spu0_4___width 1 | ||
1326 | #define reg_iop_sw_cpu_r_masked_intr2___spu0_4___bit 12 | ||
1327 | #define reg_iop_sw_cpu_r_masked_intr2___spu0_5___lsb 13 | ||
1328 | #define reg_iop_sw_cpu_r_masked_intr2___spu0_5___width 1 | ||
1329 | #define reg_iop_sw_cpu_r_masked_intr2___spu0_5___bit 13 | ||
1330 | #define reg_iop_sw_cpu_r_masked_intr2___spu0_6___lsb 14 | ||
1331 | #define reg_iop_sw_cpu_r_masked_intr2___spu0_6___width 1 | ||
1332 | #define reg_iop_sw_cpu_r_masked_intr2___spu0_6___bit 14 | ||
1333 | #define reg_iop_sw_cpu_r_masked_intr2___spu0_7___lsb 15 | ||
1334 | #define reg_iop_sw_cpu_r_masked_intr2___spu0_7___width 1 | ||
1335 | #define reg_iop_sw_cpu_r_masked_intr2___spu0_7___bit 15 | ||
1336 | #define reg_iop_sw_cpu_r_masked_intr2___dmc_in0___lsb 16 | ||
1337 | #define reg_iop_sw_cpu_r_masked_intr2___dmc_in0___width 1 | ||
1338 | #define reg_iop_sw_cpu_r_masked_intr2___dmc_in0___bit 16 | ||
1339 | #define reg_iop_sw_cpu_r_masked_intr2___dmc_out0___lsb 17 | ||
1340 | #define reg_iop_sw_cpu_r_masked_intr2___dmc_out0___width 1 | ||
1341 | #define reg_iop_sw_cpu_r_masked_intr2___dmc_out0___bit 17 | ||
1342 | #define reg_iop_sw_cpu_r_masked_intr2___fifo_in0___lsb 18 | ||
1343 | #define reg_iop_sw_cpu_r_masked_intr2___fifo_in0___width 1 | ||
1344 | #define reg_iop_sw_cpu_r_masked_intr2___fifo_in0___bit 18 | ||
1345 | #define reg_iop_sw_cpu_r_masked_intr2___fifo_out0___lsb 19 | ||
1346 | #define reg_iop_sw_cpu_r_masked_intr2___fifo_out0___width 1 | ||
1347 | #define reg_iop_sw_cpu_r_masked_intr2___fifo_out0___bit 19 | ||
1348 | #define reg_iop_sw_cpu_r_masked_intr2___fifo_in0_extra___lsb 20 | ||
1349 | #define reg_iop_sw_cpu_r_masked_intr2___fifo_in0_extra___width 1 | ||
1350 | #define reg_iop_sw_cpu_r_masked_intr2___fifo_in0_extra___bit 20 | ||
1351 | #define reg_iop_sw_cpu_r_masked_intr2___fifo_out0_extra___lsb 21 | ||
1352 | #define reg_iop_sw_cpu_r_masked_intr2___fifo_out0_extra___width 1 | ||
1353 | #define reg_iop_sw_cpu_r_masked_intr2___fifo_out0_extra___bit 21 | ||
1354 | #define reg_iop_sw_cpu_r_masked_intr2___trigger_grp0___lsb 22 | ||
1355 | #define reg_iop_sw_cpu_r_masked_intr2___trigger_grp0___width 1 | ||
1356 | #define reg_iop_sw_cpu_r_masked_intr2___trigger_grp0___bit 22 | ||
1357 | #define reg_iop_sw_cpu_r_masked_intr2___trigger_grp1___lsb 23 | ||
1358 | #define reg_iop_sw_cpu_r_masked_intr2___trigger_grp1___width 1 | ||
1359 | #define reg_iop_sw_cpu_r_masked_intr2___trigger_grp1___bit 23 | ||
1360 | #define reg_iop_sw_cpu_r_masked_intr2___trigger_grp2___lsb 24 | ||
1361 | #define reg_iop_sw_cpu_r_masked_intr2___trigger_grp2___width 1 | ||
1362 | #define reg_iop_sw_cpu_r_masked_intr2___trigger_grp2___bit 24 | ||
1363 | #define reg_iop_sw_cpu_r_masked_intr2___trigger_grp3___lsb 25 | ||
1364 | #define reg_iop_sw_cpu_r_masked_intr2___trigger_grp3___width 1 | ||
1365 | #define reg_iop_sw_cpu_r_masked_intr2___trigger_grp3___bit 25 | ||
1366 | #define reg_iop_sw_cpu_r_masked_intr2___trigger_grp4___lsb 26 | ||
1367 | #define reg_iop_sw_cpu_r_masked_intr2___trigger_grp4___width 1 | ||
1368 | #define reg_iop_sw_cpu_r_masked_intr2___trigger_grp4___bit 26 | ||
1369 | #define reg_iop_sw_cpu_r_masked_intr2___trigger_grp5___lsb 27 | ||
1370 | #define reg_iop_sw_cpu_r_masked_intr2___trigger_grp5___width 1 | ||
1371 | #define reg_iop_sw_cpu_r_masked_intr2___trigger_grp5___bit 27 | ||
1372 | #define reg_iop_sw_cpu_r_masked_intr2___trigger_grp6___lsb 28 | ||
1373 | #define reg_iop_sw_cpu_r_masked_intr2___trigger_grp6___width 1 | ||
1374 | #define reg_iop_sw_cpu_r_masked_intr2___trigger_grp6___bit 28 | ||
1375 | #define reg_iop_sw_cpu_r_masked_intr2___trigger_grp7___lsb 29 | ||
1376 | #define reg_iop_sw_cpu_r_masked_intr2___trigger_grp7___width 1 | ||
1377 | #define reg_iop_sw_cpu_r_masked_intr2___trigger_grp7___bit 29 | ||
1378 | #define reg_iop_sw_cpu_r_masked_intr2___timer_grp0___lsb 30 | ||
1379 | #define reg_iop_sw_cpu_r_masked_intr2___timer_grp0___width 1 | ||
1380 | #define reg_iop_sw_cpu_r_masked_intr2___timer_grp0___bit 30 | ||
1381 | #define reg_iop_sw_cpu_r_masked_intr2___timer_grp1___lsb 31 | ||
1382 | #define reg_iop_sw_cpu_r_masked_intr2___timer_grp1___width 1 | ||
1383 | #define reg_iop_sw_cpu_r_masked_intr2___timer_grp1___bit 31 | ||
1384 | #define reg_iop_sw_cpu_r_masked_intr2_offset 128 | ||
1385 | |||
1386 | /* Register rw_intr3_mask, scope iop_sw_cpu, type rw */ | ||
1387 | #define reg_iop_sw_cpu_rw_intr3_mask___mpu_16___lsb 0 | ||
1388 | #define reg_iop_sw_cpu_rw_intr3_mask___mpu_16___width 1 | ||
1389 | #define reg_iop_sw_cpu_rw_intr3_mask___mpu_16___bit 0 | ||
1390 | #define reg_iop_sw_cpu_rw_intr3_mask___mpu_17___lsb 1 | ||
1391 | #define reg_iop_sw_cpu_rw_intr3_mask___mpu_17___width 1 | ||
1392 | #define reg_iop_sw_cpu_rw_intr3_mask___mpu_17___bit 1 | ||
1393 | #define reg_iop_sw_cpu_rw_intr3_mask___mpu_18___lsb 2 | ||
1394 | #define reg_iop_sw_cpu_rw_intr3_mask___mpu_18___width 1 | ||
1395 | #define reg_iop_sw_cpu_rw_intr3_mask___mpu_18___bit 2 | ||
1396 | #define reg_iop_sw_cpu_rw_intr3_mask___mpu_19___lsb 3 | ||
1397 | #define reg_iop_sw_cpu_rw_intr3_mask___mpu_19___width 1 | ||
1398 | #define reg_iop_sw_cpu_rw_intr3_mask___mpu_19___bit 3 | ||
1399 | #define reg_iop_sw_cpu_rw_intr3_mask___mpu_20___lsb 4 | ||
1400 | #define reg_iop_sw_cpu_rw_intr3_mask___mpu_20___width 1 | ||
1401 | #define reg_iop_sw_cpu_rw_intr3_mask___mpu_20___bit 4 | ||
1402 | #define reg_iop_sw_cpu_rw_intr3_mask___mpu_21___lsb 5 | ||
1403 | #define reg_iop_sw_cpu_rw_intr3_mask___mpu_21___width 1 | ||
1404 | #define reg_iop_sw_cpu_rw_intr3_mask___mpu_21___bit 5 | ||
1405 | #define reg_iop_sw_cpu_rw_intr3_mask___mpu_22___lsb 6 | ||
1406 | #define reg_iop_sw_cpu_rw_intr3_mask___mpu_22___width 1 | ||
1407 | #define reg_iop_sw_cpu_rw_intr3_mask___mpu_22___bit 6 | ||
1408 | #define reg_iop_sw_cpu_rw_intr3_mask___mpu_23___lsb 7 | ||
1409 | #define reg_iop_sw_cpu_rw_intr3_mask___mpu_23___width 1 | ||
1410 | #define reg_iop_sw_cpu_rw_intr3_mask___mpu_23___bit 7 | ||
1411 | #define reg_iop_sw_cpu_rw_intr3_mask___spu1_0___lsb 8 | ||
1412 | #define reg_iop_sw_cpu_rw_intr3_mask___spu1_0___width 1 | ||
1413 | #define reg_iop_sw_cpu_rw_intr3_mask___spu1_0___bit 8 | ||
1414 | #define reg_iop_sw_cpu_rw_intr3_mask___spu1_1___lsb 9 | ||
1415 | #define reg_iop_sw_cpu_rw_intr3_mask___spu1_1___width 1 | ||
1416 | #define reg_iop_sw_cpu_rw_intr3_mask___spu1_1___bit 9 | ||
1417 | #define reg_iop_sw_cpu_rw_intr3_mask___spu1_2___lsb 10 | ||
1418 | #define reg_iop_sw_cpu_rw_intr3_mask___spu1_2___width 1 | ||
1419 | #define reg_iop_sw_cpu_rw_intr3_mask___spu1_2___bit 10 | ||
1420 | #define reg_iop_sw_cpu_rw_intr3_mask___spu1_3___lsb 11 | ||
1421 | #define reg_iop_sw_cpu_rw_intr3_mask___spu1_3___width 1 | ||
1422 | #define reg_iop_sw_cpu_rw_intr3_mask___spu1_3___bit 11 | ||
1423 | #define reg_iop_sw_cpu_rw_intr3_mask___spu1_4___lsb 12 | ||
1424 | #define reg_iop_sw_cpu_rw_intr3_mask___spu1_4___width 1 | ||
1425 | #define reg_iop_sw_cpu_rw_intr3_mask___spu1_4___bit 12 | ||
1426 | #define reg_iop_sw_cpu_rw_intr3_mask___spu1_5___lsb 13 | ||
1427 | #define reg_iop_sw_cpu_rw_intr3_mask___spu1_5___width 1 | ||
1428 | #define reg_iop_sw_cpu_rw_intr3_mask___spu1_5___bit 13 | ||
1429 | #define reg_iop_sw_cpu_rw_intr3_mask___spu1_6___lsb 14 | ||
1430 | #define reg_iop_sw_cpu_rw_intr3_mask___spu1_6___width 1 | ||
1431 | #define reg_iop_sw_cpu_rw_intr3_mask___spu1_6___bit 14 | ||
1432 | #define reg_iop_sw_cpu_rw_intr3_mask___spu1_7___lsb 15 | ||
1433 | #define reg_iop_sw_cpu_rw_intr3_mask___spu1_7___width 1 | ||
1434 | #define reg_iop_sw_cpu_rw_intr3_mask___spu1_7___bit 15 | ||
1435 | #define reg_iop_sw_cpu_rw_intr3_mask___dmc_in1___lsb 16 | ||
1436 | #define reg_iop_sw_cpu_rw_intr3_mask___dmc_in1___width 1 | ||
1437 | #define reg_iop_sw_cpu_rw_intr3_mask___dmc_in1___bit 16 | ||
1438 | #define reg_iop_sw_cpu_rw_intr3_mask___dmc_out1___lsb 17 | ||
1439 | #define reg_iop_sw_cpu_rw_intr3_mask___dmc_out1___width 1 | ||
1440 | #define reg_iop_sw_cpu_rw_intr3_mask___dmc_out1___bit 17 | ||
1441 | #define reg_iop_sw_cpu_rw_intr3_mask___fifo_in1___lsb 18 | ||
1442 | #define reg_iop_sw_cpu_rw_intr3_mask___fifo_in1___width 1 | ||
1443 | #define reg_iop_sw_cpu_rw_intr3_mask___fifo_in1___bit 18 | ||
1444 | #define reg_iop_sw_cpu_rw_intr3_mask___fifo_out1___lsb 19 | ||
1445 | #define reg_iop_sw_cpu_rw_intr3_mask___fifo_out1___width 1 | ||
1446 | #define reg_iop_sw_cpu_rw_intr3_mask___fifo_out1___bit 19 | ||
1447 | #define reg_iop_sw_cpu_rw_intr3_mask___fifo_in1_extra___lsb 20 | ||
1448 | #define reg_iop_sw_cpu_rw_intr3_mask___fifo_in1_extra___width 1 | ||
1449 | #define reg_iop_sw_cpu_rw_intr3_mask___fifo_in1_extra___bit 20 | ||
1450 | #define reg_iop_sw_cpu_rw_intr3_mask___fifo_out1_extra___lsb 21 | ||
1451 | #define reg_iop_sw_cpu_rw_intr3_mask___fifo_out1_extra___width 1 | ||
1452 | #define reg_iop_sw_cpu_rw_intr3_mask___fifo_out1_extra___bit 21 | ||
1453 | #define reg_iop_sw_cpu_rw_intr3_mask___trigger_grp0___lsb 22 | ||
1454 | #define reg_iop_sw_cpu_rw_intr3_mask___trigger_grp0___width 1 | ||
1455 | #define reg_iop_sw_cpu_rw_intr3_mask___trigger_grp0___bit 22 | ||
1456 | #define reg_iop_sw_cpu_rw_intr3_mask___trigger_grp1___lsb 23 | ||
1457 | #define reg_iop_sw_cpu_rw_intr3_mask___trigger_grp1___width 1 | ||
1458 | #define reg_iop_sw_cpu_rw_intr3_mask___trigger_grp1___bit 23 | ||
1459 | #define reg_iop_sw_cpu_rw_intr3_mask___trigger_grp2___lsb 24 | ||
1460 | #define reg_iop_sw_cpu_rw_intr3_mask___trigger_grp2___width 1 | ||
1461 | #define reg_iop_sw_cpu_rw_intr3_mask___trigger_grp2___bit 24 | ||
1462 | #define reg_iop_sw_cpu_rw_intr3_mask___trigger_grp3___lsb 25 | ||
1463 | #define reg_iop_sw_cpu_rw_intr3_mask___trigger_grp3___width 1 | ||
1464 | #define reg_iop_sw_cpu_rw_intr3_mask___trigger_grp3___bit 25 | ||
1465 | #define reg_iop_sw_cpu_rw_intr3_mask___trigger_grp4___lsb 26 | ||
1466 | #define reg_iop_sw_cpu_rw_intr3_mask___trigger_grp4___width 1 | ||
1467 | #define reg_iop_sw_cpu_rw_intr3_mask___trigger_grp4___bit 26 | ||
1468 | #define reg_iop_sw_cpu_rw_intr3_mask___trigger_grp5___lsb 27 | ||
1469 | #define reg_iop_sw_cpu_rw_intr3_mask___trigger_grp5___width 1 | ||
1470 | #define reg_iop_sw_cpu_rw_intr3_mask___trigger_grp5___bit 27 | ||
1471 | #define reg_iop_sw_cpu_rw_intr3_mask___trigger_grp6___lsb 28 | ||
1472 | #define reg_iop_sw_cpu_rw_intr3_mask___trigger_grp6___width 1 | ||
1473 | #define reg_iop_sw_cpu_rw_intr3_mask___trigger_grp6___bit 28 | ||
1474 | #define reg_iop_sw_cpu_rw_intr3_mask___trigger_grp7___lsb 29 | ||
1475 | #define reg_iop_sw_cpu_rw_intr3_mask___trigger_grp7___width 1 | ||
1476 | #define reg_iop_sw_cpu_rw_intr3_mask___trigger_grp7___bit 29 | ||
1477 | #define reg_iop_sw_cpu_rw_intr3_mask___timer_grp2___lsb 30 | ||
1478 | #define reg_iop_sw_cpu_rw_intr3_mask___timer_grp2___width 1 | ||
1479 | #define reg_iop_sw_cpu_rw_intr3_mask___timer_grp2___bit 30 | ||
1480 | #define reg_iop_sw_cpu_rw_intr3_mask___timer_grp3___lsb 31 | ||
1481 | #define reg_iop_sw_cpu_rw_intr3_mask___timer_grp3___width 1 | ||
1482 | #define reg_iop_sw_cpu_rw_intr3_mask___timer_grp3___bit 31 | ||
1483 | #define reg_iop_sw_cpu_rw_intr3_mask_offset 132 | ||
1484 | |||
1485 | /* Register rw_ack_intr3, scope iop_sw_cpu, type rw */ | ||
1486 | #define reg_iop_sw_cpu_rw_ack_intr3___mpu_16___lsb 0 | ||
1487 | #define reg_iop_sw_cpu_rw_ack_intr3___mpu_16___width 1 | ||
1488 | #define reg_iop_sw_cpu_rw_ack_intr3___mpu_16___bit 0 | ||
1489 | #define reg_iop_sw_cpu_rw_ack_intr3___mpu_17___lsb 1 | ||
1490 | #define reg_iop_sw_cpu_rw_ack_intr3___mpu_17___width 1 | ||
1491 | #define reg_iop_sw_cpu_rw_ack_intr3___mpu_17___bit 1 | ||
1492 | #define reg_iop_sw_cpu_rw_ack_intr3___mpu_18___lsb 2 | ||
1493 | #define reg_iop_sw_cpu_rw_ack_intr3___mpu_18___width 1 | ||
1494 | #define reg_iop_sw_cpu_rw_ack_intr3___mpu_18___bit 2 | ||
1495 | #define reg_iop_sw_cpu_rw_ack_intr3___mpu_19___lsb 3 | ||
1496 | #define reg_iop_sw_cpu_rw_ack_intr3___mpu_19___width 1 | ||
1497 | #define reg_iop_sw_cpu_rw_ack_intr3___mpu_19___bit 3 | ||
1498 | #define reg_iop_sw_cpu_rw_ack_intr3___mpu_20___lsb 4 | ||
1499 | #define reg_iop_sw_cpu_rw_ack_intr3___mpu_20___width 1 | ||
1500 | #define reg_iop_sw_cpu_rw_ack_intr3___mpu_20___bit 4 | ||
1501 | #define reg_iop_sw_cpu_rw_ack_intr3___mpu_21___lsb 5 | ||
1502 | #define reg_iop_sw_cpu_rw_ack_intr3___mpu_21___width 1 | ||
1503 | #define reg_iop_sw_cpu_rw_ack_intr3___mpu_21___bit 5 | ||
1504 | #define reg_iop_sw_cpu_rw_ack_intr3___mpu_22___lsb 6 | ||
1505 | #define reg_iop_sw_cpu_rw_ack_intr3___mpu_22___width 1 | ||
1506 | #define reg_iop_sw_cpu_rw_ack_intr3___mpu_22___bit 6 | ||
1507 | #define reg_iop_sw_cpu_rw_ack_intr3___mpu_23___lsb 7 | ||
1508 | #define reg_iop_sw_cpu_rw_ack_intr3___mpu_23___width 1 | ||
1509 | #define reg_iop_sw_cpu_rw_ack_intr3___mpu_23___bit 7 | ||
1510 | #define reg_iop_sw_cpu_rw_ack_intr3___spu1_0___lsb 8 | ||
1511 | #define reg_iop_sw_cpu_rw_ack_intr3___spu1_0___width 1 | ||
1512 | #define reg_iop_sw_cpu_rw_ack_intr3___spu1_0___bit 8 | ||
1513 | #define reg_iop_sw_cpu_rw_ack_intr3___spu1_1___lsb 9 | ||
1514 | #define reg_iop_sw_cpu_rw_ack_intr3___spu1_1___width 1 | ||
1515 | #define reg_iop_sw_cpu_rw_ack_intr3___spu1_1___bit 9 | ||
1516 | #define reg_iop_sw_cpu_rw_ack_intr3___spu1_2___lsb 10 | ||
1517 | #define reg_iop_sw_cpu_rw_ack_intr3___spu1_2___width 1 | ||
1518 | #define reg_iop_sw_cpu_rw_ack_intr3___spu1_2___bit 10 | ||
1519 | #define reg_iop_sw_cpu_rw_ack_intr3___spu1_3___lsb 11 | ||
1520 | #define reg_iop_sw_cpu_rw_ack_intr3___spu1_3___width 1 | ||
1521 | #define reg_iop_sw_cpu_rw_ack_intr3___spu1_3___bit 11 | ||
1522 | #define reg_iop_sw_cpu_rw_ack_intr3___spu1_4___lsb 12 | ||
1523 | #define reg_iop_sw_cpu_rw_ack_intr3___spu1_4___width 1 | ||
1524 | #define reg_iop_sw_cpu_rw_ack_intr3___spu1_4___bit 12 | ||
1525 | #define reg_iop_sw_cpu_rw_ack_intr3___spu1_5___lsb 13 | ||
1526 | #define reg_iop_sw_cpu_rw_ack_intr3___spu1_5___width 1 | ||
1527 | #define reg_iop_sw_cpu_rw_ack_intr3___spu1_5___bit 13 | ||
1528 | #define reg_iop_sw_cpu_rw_ack_intr3___spu1_6___lsb 14 | ||
1529 | #define reg_iop_sw_cpu_rw_ack_intr3___spu1_6___width 1 | ||
1530 | #define reg_iop_sw_cpu_rw_ack_intr3___spu1_6___bit 14 | ||
1531 | #define reg_iop_sw_cpu_rw_ack_intr3___spu1_7___lsb 15 | ||
1532 | #define reg_iop_sw_cpu_rw_ack_intr3___spu1_7___width 1 | ||
1533 | #define reg_iop_sw_cpu_rw_ack_intr3___spu1_7___bit 15 | ||
1534 | #define reg_iop_sw_cpu_rw_ack_intr3_offset 136 | ||
1535 | |||
1536 | /* Register r_intr3, scope iop_sw_cpu, type r */ | ||
1537 | #define reg_iop_sw_cpu_r_intr3___mpu_16___lsb 0 | ||
1538 | #define reg_iop_sw_cpu_r_intr3___mpu_16___width 1 | ||
1539 | #define reg_iop_sw_cpu_r_intr3___mpu_16___bit 0 | ||
1540 | #define reg_iop_sw_cpu_r_intr3___mpu_17___lsb 1 | ||
1541 | #define reg_iop_sw_cpu_r_intr3___mpu_17___width 1 | ||
1542 | #define reg_iop_sw_cpu_r_intr3___mpu_17___bit 1 | ||
1543 | #define reg_iop_sw_cpu_r_intr3___mpu_18___lsb 2 | ||
1544 | #define reg_iop_sw_cpu_r_intr3___mpu_18___width 1 | ||
1545 | #define reg_iop_sw_cpu_r_intr3___mpu_18___bit 2 | ||
1546 | #define reg_iop_sw_cpu_r_intr3___mpu_19___lsb 3 | ||
1547 | #define reg_iop_sw_cpu_r_intr3___mpu_19___width 1 | ||
1548 | #define reg_iop_sw_cpu_r_intr3___mpu_19___bit 3 | ||
1549 | #define reg_iop_sw_cpu_r_intr3___mpu_20___lsb 4 | ||
1550 | #define reg_iop_sw_cpu_r_intr3___mpu_20___width 1 | ||
1551 | #define reg_iop_sw_cpu_r_intr3___mpu_20___bit 4 | ||
1552 | #define reg_iop_sw_cpu_r_intr3___mpu_21___lsb 5 | ||
1553 | #define reg_iop_sw_cpu_r_intr3___mpu_21___width 1 | ||
1554 | #define reg_iop_sw_cpu_r_intr3___mpu_21___bit 5 | ||
1555 | #define reg_iop_sw_cpu_r_intr3___mpu_22___lsb 6 | ||
1556 | #define reg_iop_sw_cpu_r_intr3___mpu_22___width 1 | ||
1557 | #define reg_iop_sw_cpu_r_intr3___mpu_22___bit 6 | ||
1558 | #define reg_iop_sw_cpu_r_intr3___mpu_23___lsb 7 | ||
1559 | #define reg_iop_sw_cpu_r_intr3___mpu_23___width 1 | ||
1560 | #define reg_iop_sw_cpu_r_intr3___mpu_23___bit 7 | ||
1561 | #define reg_iop_sw_cpu_r_intr3___spu1_0___lsb 8 | ||
1562 | #define reg_iop_sw_cpu_r_intr3___spu1_0___width 1 | ||
1563 | #define reg_iop_sw_cpu_r_intr3___spu1_0___bit 8 | ||
1564 | #define reg_iop_sw_cpu_r_intr3___spu1_1___lsb 9 | ||
1565 | #define reg_iop_sw_cpu_r_intr3___spu1_1___width 1 | ||
1566 | #define reg_iop_sw_cpu_r_intr3___spu1_1___bit 9 | ||
1567 | #define reg_iop_sw_cpu_r_intr3___spu1_2___lsb 10 | ||
1568 | #define reg_iop_sw_cpu_r_intr3___spu1_2___width 1 | ||
1569 | #define reg_iop_sw_cpu_r_intr3___spu1_2___bit 10 | ||
1570 | #define reg_iop_sw_cpu_r_intr3___spu1_3___lsb 11 | ||
1571 | #define reg_iop_sw_cpu_r_intr3___spu1_3___width 1 | ||
1572 | #define reg_iop_sw_cpu_r_intr3___spu1_3___bit 11 | ||
1573 | #define reg_iop_sw_cpu_r_intr3___spu1_4___lsb 12 | ||
1574 | #define reg_iop_sw_cpu_r_intr3___spu1_4___width 1 | ||
1575 | #define reg_iop_sw_cpu_r_intr3___spu1_4___bit 12 | ||
1576 | #define reg_iop_sw_cpu_r_intr3___spu1_5___lsb 13 | ||
1577 | #define reg_iop_sw_cpu_r_intr3___spu1_5___width 1 | ||
1578 | #define reg_iop_sw_cpu_r_intr3___spu1_5___bit 13 | ||
1579 | #define reg_iop_sw_cpu_r_intr3___spu1_6___lsb 14 | ||
1580 | #define reg_iop_sw_cpu_r_intr3___spu1_6___width 1 | ||
1581 | #define reg_iop_sw_cpu_r_intr3___spu1_6___bit 14 | ||
1582 | #define reg_iop_sw_cpu_r_intr3___spu1_7___lsb 15 | ||
1583 | #define reg_iop_sw_cpu_r_intr3___spu1_7___width 1 | ||
1584 | #define reg_iop_sw_cpu_r_intr3___spu1_7___bit 15 | ||
1585 | #define reg_iop_sw_cpu_r_intr3___dmc_in1___lsb 16 | ||
1586 | #define reg_iop_sw_cpu_r_intr3___dmc_in1___width 1 | ||
1587 | #define reg_iop_sw_cpu_r_intr3___dmc_in1___bit 16 | ||
1588 | #define reg_iop_sw_cpu_r_intr3___dmc_out1___lsb 17 | ||
1589 | #define reg_iop_sw_cpu_r_intr3___dmc_out1___width 1 | ||
1590 | #define reg_iop_sw_cpu_r_intr3___dmc_out1___bit 17 | ||
1591 | #define reg_iop_sw_cpu_r_intr3___fifo_in1___lsb 18 | ||
1592 | #define reg_iop_sw_cpu_r_intr3___fifo_in1___width 1 | ||
1593 | #define reg_iop_sw_cpu_r_intr3___fifo_in1___bit 18 | ||
1594 | #define reg_iop_sw_cpu_r_intr3___fifo_out1___lsb 19 | ||
1595 | #define reg_iop_sw_cpu_r_intr3___fifo_out1___width 1 | ||
1596 | #define reg_iop_sw_cpu_r_intr3___fifo_out1___bit 19 | ||
1597 | #define reg_iop_sw_cpu_r_intr3___fifo_in1_extra___lsb 20 | ||
1598 | #define reg_iop_sw_cpu_r_intr3___fifo_in1_extra___width 1 | ||
1599 | #define reg_iop_sw_cpu_r_intr3___fifo_in1_extra___bit 20 | ||
1600 | #define reg_iop_sw_cpu_r_intr3___fifo_out1_extra___lsb 21 | ||
1601 | #define reg_iop_sw_cpu_r_intr3___fifo_out1_extra___width 1 | ||
1602 | #define reg_iop_sw_cpu_r_intr3___fifo_out1_extra___bit 21 | ||
1603 | #define reg_iop_sw_cpu_r_intr3___trigger_grp0___lsb 22 | ||
1604 | #define reg_iop_sw_cpu_r_intr3___trigger_grp0___width 1 | ||
1605 | #define reg_iop_sw_cpu_r_intr3___trigger_grp0___bit 22 | ||
1606 | #define reg_iop_sw_cpu_r_intr3___trigger_grp1___lsb 23 | ||
1607 | #define reg_iop_sw_cpu_r_intr3___trigger_grp1___width 1 | ||
1608 | #define reg_iop_sw_cpu_r_intr3___trigger_grp1___bit 23 | ||
1609 | #define reg_iop_sw_cpu_r_intr3___trigger_grp2___lsb 24 | ||
1610 | #define reg_iop_sw_cpu_r_intr3___trigger_grp2___width 1 | ||
1611 | #define reg_iop_sw_cpu_r_intr3___trigger_grp2___bit 24 | ||
1612 | #define reg_iop_sw_cpu_r_intr3___trigger_grp3___lsb 25 | ||
1613 | #define reg_iop_sw_cpu_r_intr3___trigger_grp3___width 1 | ||
1614 | #define reg_iop_sw_cpu_r_intr3___trigger_grp3___bit 25 | ||
1615 | #define reg_iop_sw_cpu_r_intr3___trigger_grp4___lsb 26 | ||
1616 | #define reg_iop_sw_cpu_r_intr3___trigger_grp4___width 1 | ||
1617 | #define reg_iop_sw_cpu_r_intr3___trigger_grp4___bit 26 | ||
1618 | #define reg_iop_sw_cpu_r_intr3___trigger_grp5___lsb 27 | ||
1619 | #define reg_iop_sw_cpu_r_intr3___trigger_grp5___width 1 | ||
1620 | #define reg_iop_sw_cpu_r_intr3___trigger_grp5___bit 27 | ||
1621 | #define reg_iop_sw_cpu_r_intr3___trigger_grp6___lsb 28 | ||
1622 | #define reg_iop_sw_cpu_r_intr3___trigger_grp6___width 1 | ||
1623 | #define reg_iop_sw_cpu_r_intr3___trigger_grp6___bit 28 | ||
1624 | #define reg_iop_sw_cpu_r_intr3___trigger_grp7___lsb 29 | ||
1625 | #define reg_iop_sw_cpu_r_intr3___trigger_grp7___width 1 | ||
1626 | #define reg_iop_sw_cpu_r_intr3___trigger_grp7___bit 29 | ||
1627 | #define reg_iop_sw_cpu_r_intr3___timer_grp2___lsb 30 | ||
1628 | #define reg_iop_sw_cpu_r_intr3___timer_grp2___width 1 | ||
1629 | #define reg_iop_sw_cpu_r_intr3___timer_grp2___bit 30 | ||
1630 | #define reg_iop_sw_cpu_r_intr3___timer_grp3___lsb 31 | ||
1631 | #define reg_iop_sw_cpu_r_intr3___timer_grp3___width 1 | ||
1632 | #define reg_iop_sw_cpu_r_intr3___timer_grp3___bit 31 | ||
1633 | #define reg_iop_sw_cpu_r_intr3_offset 140 | ||
1634 | |||
1635 | /* Register r_masked_intr3, scope iop_sw_cpu, type r */ | ||
1636 | #define reg_iop_sw_cpu_r_masked_intr3___mpu_16___lsb 0 | ||
1637 | #define reg_iop_sw_cpu_r_masked_intr3___mpu_16___width 1 | ||
1638 | #define reg_iop_sw_cpu_r_masked_intr3___mpu_16___bit 0 | ||
1639 | #define reg_iop_sw_cpu_r_masked_intr3___mpu_17___lsb 1 | ||
1640 | #define reg_iop_sw_cpu_r_masked_intr3___mpu_17___width 1 | ||
1641 | #define reg_iop_sw_cpu_r_masked_intr3___mpu_17___bit 1 | ||
1642 | #define reg_iop_sw_cpu_r_masked_intr3___mpu_18___lsb 2 | ||
1643 | #define reg_iop_sw_cpu_r_masked_intr3___mpu_18___width 1 | ||
1644 | #define reg_iop_sw_cpu_r_masked_intr3___mpu_18___bit 2 | ||
1645 | #define reg_iop_sw_cpu_r_masked_intr3___mpu_19___lsb 3 | ||
1646 | #define reg_iop_sw_cpu_r_masked_intr3___mpu_19___width 1 | ||
1647 | #define reg_iop_sw_cpu_r_masked_intr3___mpu_19___bit 3 | ||
1648 | #define reg_iop_sw_cpu_r_masked_intr3___mpu_20___lsb 4 | ||
1649 | #define reg_iop_sw_cpu_r_masked_intr3___mpu_20___width 1 | ||
1650 | #define reg_iop_sw_cpu_r_masked_intr3___mpu_20___bit 4 | ||
1651 | #define reg_iop_sw_cpu_r_masked_intr3___mpu_21___lsb 5 | ||
1652 | #define reg_iop_sw_cpu_r_masked_intr3___mpu_21___width 1 | ||
1653 | #define reg_iop_sw_cpu_r_masked_intr3___mpu_21___bit 5 | ||
1654 | #define reg_iop_sw_cpu_r_masked_intr3___mpu_22___lsb 6 | ||
1655 | #define reg_iop_sw_cpu_r_masked_intr3___mpu_22___width 1 | ||
1656 | #define reg_iop_sw_cpu_r_masked_intr3___mpu_22___bit 6 | ||
1657 | #define reg_iop_sw_cpu_r_masked_intr3___mpu_23___lsb 7 | ||
1658 | #define reg_iop_sw_cpu_r_masked_intr3___mpu_23___width 1 | ||
1659 | #define reg_iop_sw_cpu_r_masked_intr3___mpu_23___bit 7 | ||
1660 | #define reg_iop_sw_cpu_r_masked_intr3___spu1_0___lsb 8 | ||
1661 | #define reg_iop_sw_cpu_r_masked_intr3___spu1_0___width 1 | ||
1662 | #define reg_iop_sw_cpu_r_masked_intr3___spu1_0___bit 8 | ||
1663 | #define reg_iop_sw_cpu_r_masked_intr3___spu1_1___lsb 9 | ||
1664 | #define reg_iop_sw_cpu_r_masked_intr3___spu1_1___width 1 | ||
1665 | #define reg_iop_sw_cpu_r_masked_intr3___spu1_1___bit 9 | ||
1666 | #define reg_iop_sw_cpu_r_masked_intr3___spu1_2___lsb 10 | ||
1667 | #define reg_iop_sw_cpu_r_masked_intr3___spu1_2___width 1 | ||
1668 | #define reg_iop_sw_cpu_r_masked_intr3___spu1_2___bit 10 | ||
1669 | #define reg_iop_sw_cpu_r_masked_intr3___spu1_3___lsb 11 | ||
1670 | #define reg_iop_sw_cpu_r_masked_intr3___spu1_3___width 1 | ||
1671 | #define reg_iop_sw_cpu_r_masked_intr3___spu1_3___bit 11 | ||
1672 | #define reg_iop_sw_cpu_r_masked_intr3___spu1_4___lsb 12 | ||
1673 | #define reg_iop_sw_cpu_r_masked_intr3___spu1_4___width 1 | ||
1674 | #define reg_iop_sw_cpu_r_masked_intr3___spu1_4___bit 12 | ||
1675 | #define reg_iop_sw_cpu_r_masked_intr3___spu1_5___lsb 13 | ||
1676 | #define reg_iop_sw_cpu_r_masked_intr3___spu1_5___width 1 | ||
1677 | #define reg_iop_sw_cpu_r_masked_intr3___spu1_5___bit 13 | ||
1678 | #define reg_iop_sw_cpu_r_masked_intr3___spu1_6___lsb 14 | ||
1679 | #define reg_iop_sw_cpu_r_masked_intr3___spu1_6___width 1 | ||
1680 | #define reg_iop_sw_cpu_r_masked_intr3___spu1_6___bit 14 | ||
1681 | #define reg_iop_sw_cpu_r_masked_intr3___spu1_7___lsb 15 | ||
1682 | #define reg_iop_sw_cpu_r_masked_intr3___spu1_7___width 1 | ||
1683 | #define reg_iop_sw_cpu_r_masked_intr3___spu1_7___bit 15 | ||
1684 | #define reg_iop_sw_cpu_r_masked_intr3___dmc_in1___lsb 16 | ||
1685 | #define reg_iop_sw_cpu_r_masked_intr3___dmc_in1___width 1 | ||
1686 | #define reg_iop_sw_cpu_r_masked_intr3___dmc_in1___bit 16 | ||
1687 | #define reg_iop_sw_cpu_r_masked_intr3___dmc_out1___lsb 17 | ||
1688 | #define reg_iop_sw_cpu_r_masked_intr3___dmc_out1___width 1 | ||
1689 | #define reg_iop_sw_cpu_r_masked_intr3___dmc_out1___bit 17 | ||
1690 | #define reg_iop_sw_cpu_r_masked_intr3___fifo_in1___lsb 18 | ||
1691 | #define reg_iop_sw_cpu_r_masked_intr3___fifo_in1___width 1 | ||
1692 | #define reg_iop_sw_cpu_r_masked_intr3___fifo_in1___bit 18 | ||
1693 | #define reg_iop_sw_cpu_r_masked_intr3___fifo_out1___lsb 19 | ||
1694 | #define reg_iop_sw_cpu_r_masked_intr3___fifo_out1___width 1 | ||
1695 | #define reg_iop_sw_cpu_r_masked_intr3___fifo_out1___bit 19 | ||
1696 | #define reg_iop_sw_cpu_r_masked_intr3___fifo_in1_extra___lsb 20 | ||
1697 | #define reg_iop_sw_cpu_r_masked_intr3___fifo_in1_extra___width 1 | ||
1698 | #define reg_iop_sw_cpu_r_masked_intr3___fifo_in1_extra___bit 20 | ||
1699 | #define reg_iop_sw_cpu_r_masked_intr3___fifo_out1_extra___lsb 21 | ||
1700 | #define reg_iop_sw_cpu_r_masked_intr3___fifo_out1_extra___width 1 | ||
1701 | #define reg_iop_sw_cpu_r_masked_intr3___fifo_out1_extra___bit 21 | ||
1702 | #define reg_iop_sw_cpu_r_masked_intr3___trigger_grp0___lsb 22 | ||
1703 | #define reg_iop_sw_cpu_r_masked_intr3___trigger_grp0___width 1 | ||
1704 | #define reg_iop_sw_cpu_r_masked_intr3___trigger_grp0___bit 22 | ||
1705 | #define reg_iop_sw_cpu_r_masked_intr3___trigger_grp1___lsb 23 | ||
1706 | #define reg_iop_sw_cpu_r_masked_intr3___trigger_grp1___width 1 | ||
1707 | #define reg_iop_sw_cpu_r_masked_intr3___trigger_grp1___bit 23 | ||
1708 | #define reg_iop_sw_cpu_r_masked_intr3___trigger_grp2___lsb 24 | ||
1709 | #define reg_iop_sw_cpu_r_masked_intr3___trigger_grp2___width 1 | ||
1710 | #define reg_iop_sw_cpu_r_masked_intr3___trigger_grp2___bit 24 | ||
1711 | #define reg_iop_sw_cpu_r_masked_intr3___trigger_grp3___lsb 25 | ||
1712 | #define reg_iop_sw_cpu_r_masked_intr3___trigger_grp3___width 1 | ||
1713 | #define reg_iop_sw_cpu_r_masked_intr3___trigger_grp3___bit 25 | ||
1714 | #define reg_iop_sw_cpu_r_masked_intr3___trigger_grp4___lsb 26 | ||
1715 | #define reg_iop_sw_cpu_r_masked_intr3___trigger_grp4___width 1 | ||
1716 | #define reg_iop_sw_cpu_r_masked_intr3___trigger_grp4___bit 26 | ||
1717 | #define reg_iop_sw_cpu_r_masked_intr3___trigger_grp5___lsb 27 | ||
1718 | #define reg_iop_sw_cpu_r_masked_intr3___trigger_grp5___width 1 | ||
1719 | #define reg_iop_sw_cpu_r_masked_intr3___trigger_grp5___bit 27 | ||
1720 | #define reg_iop_sw_cpu_r_masked_intr3___trigger_grp6___lsb 28 | ||
1721 | #define reg_iop_sw_cpu_r_masked_intr3___trigger_grp6___width 1 | ||
1722 | #define reg_iop_sw_cpu_r_masked_intr3___trigger_grp6___bit 28 | ||
1723 | #define reg_iop_sw_cpu_r_masked_intr3___trigger_grp7___lsb 29 | ||
1724 | #define reg_iop_sw_cpu_r_masked_intr3___trigger_grp7___width 1 | ||
1725 | #define reg_iop_sw_cpu_r_masked_intr3___trigger_grp7___bit 29 | ||
1726 | #define reg_iop_sw_cpu_r_masked_intr3___timer_grp2___lsb 30 | ||
1727 | #define reg_iop_sw_cpu_r_masked_intr3___timer_grp2___width 1 | ||
1728 | #define reg_iop_sw_cpu_r_masked_intr3___timer_grp2___bit 30 | ||
1729 | #define reg_iop_sw_cpu_r_masked_intr3___timer_grp3___lsb 31 | ||
1730 | #define reg_iop_sw_cpu_r_masked_intr3___timer_grp3___width 1 | ||
1731 | #define reg_iop_sw_cpu_r_masked_intr3___timer_grp3___bit 31 | ||
1732 | #define reg_iop_sw_cpu_r_masked_intr3_offset 144 | ||
1733 | |||
1734 | |||
1735 | /* Constants */ | ||
1736 | #define regk_iop_sw_cpu_copy 0x00000000 | ||
1737 | #define regk_iop_sw_cpu_no 0x00000000 | ||
1738 | #define regk_iop_sw_cpu_rd 0x00000002 | ||
1739 | #define regk_iop_sw_cpu_reg_copy 0x00000001 | ||
1740 | #define regk_iop_sw_cpu_rw_bus0_clr_mask_default 0x00000000 | ||
1741 | #define regk_iop_sw_cpu_rw_bus0_oe_clr_mask_default 0x00000000 | ||
1742 | #define regk_iop_sw_cpu_rw_bus0_oe_set_mask_default 0x00000000 | ||
1743 | #define regk_iop_sw_cpu_rw_bus0_set_mask_default 0x00000000 | ||
1744 | #define regk_iop_sw_cpu_rw_bus1_clr_mask_default 0x00000000 | ||
1745 | #define regk_iop_sw_cpu_rw_bus1_oe_clr_mask_default 0x00000000 | ||
1746 | #define regk_iop_sw_cpu_rw_bus1_oe_set_mask_default 0x00000000 | ||
1747 | #define regk_iop_sw_cpu_rw_bus1_set_mask_default 0x00000000 | ||
1748 | #define regk_iop_sw_cpu_rw_gio_clr_mask_default 0x00000000 | ||
1749 | #define regk_iop_sw_cpu_rw_gio_oe_clr_mask_default 0x00000000 | ||
1750 | #define regk_iop_sw_cpu_rw_gio_oe_set_mask_default 0x00000000 | ||
1751 | #define regk_iop_sw_cpu_rw_gio_set_mask_default 0x00000000 | ||
1752 | #define regk_iop_sw_cpu_rw_intr0_mask_default 0x00000000 | ||
1753 | #define regk_iop_sw_cpu_rw_intr1_mask_default 0x00000000 | ||
1754 | #define regk_iop_sw_cpu_rw_intr2_mask_default 0x00000000 | ||
1755 | #define regk_iop_sw_cpu_rw_intr3_mask_default 0x00000000 | ||
1756 | #define regk_iop_sw_cpu_wr 0x00000003 | ||
1757 | #define regk_iop_sw_cpu_yes 0x00000001 | ||
1758 | #endif /* __iop_sw_cpu_defs_asm_h */ | ||
diff --git a/include/asm-cris/arch-v32/hwregs/iop/asm/iop_sw_mpu_defs_asm.h b/include/asm-cris/arch-v32/hwregs/iop/asm/iop_sw_mpu_defs_asm.h new file mode 100644 index 000000000000..ee7dc0435b59 --- /dev/null +++ b/include/asm-cris/arch-v32/hwregs/iop/asm/iop_sw_mpu_defs_asm.h | |||
@@ -0,0 +1,1776 @@ | |||
1 | #ifndef __iop_sw_mpu_defs_asm_h | ||
2 | #define __iop_sw_mpu_defs_asm_h | ||
3 | |||
4 | /* | ||
5 | * This file is autogenerated from | ||
6 | * file: ../../inst/io_proc/rtl/guinness/iop_sw_mpu.r | ||
7 | * id: <not found> | ||
8 | * last modfied: Mon Apr 11 16:10:19 2005 | ||
9 | * | ||
10 | * by /n/asic/design/tools/rdesc/src/rdes2c -asm --outfile asm/iop_sw_mpu_defs_asm.h ../../inst/io_proc/rtl/guinness/iop_sw_mpu.r | ||
11 | * id: $Id: iop_sw_mpu_defs_asm.h,v 1.5 2005/04/24 18:31:07 starvik Exp $ | ||
12 | * Any changes here will be lost. | ||
13 | * | ||
14 | * -*- buffer-read-only: t -*- | ||
15 | */ | ||
16 | |||
17 | #ifndef REG_FIELD | ||
18 | #define REG_FIELD( scope, reg, field, value ) \ | ||
19 | REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) | ||
20 | #define REG_FIELD_X_( value, shift ) ((value) << shift) | ||
21 | #endif | ||
22 | |||
23 | #ifndef REG_STATE | ||
24 | #define REG_STATE( scope, reg, field, symbolic_value ) \ | ||
25 | REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) | ||
26 | #define REG_STATE_X_( k, shift ) (k << shift) | ||
27 | #endif | ||
28 | |||
29 | #ifndef REG_MASK | ||
30 | #define REG_MASK( scope, reg, field ) \ | ||
31 | REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) | ||
32 | #define REG_MASK_X_( width, lsb ) (((1 << width)-1) << lsb) | ||
33 | #endif | ||
34 | |||
35 | #ifndef REG_LSB | ||
36 | #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb | ||
37 | #endif | ||
38 | |||
39 | #ifndef REG_BIT | ||
40 | #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit | ||
41 | #endif | ||
42 | |||
43 | #ifndef REG_ADDR | ||
44 | #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) | ||
45 | #define REG_ADDR_X_( inst, offs ) ((inst) + offs) | ||
46 | #endif | ||
47 | |||
48 | #ifndef REG_ADDR_VECT | ||
49 | #define REG_ADDR_VECT( scope, inst, reg, index ) \ | ||
50 | REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \ | ||
51 | STRIDE_##scope##_##reg ) | ||
52 | #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ | ||
53 | ((inst) + offs + (index) * stride) | ||
54 | #endif | ||
55 | |||
56 | /* Register rw_sw_cfg_owner, scope iop_sw_mpu, type rw */ | ||
57 | #define reg_iop_sw_mpu_rw_sw_cfg_owner___cfg___lsb 0 | ||
58 | #define reg_iop_sw_mpu_rw_sw_cfg_owner___cfg___width 2 | ||
59 | #define reg_iop_sw_mpu_rw_sw_cfg_owner_offset 0 | ||
60 | |||
61 | /* Register rw_mc_ctrl, scope iop_sw_mpu, type rw */ | ||
62 | #define reg_iop_sw_mpu_rw_mc_ctrl___keep_owner___lsb 0 | ||
63 | #define reg_iop_sw_mpu_rw_mc_ctrl___keep_owner___width 1 | ||
64 | #define reg_iop_sw_mpu_rw_mc_ctrl___keep_owner___bit 0 | ||
65 | #define reg_iop_sw_mpu_rw_mc_ctrl___cmd___lsb 1 | ||
66 | #define reg_iop_sw_mpu_rw_mc_ctrl___cmd___width 2 | ||
67 | #define reg_iop_sw_mpu_rw_mc_ctrl___size___lsb 3 | ||
68 | #define reg_iop_sw_mpu_rw_mc_ctrl___size___width 3 | ||
69 | #define reg_iop_sw_mpu_rw_mc_ctrl___wr_spu0_mem___lsb 6 | ||
70 | #define reg_iop_sw_mpu_rw_mc_ctrl___wr_spu0_mem___width 1 | ||
71 | #define reg_iop_sw_mpu_rw_mc_ctrl___wr_spu0_mem___bit 6 | ||
72 | #define reg_iop_sw_mpu_rw_mc_ctrl___wr_spu1_mem___lsb 7 | ||
73 | #define reg_iop_sw_mpu_rw_mc_ctrl___wr_spu1_mem___width 1 | ||
74 | #define reg_iop_sw_mpu_rw_mc_ctrl___wr_spu1_mem___bit 7 | ||
75 | #define reg_iop_sw_mpu_rw_mc_ctrl_offset 4 | ||
76 | |||
77 | /* Register rw_mc_data, scope iop_sw_mpu, type rw */ | ||
78 | #define reg_iop_sw_mpu_rw_mc_data___val___lsb 0 | ||
79 | #define reg_iop_sw_mpu_rw_mc_data___val___width 32 | ||
80 | #define reg_iop_sw_mpu_rw_mc_data_offset 8 | ||
81 | |||
82 | /* Register rw_mc_addr, scope iop_sw_mpu, type rw */ | ||
83 | #define reg_iop_sw_mpu_rw_mc_addr_offset 12 | ||
84 | |||
85 | /* Register rs_mc_data, scope iop_sw_mpu, type rs */ | ||
86 | #define reg_iop_sw_mpu_rs_mc_data_offset 16 | ||
87 | |||
88 | /* Register r_mc_data, scope iop_sw_mpu, type r */ | ||
89 | #define reg_iop_sw_mpu_r_mc_data_offset 20 | ||
90 | |||
91 | /* Register r_mc_stat, scope iop_sw_mpu, type r */ | ||
92 | #define reg_iop_sw_mpu_r_mc_stat___busy_cpu___lsb 0 | ||
93 | #define reg_iop_sw_mpu_r_mc_stat___busy_cpu___width 1 | ||
94 | #define reg_iop_sw_mpu_r_mc_stat___busy_cpu___bit 0 | ||
95 | #define reg_iop_sw_mpu_r_mc_stat___busy_mpu___lsb 1 | ||
96 | #define reg_iop_sw_mpu_r_mc_stat___busy_mpu___width 1 | ||
97 | #define reg_iop_sw_mpu_r_mc_stat___busy_mpu___bit 1 | ||
98 | #define reg_iop_sw_mpu_r_mc_stat___busy_spu0___lsb 2 | ||
99 | #define reg_iop_sw_mpu_r_mc_stat___busy_spu0___width 1 | ||
100 | #define reg_iop_sw_mpu_r_mc_stat___busy_spu0___bit 2 | ||
101 | #define reg_iop_sw_mpu_r_mc_stat___busy_spu1___lsb 3 | ||
102 | #define reg_iop_sw_mpu_r_mc_stat___busy_spu1___width 1 | ||
103 | #define reg_iop_sw_mpu_r_mc_stat___busy_spu1___bit 3 | ||
104 | #define reg_iop_sw_mpu_r_mc_stat___owned_by_cpu___lsb 4 | ||
105 | #define reg_iop_sw_mpu_r_mc_stat___owned_by_cpu___width 1 | ||
106 | #define reg_iop_sw_mpu_r_mc_stat___owned_by_cpu___bit 4 | ||
107 | #define reg_iop_sw_mpu_r_mc_stat___owned_by_mpu___lsb 5 | ||
108 | #define reg_iop_sw_mpu_r_mc_stat___owned_by_mpu___width 1 | ||
109 | #define reg_iop_sw_mpu_r_mc_stat___owned_by_mpu___bit 5 | ||
110 | #define reg_iop_sw_mpu_r_mc_stat___owned_by_spu0___lsb 6 | ||
111 | #define reg_iop_sw_mpu_r_mc_stat___owned_by_spu0___width 1 | ||
112 | #define reg_iop_sw_mpu_r_mc_stat___owned_by_spu0___bit 6 | ||
113 | #define reg_iop_sw_mpu_r_mc_stat___owned_by_spu1___lsb 7 | ||
114 | #define reg_iop_sw_mpu_r_mc_stat___owned_by_spu1___width 1 | ||
115 | #define reg_iop_sw_mpu_r_mc_stat___owned_by_spu1___bit 7 | ||
116 | #define reg_iop_sw_mpu_r_mc_stat_offset 24 | ||
117 | |||
118 | /* Register rw_bus0_clr_mask, scope iop_sw_mpu, type rw */ | ||
119 | #define reg_iop_sw_mpu_rw_bus0_clr_mask___byte0___lsb 0 | ||
120 | #define reg_iop_sw_mpu_rw_bus0_clr_mask___byte0___width 8 | ||
121 | #define reg_iop_sw_mpu_rw_bus0_clr_mask___byte1___lsb 8 | ||
122 | #define reg_iop_sw_mpu_rw_bus0_clr_mask___byte1___width 8 | ||
123 | #define reg_iop_sw_mpu_rw_bus0_clr_mask___byte2___lsb 16 | ||
124 | #define reg_iop_sw_mpu_rw_bus0_clr_mask___byte2___width 8 | ||
125 | #define reg_iop_sw_mpu_rw_bus0_clr_mask___byte3___lsb 24 | ||
126 | #define reg_iop_sw_mpu_rw_bus0_clr_mask___byte3___width 8 | ||
127 | #define reg_iop_sw_mpu_rw_bus0_clr_mask_offset 28 | ||
128 | |||
129 | /* Register rw_bus0_set_mask, scope iop_sw_mpu, type rw */ | ||
130 | #define reg_iop_sw_mpu_rw_bus0_set_mask___byte0___lsb 0 | ||
131 | #define reg_iop_sw_mpu_rw_bus0_set_mask___byte0___width 8 | ||
132 | #define reg_iop_sw_mpu_rw_bus0_set_mask___byte1___lsb 8 | ||
133 | #define reg_iop_sw_mpu_rw_bus0_set_mask___byte1___width 8 | ||
134 | #define reg_iop_sw_mpu_rw_bus0_set_mask___byte2___lsb 16 | ||
135 | #define reg_iop_sw_mpu_rw_bus0_set_mask___byte2___width 8 | ||
136 | #define reg_iop_sw_mpu_rw_bus0_set_mask___byte3___lsb 24 | ||
137 | #define reg_iop_sw_mpu_rw_bus0_set_mask___byte3___width 8 | ||
138 | #define reg_iop_sw_mpu_rw_bus0_set_mask_offset 32 | ||
139 | |||
140 | /* Register rw_bus0_oe_clr_mask, scope iop_sw_mpu, type rw */ | ||
141 | #define reg_iop_sw_mpu_rw_bus0_oe_clr_mask___byte0___lsb 0 | ||
142 | #define reg_iop_sw_mpu_rw_bus0_oe_clr_mask___byte0___width 1 | ||
143 | #define reg_iop_sw_mpu_rw_bus0_oe_clr_mask___byte0___bit 0 | ||
144 | #define reg_iop_sw_mpu_rw_bus0_oe_clr_mask___byte1___lsb 1 | ||
145 | #define reg_iop_sw_mpu_rw_bus0_oe_clr_mask___byte1___width 1 | ||
146 | #define reg_iop_sw_mpu_rw_bus0_oe_clr_mask___byte1___bit 1 | ||
147 | #define reg_iop_sw_mpu_rw_bus0_oe_clr_mask___byte2___lsb 2 | ||
148 | #define reg_iop_sw_mpu_rw_bus0_oe_clr_mask___byte2___width 1 | ||
149 | #define reg_iop_sw_mpu_rw_bus0_oe_clr_mask___byte2___bit 2 | ||
150 | #define reg_iop_sw_mpu_rw_bus0_oe_clr_mask___byte3___lsb 3 | ||
151 | #define reg_iop_sw_mpu_rw_bus0_oe_clr_mask___byte3___width 1 | ||
152 | #define reg_iop_sw_mpu_rw_bus0_oe_clr_mask___byte3___bit 3 | ||
153 | #define reg_iop_sw_mpu_rw_bus0_oe_clr_mask_offset 36 | ||
154 | |||
155 | /* Register rw_bus0_oe_set_mask, scope iop_sw_mpu, type rw */ | ||
156 | #define reg_iop_sw_mpu_rw_bus0_oe_set_mask___byte0___lsb 0 | ||
157 | #define reg_iop_sw_mpu_rw_bus0_oe_set_mask___byte0___width 1 | ||
158 | #define reg_iop_sw_mpu_rw_bus0_oe_set_mask___byte0___bit 0 | ||
159 | #define reg_iop_sw_mpu_rw_bus0_oe_set_mask___byte1___lsb 1 | ||
160 | #define reg_iop_sw_mpu_rw_bus0_oe_set_mask___byte1___width 1 | ||
161 | #define reg_iop_sw_mpu_rw_bus0_oe_set_mask___byte1___bit 1 | ||
162 | #define reg_iop_sw_mpu_rw_bus0_oe_set_mask___byte2___lsb 2 | ||
163 | #define reg_iop_sw_mpu_rw_bus0_oe_set_mask___byte2___width 1 | ||
164 | #define reg_iop_sw_mpu_rw_bus0_oe_set_mask___byte2___bit 2 | ||
165 | #define reg_iop_sw_mpu_rw_bus0_oe_set_mask___byte3___lsb 3 | ||
166 | #define reg_iop_sw_mpu_rw_bus0_oe_set_mask___byte3___width 1 | ||
167 | #define reg_iop_sw_mpu_rw_bus0_oe_set_mask___byte3___bit 3 | ||
168 | #define reg_iop_sw_mpu_rw_bus0_oe_set_mask_offset 40 | ||
169 | |||
170 | /* Register r_bus0_in, scope iop_sw_mpu, type r */ | ||
171 | #define reg_iop_sw_mpu_r_bus0_in_offset 44 | ||
172 | |||
173 | /* Register rw_bus1_clr_mask, scope iop_sw_mpu, type rw */ | ||
174 | #define reg_iop_sw_mpu_rw_bus1_clr_mask___byte0___lsb 0 | ||
175 | #define reg_iop_sw_mpu_rw_bus1_clr_mask___byte0___width 8 | ||
176 | #define reg_iop_sw_mpu_rw_bus1_clr_mask___byte1___lsb 8 | ||
177 | #define reg_iop_sw_mpu_rw_bus1_clr_mask___byte1___width 8 | ||
178 | #define reg_iop_sw_mpu_rw_bus1_clr_mask___byte2___lsb 16 | ||
179 | #define reg_iop_sw_mpu_rw_bus1_clr_mask___byte2___width 8 | ||
180 | #define reg_iop_sw_mpu_rw_bus1_clr_mask___byte3___lsb 24 | ||
181 | #define reg_iop_sw_mpu_rw_bus1_clr_mask___byte3___width 8 | ||
182 | #define reg_iop_sw_mpu_rw_bus1_clr_mask_offset 48 | ||
183 | |||
184 | /* Register rw_bus1_set_mask, scope iop_sw_mpu, type rw */ | ||
185 | #define reg_iop_sw_mpu_rw_bus1_set_mask___byte0___lsb 0 | ||
186 | #define reg_iop_sw_mpu_rw_bus1_set_mask___byte0___width 8 | ||
187 | #define reg_iop_sw_mpu_rw_bus1_set_mask___byte1___lsb 8 | ||
188 | #define reg_iop_sw_mpu_rw_bus1_set_mask___byte1___width 8 | ||
189 | #define reg_iop_sw_mpu_rw_bus1_set_mask___byte2___lsb 16 | ||
190 | #define reg_iop_sw_mpu_rw_bus1_set_mask___byte2___width 8 | ||
191 | #define reg_iop_sw_mpu_rw_bus1_set_mask___byte3___lsb 24 | ||
192 | #define reg_iop_sw_mpu_rw_bus1_set_mask___byte3___width 8 | ||
193 | #define reg_iop_sw_mpu_rw_bus1_set_mask_offset 52 | ||
194 | |||
195 | /* Register rw_bus1_oe_clr_mask, scope iop_sw_mpu, type rw */ | ||
196 | #define reg_iop_sw_mpu_rw_bus1_oe_clr_mask___byte0___lsb 0 | ||
197 | #define reg_iop_sw_mpu_rw_bus1_oe_clr_mask___byte0___width 1 | ||
198 | #define reg_iop_sw_mpu_rw_bus1_oe_clr_mask___byte0___bit 0 | ||
199 | #define reg_iop_sw_mpu_rw_bus1_oe_clr_mask___byte1___lsb 1 | ||
200 | #define reg_iop_sw_mpu_rw_bus1_oe_clr_mask___byte1___width 1 | ||
201 | #define reg_iop_sw_mpu_rw_bus1_oe_clr_mask___byte1___bit 1 | ||
202 | #define reg_iop_sw_mpu_rw_bus1_oe_clr_mask___byte2___lsb 2 | ||
203 | #define reg_iop_sw_mpu_rw_bus1_oe_clr_mask___byte2___width 1 | ||
204 | #define reg_iop_sw_mpu_rw_bus1_oe_clr_mask___byte2___bit 2 | ||
205 | #define reg_iop_sw_mpu_rw_bus1_oe_clr_mask___byte3___lsb 3 | ||
206 | #define reg_iop_sw_mpu_rw_bus1_oe_clr_mask___byte3___width 1 | ||
207 | #define reg_iop_sw_mpu_rw_bus1_oe_clr_mask___byte3___bit 3 | ||
208 | #define reg_iop_sw_mpu_rw_bus1_oe_clr_mask_offset 56 | ||
209 | |||
210 | /* Register rw_bus1_oe_set_mask, scope iop_sw_mpu, type rw */ | ||
211 | #define reg_iop_sw_mpu_rw_bus1_oe_set_mask___byte0___lsb 0 | ||
212 | #define reg_iop_sw_mpu_rw_bus1_oe_set_mask___byte0___width 1 | ||
213 | #define reg_iop_sw_mpu_rw_bus1_oe_set_mask___byte0___bit 0 | ||
214 | #define reg_iop_sw_mpu_rw_bus1_oe_set_mask___byte1___lsb 1 | ||
215 | #define reg_iop_sw_mpu_rw_bus1_oe_set_mask___byte1___width 1 | ||
216 | #define reg_iop_sw_mpu_rw_bus1_oe_set_mask___byte1___bit 1 | ||
217 | #define reg_iop_sw_mpu_rw_bus1_oe_set_mask___byte2___lsb 2 | ||
218 | #define reg_iop_sw_mpu_rw_bus1_oe_set_mask___byte2___width 1 | ||
219 | #define reg_iop_sw_mpu_rw_bus1_oe_set_mask___byte2___bit 2 | ||
220 | #define reg_iop_sw_mpu_rw_bus1_oe_set_mask___byte3___lsb 3 | ||
221 | #define reg_iop_sw_mpu_rw_bus1_oe_set_mask___byte3___width 1 | ||
222 | #define reg_iop_sw_mpu_rw_bus1_oe_set_mask___byte3___bit 3 | ||
223 | #define reg_iop_sw_mpu_rw_bus1_oe_set_mask_offset 60 | ||
224 | |||
225 | /* Register r_bus1_in, scope iop_sw_mpu, type r */ | ||
226 | #define reg_iop_sw_mpu_r_bus1_in_offset 64 | ||
227 | |||
228 | /* Register rw_gio_clr_mask, scope iop_sw_mpu, type rw */ | ||
229 | #define reg_iop_sw_mpu_rw_gio_clr_mask___val___lsb 0 | ||
230 | #define reg_iop_sw_mpu_rw_gio_clr_mask___val___width 32 | ||
231 | #define reg_iop_sw_mpu_rw_gio_clr_mask_offset 68 | ||
232 | |||
233 | /* Register rw_gio_set_mask, scope iop_sw_mpu, type rw */ | ||
234 | #define reg_iop_sw_mpu_rw_gio_set_mask___val___lsb 0 | ||
235 | #define reg_iop_sw_mpu_rw_gio_set_mask___val___width 32 | ||
236 | #define reg_iop_sw_mpu_rw_gio_set_mask_offset 72 | ||
237 | |||
238 | /* Register rw_gio_oe_clr_mask, scope iop_sw_mpu, type rw */ | ||
239 | #define reg_iop_sw_mpu_rw_gio_oe_clr_mask___val___lsb 0 | ||
240 | #define reg_iop_sw_mpu_rw_gio_oe_clr_mask___val___width 32 | ||
241 | #define reg_iop_sw_mpu_rw_gio_oe_clr_mask_offset 76 | ||
242 | |||
243 | /* Register rw_gio_oe_set_mask, scope iop_sw_mpu, type rw */ | ||
244 | #define reg_iop_sw_mpu_rw_gio_oe_set_mask___val___lsb 0 | ||
245 | #define reg_iop_sw_mpu_rw_gio_oe_set_mask___val___width 32 | ||
246 | #define reg_iop_sw_mpu_rw_gio_oe_set_mask_offset 80 | ||
247 | |||
248 | /* Register r_gio_in, scope iop_sw_mpu, type r */ | ||
249 | #define reg_iop_sw_mpu_r_gio_in_offset 84 | ||
250 | |||
251 | /* Register rw_cpu_intr, scope iop_sw_mpu, type rw */ | ||
252 | #define reg_iop_sw_mpu_rw_cpu_intr___intr0___lsb 0 | ||
253 | #define reg_iop_sw_mpu_rw_cpu_intr___intr0___width 1 | ||
254 | #define reg_iop_sw_mpu_rw_cpu_intr___intr0___bit 0 | ||
255 | #define reg_iop_sw_mpu_rw_cpu_intr___intr1___lsb 1 | ||
256 | #define reg_iop_sw_mpu_rw_cpu_intr___intr1___width 1 | ||
257 | #define reg_iop_sw_mpu_rw_cpu_intr___intr1___bit 1 | ||
258 | #define reg_iop_sw_mpu_rw_cpu_intr___intr2___lsb 2 | ||
259 | #define reg_iop_sw_mpu_rw_cpu_intr___intr2___width 1 | ||
260 | #define reg_iop_sw_mpu_rw_cpu_intr___intr2___bit 2 | ||
261 | #define reg_iop_sw_mpu_rw_cpu_intr___intr3___lsb 3 | ||
262 | #define reg_iop_sw_mpu_rw_cpu_intr___intr3___width 1 | ||
263 | #define reg_iop_sw_mpu_rw_cpu_intr___intr3___bit 3 | ||
264 | #define reg_iop_sw_mpu_rw_cpu_intr___intr4___lsb 4 | ||
265 | #define reg_iop_sw_mpu_rw_cpu_intr___intr4___width 1 | ||
266 | #define reg_iop_sw_mpu_rw_cpu_intr___intr4___bit 4 | ||
267 | #define reg_iop_sw_mpu_rw_cpu_intr___intr5___lsb 5 | ||
268 | #define reg_iop_sw_mpu_rw_cpu_intr___intr5___width 1 | ||
269 | #define reg_iop_sw_mpu_rw_cpu_intr___intr5___bit 5 | ||
270 | #define reg_iop_sw_mpu_rw_cpu_intr___intr6___lsb 6 | ||
271 | #define reg_iop_sw_mpu_rw_cpu_intr___intr6___width 1 | ||
272 | #define reg_iop_sw_mpu_rw_cpu_intr___intr6___bit 6 | ||
273 | #define reg_iop_sw_mpu_rw_cpu_intr___intr7___lsb 7 | ||
274 | #define reg_iop_sw_mpu_rw_cpu_intr___intr7___width 1 | ||
275 | #define reg_iop_sw_mpu_rw_cpu_intr___intr7___bit 7 | ||
276 | #define reg_iop_sw_mpu_rw_cpu_intr___intr8___lsb 8 | ||
277 | #define reg_iop_sw_mpu_rw_cpu_intr___intr8___width 1 | ||
278 | #define reg_iop_sw_mpu_rw_cpu_intr___intr8___bit 8 | ||
279 | #define reg_iop_sw_mpu_rw_cpu_intr___intr9___lsb 9 | ||
280 | #define reg_iop_sw_mpu_rw_cpu_intr___intr9___width 1 | ||
281 | #define reg_iop_sw_mpu_rw_cpu_intr___intr9___bit 9 | ||
282 | #define reg_iop_sw_mpu_rw_cpu_intr___intr10___lsb 10 | ||
283 | #define reg_iop_sw_mpu_rw_cpu_intr___intr10___width 1 | ||
284 | #define reg_iop_sw_mpu_rw_cpu_intr___intr10___bit 10 | ||
285 | #define reg_iop_sw_mpu_rw_cpu_intr___intr11___lsb 11 | ||
286 | #define reg_iop_sw_mpu_rw_cpu_intr___intr11___width 1 | ||
287 | #define reg_iop_sw_mpu_rw_cpu_intr___intr11___bit 11 | ||
288 | #define reg_iop_sw_mpu_rw_cpu_intr___intr12___lsb 12 | ||
289 | #define reg_iop_sw_mpu_rw_cpu_intr___intr12___width 1 | ||
290 | #define reg_iop_sw_mpu_rw_cpu_intr___intr12___bit 12 | ||
291 | #define reg_iop_sw_mpu_rw_cpu_intr___intr13___lsb 13 | ||
292 | #define reg_iop_sw_mpu_rw_cpu_intr___intr13___width 1 | ||
293 | #define reg_iop_sw_mpu_rw_cpu_intr___intr13___bit 13 | ||
294 | #define reg_iop_sw_mpu_rw_cpu_intr___intr14___lsb 14 | ||
295 | #define reg_iop_sw_mpu_rw_cpu_intr___intr14___width 1 | ||
296 | #define reg_iop_sw_mpu_rw_cpu_intr___intr14___bit 14 | ||
297 | #define reg_iop_sw_mpu_rw_cpu_intr___intr15___lsb 15 | ||
298 | #define reg_iop_sw_mpu_rw_cpu_intr___intr15___width 1 | ||
299 | #define reg_iop_sw_mpu_rw_cpu_intr___intr15___bit 15 | ||
300 | #define reg_iop_sw_mpu_rw_cpu_intr___intr16___lsb 16 | ||
301 | #define reg_iop_sw_mpu_rw_cpu_intr___intr16___width 1 | ||
302 | #define reg_iop_sw_mpu_rw_cpu_intr___intr16___bit 16 | ||
303 | #define reg_iop_sw_mpu_rw_cpu_intr___intr17___lsb 17 | ||
304 | #define reg_iop_sw_mpu_rw_cpu_intr___intr17___width 1 | ||
305 | #define reg_iop_sw_mpu_rw_cpu_intr___intr17___bit 17 | ||
306 | #define reg_iop_sw_mpu_rw_cpu_intr___intr18___lsb 18 | ||
307 | #define reg_iop_sw_mpu_rw_cpu_intr___intr18___width 1 | ||
308 | #define reg_iop_sw_mpu_rw_cpu_intr___intr18___bit 18 | ||
309 | #define reg_iop_sw_mpu_rw_cpu_intr___intr19___lsb 19 | ||
310 | #define reg_iop_sw_mpu_rw_cpu_intr___intr19___width 1 | ||
311 | #define reg_iop_sw_mpu_rw_cpu_intr___intr19___bit 19 | ||
312 | #define reg_iop_sw_mpu_rw_cpu_intr___intr20___lsb 20 | ||
313 | #define reg_iop_sw_mpu_rw_cpu_intr___intr20___width 1 | ||
314 | #define reg_iop_sw_mpu_rw_cpu_intr___intr20___bit 20 | ||
315 | #define reg_iop_sw_mpu_rw_cpu_intr___intr21___lsb 21 | ||
316 | #define reg_iop_sw_mpu_rw_cpu_intr___intr21___width 1 | ||
317 | #define reg_iop_sw_mpu_rw_cpu_intr___intr21___bit 21 | ||
318 | #define reg_iop_sw_mpu_rw_cpu_intr___intr22___lsb 22 | ||
319 | #define reg_iop_sw_mpu_rw_cpu_intr___intr22___width 1 | ||
320 | #define reg_iop_sw_mpu_rw_cpu_intr___intr22___bit 22 | ||
321 | #define reg_iop_sw_mpu_rw_cpu_intr___intr23___lsb 23 | ||
322 | #define reg_iop_sw_mpu_rw_cpu_intr___intr23___width 1 | ||
323 | #define reg_iop_sw_mpu_rw_cpu_intr___intr23___bit 23 | ||
324 | #define reg_iop_sw_mpu_rw_cpu_intr___intr24___lsb 24 | ||
325 | #define reg_iop_sw_mpu_rw_cpu_intr___intr24___width 1 | ||
326 | #define reg_iop_sw_mpu_rw_cpu_intr___intr24___bit 24 | ||
327 | #define reg_iop_sw_mpu_rw_cpu_intr___intr25___lsb 25 | ||
328 | #define reg_iop_sw_mpu_rw_cpu_intr___intr25___width 1 | ||
329 | #define reg_iop_sw_mpu_rw_cpu_intr___intr25___bit 25 | ||
330 | #define reg_iop_sw_mpu_rw_cpu_intr___intr26___lsb 26 | ||
331 | #define reg_iop_sw_mpu_rw_cpu_intr___intr26___width 1 | ||
332 | #define reg_iop_sw_mpu_rw_cpu_intr___intr26___bit 26 | ||
333 | #define reg_iop_sw_mpu_rw_cpu_intr___intr27___lsb 27 | ||
334 | #define reg_iop_sw_mpu_rw_cpu_intr___intr27___width 1 | ||
335 | #define reg_iop_sw_mpu_rw_cpu_intr___intr27___bit 27 | ||
336 | #define reg_iop_sw_mpu_rw_cpu_intr___intr28___lsb 28 | ||
337 | #define reg_iop_sw_mpu_rw_cpu_intr___intr28___width 1 | ||
338 | #define reg_iop_sw_mpu_rw_cpu_intr___intr28___bit 28 | ||
339 | #define reg_iop_sw_mpu_rw_cpu_intr___intr29___lsb 29 | ||
340 | #define reg_iop_sw_mpu_rw_cpu_intr___intr29___width 1 | ||
341 | #define reg_iop_sw_mpu_rw_cpu_intr___intr29___bit 29 | ||
342 | #define reg_iop_sw_mpu_rw_cpu_intr___intr30___lsb 30 | ||
343 | #define reg_iop_sw_mpu_rw_cpu_intr___intr30___width 1 | ||
344 | #define reg_iop_sw_mpu_rw_cpu_intr___intr30___bit 30 | ||
345 | #define reg_iop_sw_mpu_rw_cpu_intr___intr31___lsb 31 | ||
346 | #define reg_iop_sw_mpu_rw_cpu_intr___intr31___width 1 | ||
347 | #define reg_iop_sw_mpu_rw_cpu_intr___intr31___bit 31 | ||
348 | #define reg_iop_sw_mpu_rw_cpu_intr_offset 88 | ||
349 | |||
350 | /* Register r_cpu_intr, scope iop_sw_mpu, type r */ | ||
351 | #define reg_iop_sw_mpu_r_cpu_intr___intr0___lsb 0 | ||
352 | #define reg_iop_sw_mpu_r_cpu_intr___intr0___width 1 | ||
353 | #define reg_iop_sw_mpu_r_cpu_intr___intr0___bit 0 | ||
354 | #define reg_iop_sw_mpu_r_cpu_intr___intr1___lsb 1 | ||
355 | #define reg_iop_sw_mpu_r_cpu_intr___intr1___width 1 | ||
356 | #define reg_iop_sw_mpu_r_cpu_intr___intr1___bit 1 | ||
357 | #define reg_iop_sw_mpu_r_cpu_intr___intr2___lsb 2 | ||
358 | #define reg_iop_sw_mpu_r_cpu_intr___intr2___width 1 | ||
359 | #define reg_iop_sw_mpu_r_cpu_intr___intr2___bit 2 | ||
360 | #define reg_iop_sw_mpu_r_cpu_intr___intr3___lsb 3 | ||
361 | #define reg_iop_sw_mpu_r_cpu_intr___intr3___width 1 | ||
362 | #define reg_iop_sw_mpu_r_cpu_intr___intr3___bit 3 | ||
363 | #define reg_iop_sw_mpu_r_cpu_intr___intr4___lsb 4 | ||
364 | #define reg_iop_sw_mpu_r_cpu_intr___intr4___width 1 | ||
365 | #define reg_iop_sw_mpu_r_cpu_intr___intr4___bit 4 | ||
366 | #define reg_iop_sw_mpu_r_cpu_intr___intr5___lsb 5 | ||
367 | #define reg_iop_sw_mpu_r_cpu_intr___intr5___width 1 | ||
368 | #define reg_iop_sw_mpu_r_cpu_intr___intr5___bit 5 | ||
369 | #define reg_iop_sw_mpu_r_cpu_intr___intr6___lsb 6 | ||
370 | #define reg_iop_sw_mpu_r_cpu_intr___intr6___width 1 | ||
371 | #define reg_iop_sw_mpu_r_cpu_intr___intr6___bit 6 | ||
372 | #define reg_iop_sw_mpu_r_cpu_intr___intr7___lsb 7 | ||
373 | #define reg_iop_sw_mpu_r_cpu_intr___intr7___width 1 | ||
374 | #define reg_iop_sw_mpu_r_cpu_intr___intr7___bit 7 | ||
375 | #define reg_iop_sw_mpu_r_cpu_intr___intr8___lsb 8 | ||
376 | #define reg_iop_sw_mpu_r_cpu_intr___intr8___width 1 | ||
377 | #define reg_iop_sw_mpu_r_cpu_intr___intr8___bit 8 | ||
378 | #define reg_iop_sw_mpu_r_cpu_intr___intr9___lsb 9 | ||
379 | #define reg_iop_sw_mpu_r_cpu_intr___intr9___width 1 | ||
380 | #define reg_iop_sw_mpu_r_cpu_intr___intr9___bit 9 | ||
381 | #define reg_iop_sw_mpu_r_cpu_intr___intr10___lsb 10 | ||
382 | #define reg_iop_sw_mpu_r_cpu_intr___intr10___width 1 | ||
383 | #define reg_iop_sw_mpu_r_cpu_intr___intr10___bit 10 | ||
384 | #define reg_iop_sw_mpu_r_cpu_intr___intr11___lsb 11 | ||
385 | #define reg_iop_sw_mpu_r_cpu_intr___intr11___width 1 | ||
386 | #define reg_iop_sw_mpu_r_cpu_intr___intr11___bit 11 | ||
387 | #define reg_iop_sw_mpu_r_cpu_intr___intr12___lsb 12 | ||
388 | #define reg_iop_sw_mpu_r_cpu_intr___intr12___width 1 | ||
389 | #define reg_iop_sw_mpu_r_cpu_intr___intr12___bit 12 | ||
390 | #define reg_iop_sw_mpu_r_cpu_intr___intr13___lsb 13 | ||
391 | #define reg_iop_sw_mpu_r_cpu_intr___intr13___width 1 | ||
392 | #define reg_iop_sw_mpu_r_cpu_intr___intr13___bit 13 | ||
393 | #define reg_iop_sw_mpu_r_cpu_intr___intr14___lsb 14 | ||
394 | #define reg_iop_sw_mpu_r_cpu_intr___intr14___width 1 | ||
395 | #define reg_iop_sw_mpu_r_cpu_intr___intr14___bit 14 | ||
396 | #define reg_iop_sw_mpu_r_cpu_intr___intr15___lsb 15 | ||
397 | #define reg_iop_sw_mpu_r_cpu_intr___intr15___width 1 | ||
398 | #define reg_iop_sw_mpu_r_cpu_intr___intr15___bit 15 | ||
399 | #define reg_iop_sw_mpu_r_cpu_intr___intr16___lsb 16 | ||
400 | #define reg_iop_sw_mpu_r_cpu_intr___intr16___width 1 | ||
401 | #define reg_iop_sw_mpu_r_cpu_intr___intr16___bit 16 | ||
402 | #define reg_iop_sw_mpu_r_cpu_intr___intr17___lsb 17 | ||
403 | #define reg_iop_sw_mpu_r_cpu_intr___intr17___width 1 | ||
404 | #define reg_iop_sw_mpu_r_cpu_intr___intr17___bit 17 | ||
405 | #define reg_iop_sw_mpu_r_cpu_intr___intr18___lsb 18 | ||
406 | #define reg_iop_sw_mpu_r_cpu_intr___intr18___width 1 | ||
407 | #define reg_iop_sw_mpu_r_cpu_intr___intr18___bit 18 | ||
408 | #define reg_iop_sw_mpu_r_cpu_intr___intr19___lsb 19 | ||
409 | #define reg_iop_sw_mpu_r_cpu_intr___intr19___width 1 | ||
410 | #define reg_iop_sw_mpu_r_cpu_intr___intr19___bit 19 | ||
411 | #define reg_iop_sw_mpu_r_cpu_intr___intr20___lsb 20 | ||
412 | #define reg_iop_sw_mpu_r_cpu_intr___intr20___width 1 | ||
413 | #define reg_iop_sw_mpu_r_cpu_intr___intr20___bit 20 | ||
414 | #define reg_iop_sw_mpu_r_cpu_intr___intr21___lsb 21 | ||
415 | #define reg_iop_sw_mpu_r_cpu_intr___intr21___width 1 | ||
416 | #define reg_iop_sw_mpu_r_cpu_intr___intr21___bit 21 | ||
417 | #define reg_iop_sw_mpu_r_cpu_intr___intr22___lsb 22 | ||
418 | #define reg_iop_sw_mpu_r_cpu_intr___intr22___width 1 | ||
419 | #define reg_iop_sw_mpu_r_cpu_intr___intr22___bit 22 | ||
420 | #define reg_iop_sw_mpu_r_cpu_intr___intr23___lsb 23 | ||
421 | #define reg_iop_sw_mpu_r_cpu_intr___intr23___width 1 | ||
422 | #define reg_iop_sw_mpu_r_cpu_intr___intr23___bit 23 | ||
423 | #define reg_iop_sw_mpu_r_cpu_intr___intr24___lsb 24 | ||
424 | #define reg_iop_sw_mpu_r_cpu_intr___intr24___width 1 | ||
425 | #define reg_iop_sw_mpu_r_cpu_intr___intr24___bit 24 | ||
426 | #define reg_iop_sw_mpu_r_cpu_intr___intr25___lsb 25 | ||
427 | #define reg_iop_sw_mpu_r_cpu_intr___intr25___width 1 | ||
428 | #define reg_iop_sw_mpu_r_cpu_intr___intr25___bit 25 | ||
429 | #define reg_iop_sw_mpu_r_cpu_intr___intr26___lsb 26 | ||
430 | #define reg_iop_sw_mpu_r_cpu_intr___intr26___width 1 | ||
431 | #define reg_iop_sw_mpu_r_cpu_intr___intr26___bit 26 | ||
432 | #define reg_iop_sw_mpu_r_cpu_intr___intr27___lsb 27 | ||
433 | #define reg_iop_sw_mpu_r_cpu_intr___intr27___width 1 | ||
434 | #define reg_iop_sw_mpu_r_cpu_intr___intr27___bit 27 | ||
435 | #define reg_iop_sw_mpu_r_cpu_intr___intr28___lsb 28 | ||
436 | #define reg_iop_sw_mpu_r_cpu_intr___intr28___width 1 | ||
437 | #define reg_iop_sw_mpu_r_cpu_intr___intr28___bit 28 | ||
438 | #define reg_iop_sw_mpu_r_cpu_intr___intr29___lsb 29 | ||
439 | #define reg_iop_sw_mpu_r_cpu_intr___intr29___width 1 | ||
440 | #define reg_iop_sw_mpu_r_cpu_intr___intr29___bit 29 | ||
441 | #define reg_iop_sw_mpu_r_cpu_intr___intr30___lsb 30 | ||
442 | #define reg_iop_sw_mpu_r_cpu_intr___intr30___width 1 | ||
443 | #define reg_iop_sw_mpu_r_cpu_intr___intr30___bit 30 | ||
444 | #define reg_iop_sw_mpu_r_cpu_intr___intr31___lsb 31 | ||
445 | #define reg_iop_sw_mpu_r_cpu_intr___intr31___width 1 | ||
446 | #define reg_iop_sw_mpu_r_cpu_intr___intr31___bit 31 | ||
447 | #define reg_iop_sw_mpu_r_cpu_intr_offset 92 | ||
448 | |||
449 | /* Register rw_intr_grp0_mask, scope iop_sw_mpu, type rw */ | ||
450 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___spu0_intr0___lsb 0 | ||
451 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___spu0_intr0___width 1 | ||
452 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___spu0_intr0___bit 0 | ||
453 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___spu1_intr0___lsb 1 | ||
454 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___spu1_intr0___width 1 | ||
455 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___spu1_intr0___bit 1 | ||
456 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___trigger_grp0___lsb 2 | ||
457 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___trigger_grp0___width 1 | ||
458 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___trigger_grp0___bit 2 | ||
459 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___trigger_grp4___lsb 3 | ||
460 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___trigger_grp4___width 1 | ||
461 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___trigger_grp4___bit 3 | ||
462 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___timer_grp0___lsb 4 | ||
463 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___timer_grp0___width 1 | ||
464 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___timer_grp0___bit 4 | ||
465 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___fifo_out0___lsb 5 | ||
466 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___fifo_out0___width 1 | ||
467 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___fifo_out0___bit 5 | ||
468 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___fifo_out0_extra___lsb 6 | ||
469 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___fifo_out0_extra___width 1 | ||
470 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___fifo_out0_extra___bit 6 | ||
471 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___dmc_out0___lsb 7 | ||
472 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___dmc_out0___width 1 | ||
473 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___dmc_out0___bit 7 | ||
474 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___spu0_intr1___lsb 8 | ||
475 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___spu0_intr1___width 1 | ||
476 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___spu0_intr1___bit 8 | ||
477 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___spu1_intr1___lsb 9 | ||
478 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___spu1_intr1___width 1 | ||
479 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___spu1_intr1___bit 9 | ||
480 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___trigger_grp1___lsb 10 | ||
481 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___trigger_grp1___width 1 | ||
482 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___trigger_grp1___bit 10 | ||
483 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___trigger_grp5___lsb 11 | ||
484 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___trigger_grp5___width 1 | ||
485 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___trigger_grp5___bit 11 | ||
486 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___timer_grp1___lsb 12 | ||
487 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___timer_grp1___width 1 | ||
488 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___timer_grp1___bit 12 | ||
489 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___fifo_in0___lsb 13 | ||
490 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___fifo_in0___width 1 | ||
491 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___fifo_in0___bit 13 | ||
492 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___fifo_in0_extra___lsb 14 | ||
493 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___fifo_in0_extra___width 1 | ||
494 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___fifo_in0_extra___bit 14 | ||
495 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___dmc_in0___lsb 15 | ||
496 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___dmc_in0___width 1 | ||
497 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___dmc_in0___bit 15 | ||
498 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___spu0_intr2___lsb 16 | ||
499 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___spu0_intr2___width 1 | ||
500 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___spu0_intr2___bit 16 | ||
501 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___spu1_intr2___lsb 17 | ||
502 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___spu1_intr2___width 1 | ||
503 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___spu1_intr2___bit 17 | ||
504 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___trigger_grp2___lsb 18 | ||
505 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___trigger_grp2___width 1 | ||
506 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___trigger_grp2___bit 18 | ||
507 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___trigger_grp6___lsb 19 | ||
508 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___trigger_grp6___width 1 | ||
509 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___trigger_grp6___bit 19 | ||
510 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___timer_grp2___lsb 20 | ||
511 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___timer_grp2___width 1 | ||
512 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___timer_grp2___bit 20 | ||
513 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___fifo_out1___lsb 21 | ||
514 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___fifo_out1___width 1 | ||
515 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___fifo_out1___bit 21 | ||
516 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___fifo_out1_extra___lsb 22 | ||
517 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___fifo_out1_extra___width 1 | ||
518 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___fifo_out1_extra___bit 22 | ||
519 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___dmc_out1___lsb 23 | ||
520 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___dmc_out1___width 1 | ||
521 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___dmc_out1___bit 23 | ||
522 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___spu0_intr3___lsb 24 | ||
523 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___spu0_intr3___width 1 | ||
524 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___spu0_intr3___bit 24 | ||
525 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___spu1_intr3___lsb 25 | ||
526 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___spu1_intr3___width 1 | ||
527 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___spu1_intr3___bit 25 | ||
528 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___trigger_grp3___lsb 26 | ||
529 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___trigger_grp3___width 1 | ||
530 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___trigger_grp3___bit 26 | ||
531 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___trigger_grp7___lsb 27 | ||
532 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___trigger_grp7___width 1 | ||
533 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___trigger_grp7___bit 27 | ||
534 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___timer_grp3___lsb 28 | ||
535 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___timer_grp3___width 1 | ||
536 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___timer_grp3___bit 28 | ||
537 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___fifo_in1___lsb 29 | ||
538 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___fifo_in1___width 1 | ||
539 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___fifo_in1___bit 29 | ||
540 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___fifo_in1_extra___lsb 30 | ||
541 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___fifo_in1_extra___width 1 | ||
542 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___fifo_in1_extra___bit 30 | ||
543 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___dmc_in1___lsb 31 | ||
544 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___dmc_in1___width 1 | ||
545 | #define reg_iop_sw_mpu_rw_intr_grp0_mask___dmc_in1___bit 31 | ||
546 | #define reg_iop_sw_mpu_rw_intr_grp0_mask_offset 96 | ||
547 | |||
548 | /* Register rw_ack_intr_grp0, scope iop_sw_mpu, type rw */ | ||
549 | #define reg_iop_sw_mpu_rw_ack_intr_grp0___spu0_intr0___lsb 0 | ||
550 | #define reg_iop_sw_mpu_rw_ack_intr_grp0___spu0_intr0___width 1 | ||
551 | #define reg_iop_sw_mpu_rw_ack_intr_grp0___spu0_intr0___bit 0 | ||
552 | #define reg_iop_sw_mpu_rw_ack_intr_grp0___spu1_intr0___lsb 1 | ||
553 | #define reg_iop_sw_mpu_rw_ack_intr_grp0___spu1_intr0___width 1 | ||
554 | #define reg_iop_sw_mpu_rw_ack_intr_grp0___spu1_intr0___bit 1 | ||
555 | #define reg_iop_sw_mpu_rw_ack_intr_grp0___spu0_intr1___lsb 8 | ||
556 | #define reg_iop_sw_mpu_rw_ack_intr_grp0___spu0_intr1___width 1 | ||
557 | #define reg_iop_sw_mpu_rw_ack_intr_grp0___spu0_intr1___bit 8 | ||
558 | #define reg_iop_sw_mpu_rw_ack_intr_grp0___spu1_intr1___lsb 9 | ||
559 | #define reg_iop_sw_mpu_rw_ack_intr_grp0___spu1_intr1___width 1 | ||
560 | #define reg_iop_sw_mpu_rw_ack_intr_grp0___spu1_intr1___bit 9 | ||
561 | #define reg_iop_sw_mpu_rw_ack_intr_grp0___spu0_intr2___lsb 16 | ||
562 | #define reg_iop_sw_mpu_rw_ack_intr_grp0___spu0_intr2___width 1 | ||
563 | #define reg_iop_sw_mpu_rw_ack_intr_grp0___spu0_intr2___bit 16 | ||
564 | #define reg_iop_sw_mpu_rw_ack_intr_grp0___spu1_intr2___lsb 17 | ||
565 | #define reg_iop_sw_mpu_rw_ack_intr_grp0___spu1_intr2___width 1 | ||
566 | #define reg_iop_sw_mpu_rw_ack_intr_grp0___spu1_intr2___bit 17 | ||
567 | #define reg_iop_sw_mpu_rw_ack_intr_grp0___spu0_intr3___lsb 24 | ||
568 | #define reg_iop_sw_mpu_rw_ack_intr_grp0___spu0_intr3___width 1 | ||
569 | #define reg_iop_sw_mpu_rw_ack_intr_grp0___spu0_intr3___bit 24 | ||
570 | #define reg_iop_sw_mpu_rw_ack_intr_grp0___spu1_intr3___lsb 25 | ||
571 | #define reg_iop_sw_mpu_rw_ack_intr_grp0___spu1_intr3___width 1 | ||
572 | #define reg_iop_sw_mpu_rw_ack_intr_grp0___spu1_intr3___bit 25 | ||
573 | #define reg_iop_sw_mpu_rw_ack_intr_grp0_offset 100 | ||
574 | |||
575 | /* Register r_intr_grp0, scope iop_sw_mpu, type r */ | ||
576 | #define reg_iop_sw_mpu_r_intr_grp0___spu0_intr0___lsb 0 | ||
577 | #define reg_iop_sw_mpu_r_intr_grp0___spu0_intr0___width 1 | ||
578 | #define reg_iop_sw_mpu_r_intr_grp0___spu0_intr0___bit 0 | ||
579 | #define reg_iop_sw_mpu_r_intr_grp0___spu1_intr0___lsb 1 | ||
580 | #define reg_iop_sw_mpu_r_intr_grp0___spu1_intr0___width 1 | ||
581 | #define reg_iop_sw_mpu_r_intr_grp0___spu1_intr0___bit 1 | ||
582 | #define reg_iop_sw_mpu_r_intr_grp0___trigger_grp0___lsb 2 | ||
583 | #define reg_iop_sw_mpu_r_intr_grp0___trigger_grp0___width 1 | ||
584 | #define reg_iop_sw_mpu_r_intr_grp0___trigger_grp0___bit 2 | ||
585 | #define reg_iop_sw_mpu_r_intr_grp0___trigger_grp4___lsb 3 | ||
586 | #define reg_iop_sw_mpu_r_intr_grp0___trigger_grp4___width 1 | ||
587 | #define reg_iop_sw_mpu_r_intr_grp0___trigger_grp4___bit 3 | ||
588 | #define reg_iop_sw_mpu_r_intr_grp0___timer_grp0___lsb 4 | ||
589 | #define reg_iop_sw_mpu_r_intr_grp0___timer_grp0___width 1 | ||
590 | #define reg_iop_sw_mpu_r_intr_grp0___timer_grp0___bit 4 | ||
591 | #define reg_iop_sw_mpu_r_intr_grp0___fifo_out0___lsb 5 | ||
592 | #define reg_iop_sw_mpu_r_intr_grp0___fifo_out0___width 1 | ||
593 | #define reg_iop_sw_mpu_r_intr_grp0___fifo_out0___bit 5 | ||
594 | #define reg_iop_sw_mpu_r_intr_grp0___fifo_out0_extra___lsb 6 | ||
595 | #define reg_iop_sw_mpu_r_intr_grp0___fifo_out0_extra___width 1 | ||
596 | #define reg_iop_sw_mpu_r_intr_grp0___fifo_out0_extra___bit 6 | ||
597 | #define reg_iop_sw_mpu_r_intr_grp0___dmc_out0___lsb 7 | ||
598 | #define reg_iop_sw_mpu_r_intr_grp0___dmc_out0___width 1 | ||
599 | #define reg_iop_sw_mpu_r_intr_grp0___dmc_out0___bit 7 | ||
600 | #define reg_iop_sw_mpu_r_intr_grp0___spu0_intr1___lsb 8 | ||
601 | #define reg_iop_sw_mpu_r_intr_grp0___spu0_intr1___width 1 | ||
602 | #define reg_iop_sw_mpu_r_intr_grp0___spu0_intr1___bit 8 | ||
603 | #define reg_iop_sw_mpu_r_intr_grp0___spu1_intr1___lsb 9 | ||
604 | #define reg_iop_sw_mpu_r_intr_grp0___spu1_intr1___width 1 | ||
605 | #define reg_iop_sw_mpu_r_intr_grp0___spu1_intr1___bit 9 | ||
606 | #define reg_iop_sw_mpu_r_intr_grp0___trigger_grp1___lsb 10 | ||
607 | #define reg_iop_sw_mpu_r_intr_grp0___trigger_grp1___width 1 | ||
608 | #define reg_iop_sw_mpu_r_intr_grp0___trigger_grp1___bit 10 | ||
609 | #define reg_iop_sw_mpu_r_intr_grp0___trigger_grp5___lsb 11 | ||
610 | #define reg_iop_sw_mpu_r_intr_grp0___trigger_grp5___width 1 | ||
611 | #define reg_iop_sw_mpu_r_intr_grp0___trigger_grp5___bit 11 | ||
612 | #define reg_iop_sw_mpu_r_intr_grp0___timer_grp1___lsb 12 | ||
613 | #define reg_iop_sw_mpu_r_intr_grp0___timer_grp1___width 1 | ||
614 | #define reg_iop_sw_mpu_r_intr_grp0___timer_grp1___bit 12 | ||
615 | #define reg_iop_sw_mpu_r_intr_grp0___fifo_in0___lsb 13 | ||
616 | #define reg_iop_sw_mpu_r_intr_grp0___fifo_in0___width 1 | ||
617 | #define reg_iop_sw_mpu_r_intr_grp0___fifo_in0___bit 13 | ||
618 | #define reg_iop_sw_mpu_r_intr_grp0___fifo_in0_extra___lsb 14 | ||
619 | #define reg_iop_sw_mpu_r_intr_grp0___fifo_in0_extra___width 1 | ||
620 | #define reg_iop_sw_mpu_r_intr_grp0___fifo_in0_extra___bit 14 | ||
621 | #define reg_iop_sw_mpu_r_intr_grp0___dmc_in0___lsb 15 | ||
622 | #define reg_iop_sw_mpu_r_intr_grp0___dmc_in0___width 1 | ||
623 | #define reg_iop_sw_mpu_r_intr_grp0___dmc_in0___bit 15 | ||
624 | #define reg_iop_sw_mpu_r_intr_grp0___spu0_intr2___lsb 16 | ||
625 | #define reg_iop_sw_mpu_r_intr_grp0___spu0_intr2___width 1 | ||
626 | #define reg_iop_sw_mpu_r_intr_grp0___spu0_intr2___bit 16 | ||
627 | #define reg_iop_sw_mpu_r_intr_grp0___spu1_intr2___lsb 17 | ||
628 | #define reg_iop_sw_mpu_r_intr_grp0___spu1_intr2___width 1 | ||
629 | #define reg_iop_sw_mpu_r_intr_grp0___spu1_intr2___bit 17 | ||
630 | #define reg_iop_sw_mpu_r_intr_grp0___trigger_grp2___lsb 18 | ||
631 | #define reg_iop_sw_mpu_r_intr_grp0___trigger_grp2___width 1 | ||
632 | #define reg_iop_sw_mpu_r_intr_grp0___trigger_grp2___bit 18 | ||
633 | #define reg_iop_sw_mpu_r_intr_grp0___trigger_grp6___lsb 19 | ||
634 | #define reg_iop_sw_mpu_r_intr_grp0___trigger_grp6___width 1 | ||
635 | #define reg_iop_sw_mpu_r_intr_grp0___trigger_grp6___bit 19 | ||
636 | #define reg_iop_sw_mpu_r_intr_grp0___timer_grp2___lsb 20 | ||
637 | #define reg_iop_sw_mpu_r_intr_grp0___timer_grp2___width 1 | ||
638 | #define reg_iop_sw_mpu_r_intr_grp0___timer_grp2___bit 20 | ||
639 | #define reg_iop_sw_mpu_r_intr_grp0___fifo_out1___lsb 21 | ||
640 | #define reg_iop_sw_mpu_r_intr_grp0___fifo_out1___width 1 | ||
641 | #define reg_iop_sw_mpu_r_intr_grp0___fifo_out1___bit 21 | ||
642 | #define reg_iop_sw_mpu_r_intr_grp0___fifo_out1_extra___lsb 22 | ||
643 | #define reg_iop_sw_mpu_r_intr_grp0___fifo_out1_extra___width 1 | ||
644 | #define reg_iop_sw_mpu_r_intr_grp0___fifo_out1_extra___bit 22 | ||
645 | #define reg_iop_sw_mpu_r_intr_grp0___dmc_out1___lsb 23 | ||
646 | #define reg_iop_sw_mpu_r_intr_grp0___dmc_out1___width 1 | ||
647 | #define reg_iop_sw_mpu_r_intr_grp0___dmc_out1___bit 23 | ||
648 | #define reg_iop_sw_mpu_r_intr_grp0___spu0_intr3___lsb 24 | ||
649 | #define reg_iop_sw_mpu_r_intr_grp0___spu0_intr3___width 1 | ||
650 | #define reg_iop_sw_mpu_r_intr_grp0___spu0_intr3___bit 24 | ||
651 | #define reg_iop_sw_mpu_r_intr_grp0___spu1_intr3___lsb 25 | ||
652 | #define reg_iop_sw_mpu_r_intr_grp0___spu1_intr3___width 1 | ||
653 | #define reg_iop_sw_mpu_r_intr_grp0___spu1_intr3___bit 25 | ||
654 | #define reg_iop_sw_mpu_r_intr_grp0___trigger_grp3___lsb 26 | ||
655 | #define reg_iop_sw_mpu_r_intr_grp0___trigger_grp3___width 1 | ||
656 | #define reg_iop_sw_mpu_r_intr_grp0___trigger_grp3___bit 26 | ||
657 | #define reg_iop_sw_mpu_r_intr_grp0___trigger_grp7___lsb 27 | ||
658 | #define reg_iop_sw_mpu_r_intr_grp0___trigger_grp7___width 1 | ||
659 | #define reg_iop_sw_mpu_r_intr_grp0___trigger_grp7___bit 27 | ||
660 | #define reg_iop_sw_mpu_r_intr_grp0___timer_grp3___lsb 28 | ||
661 | #define reg_iop_sw_mpu_r_intr_grp0___timer_grp3___width 1 | ||
662 | #define reg_iop_sw_mpu_r_intr_grp0___timer_grp3___bit 28 | ||
663 | #define reg_iop_sw_mpu_r_intr_grp0___fifo_in1___lsb 29 | ||
664 | #define reg_iop_sw_mpu_r_intr_grp0___fifo_in1___width 1 | ||
665 | #define reg_iop_sw_mpu_r_intr_grp0___fifo_in1___bit 29 | ||
666 | #define reg_iop_sw_mpu_r_intr_grp0___fifo_in1_extra___lsb 30 | ||
667 | #define reg_iop_sw_mpu_r_intr_grp0___fifo_in1_extra___width 1 | ||
668 | #define reg_iop_sw_mpu_r_intr_grp0___fifo_in1_extra___bit 30 | ||
669 | #define reg_iop_sw_mpu_r_intr_grp0___dmc_in1___lsb 31 | ||
670 | #define reg_iop_sw_mpu_r_intr_grp0___dmc_in1___width 1 | ||
671 | #define reg_iop_sw_mpu_r_intr_grp0___dmc_in1___bit 31 | ||
672 | #define reg_iop_sw_mpu_r_intr_grp0_offset 104 | ||
673 | |||
674 | /* Register r_masked_intr_grp0, scope iop_sw_mpu, type r */ | ||
675 | #define reg_iop_sw_mpu_r_masked_intr_grp0___spu0_intr0___lsb 0 | ||
676 | #define reg_iop_sw_mpu_r_masked_intr_grp0___spu0_intr0___width 1 | ||
677 | #define reg_iop_sw_mpu_r_masked_intr_grp0___spu0_intr0___bit 0 | ||
678 | #define reg_iop_sw_mpu_r_masked_intr_grp0___spu1_intr0___lsb 1 | ||
679 | #define reg_iop_sw_mpu_r_masked_intr_grp0___spu1_intr0___width 1 | ||
680 | #define reg_iop_sw_mpu_r_masked_intr_grp0___spu1_intr0___bit 1 | ||
681 | #define reg_iop_sw_mpu_r_masked_intr_grp0___trigger_grp0___lsb 2 | ||
682 | #define reg_iop_sw_mpu_r_masked_intr_grp0___trigger_grp0___width 1 | ||
683 | #define reg_iop_sw_mpu_r_masked_intr_grp0___trigger_grp0___bit 2 | ||
684 | #define reg_iop_sw_mpu_r_masked_intr_grp0___trigger_grp4___lsb 3 | ||
685 | #define reg_iop_sw_mpu_r_masked_intr_grp0___trigger_grp4___width 1 | ||
686 | #define reg_iop_sw_mpu_r_masked_intr_grp0___trigger_grp4___bit 3 | ||
687 | #define reg_iop_sw_mpu_r_masked_intr_grp0___timer_grp0___lsb 4 | ||
688 | #define reg_iop_sw_mpu_r_masked_intr_grp0___timer_grp0___width 1 | ||
689 | #define reg_iop_sw_mpu_r_masked_intr_grp0___timer_grp0___bit 4 | ||
690 | #define reg_iop_sw_mpu_r_masked_intr_grp0___fifo_out0___lsb 5 | ||
691 | #define reg_iop_sw_mpu_r_masked_intr_grp0___fifo_out0___width 1 | ||
692 | #define reg_iop_sw_mpu_r_masked_intr_grp0___fifo_out0___bit 5 | ||
693 | #define reg_iop_sw_mpu_r_masked_intr_grp0___fifo_out0_extra___lsb 6 | ||
694 | #define reg_iop_sw_mpu_r_masked_intr_grp0___fifo_out0_extra___width 1 | ||
695 | #define reg_iop_sw_mpu_r_masked_intr_grp0___fifo_out0_extra___bit 6 | ||
696 | #define reg_iop_sw_mpu_r_masked_intr_grp0___dmc_out0___lsb 7 | ||
697 | #define reg_iop_sw_mpu_r_masked_intr_grp0___dmc_out0___width 1 | ||
698 | #define reg_iop_sw_mpu_r_masked_intr_grp0___dmc_out0___bit 7 | ||
699 | #define reg_iop_sw_mpu_r_masked_intr_grp0___spu0_intr1___lsb 8 | ||
700 | #define reg_iop_sw_mpu_r_masked_intr_grp0___spu0_intr1___width 1 | ||
701 | #define reg_iop_sw_mpu_r_masked_intr_grp0___spu0_intr1___bit 8 | ||
702 | #define reg_iop_sw_mpu_r_masked_intr_grp0___spu1_intr1___lsb 9 | ||
703 | #define reg_iop_sw_mpu_r_masked_intr_grp0___spu1_intr1___width 1 | ||
704 | #define reg_iop_sw_mpu_r_masked_intr_grp0___spu1_intr1___bit 9 | ||
705 | #define reg_iop_sw_mpu_r_masked_intr_grp0___trigger_grp1___lsb 10 | ||
706 | #define reg_iop_sw_mpu_r_masked_intr_grp0___trigger_grp1___width 1 | ||
707 | #define reg_iop_sw_mpu_r_masked_intr_grp0___trigger_grp1___bit 10 | ||
708 | #define reg_iop_sw_mpu_r_masked_intr_grp0___trigger_grp5___lsb 11 | ||
709 | #define reg_iop_sw_mpu_r_masked_intr_grp0___trigger_grp5___width 1 | ||
710 | #define reg_iop_sw_mpu_r_masked_intr_grp0___trigger_grp5___bit 11 | ||
711 | #define reg_iop_sw_mpu_r_masked_intr_grp0___timer_grp1___lsb 12 | ||
712 | #define reg_iop_sw_mpu_r_masked_intr_grp0___timer_grp1___width 1 | ||
713 | #define reg_iop_sw_mpu_r_masked_intr_grp0___timer_grp1___bit 12 | ||
714 | #define reg_iop_sw_mpu_r_masked_intr_grp0___fifo_in0___lsb 13 | ||
715 | #define reg_iop_sw_mpu_r_masked_intr_grp0___fifo_in0___width 1 | ||
716 | #define reg_iop_sw_mpu_r_masked_intr_grp0___fifo_in0___bit 13 | ||
717 | #define reg_iop_sw_mpu_r_masked_intr_grp0___fifo_in0_extra___lsb 14 | ||
718 | #define reg_iop_sw_mpu_r_masked_intr_grp0___fifo_in0_extra___width 1 | ||
719 | #define reg_iop_sw_mpu_r_masked_intr_grp0___fifo_in0_extra___bit 14 | ||
720 | #define reg_iop_sw_mpu_r_masked_intr_grp0___dmc_in0___lsb 15 | ||
721 | #define reg_iop_sw_mpu_r_masked_intr_grp0___dmc_in0___width 1 | ||
722 | #define reg_iop_sw_mpu_r_masked_intr_grp0___dmc_in0___bit 15 | ||
723 | #define reg_iop_sw_mpu_r_masked_intr_grp0___spu0_intr2___lsb 16 | ||
724 | #define reg_iop_sw_mpu_r_masked_intr_grp0___spu0_intr2___width 1 | ||
725 | #define reg_iop_sw_mpu_r_masked_intr_grp0___spu0_intr2___bit 16 | ||
726 | #define reg_iop_sw_mpu_r_masked_intr_grp0___spu1_intr2___lsb 17 | ||
727 | #define reg_iop_sw_mpu_r_masked_intr_grp0___spu1_intr2___width 1 | ||
728 | #define reg_iop_sw_mpu_r_masked_intr_grp0___spu1_intr2___bit 17 | ||
729 | #define reg_iop_sw_mpu_r_masked_intr_grp0___trigger_grp2___lsb 18 | ||
730 | #define reg_iop_sw_mpu_r_masked_intr_grp0___trigger_grp2___width 1 | ||
731 | #define reg_iop_sw_mpu_r_masked_intr_grp0___trigger_grp2___bit 18 | ||
732 | #define reg_iop_sw_mpu_r_masked_intr_grp0___trigger_grp6___lsb 19 | ||
733 | #define reg_iop_sw_mpu_r_masked_intr_grp0___trigger_grp6___width 1 | ||
734 | #define reg_iop_sw_mpu_r_masked_intr_grp0___trigger_grp6___bit 19 | ||
735 | #define reg_iop_sw_mpu_r_masked_intr_grp0___timer_grp2___lsb 20 | ||
736 | #define reg_iop_sw_mpu_r_masked_intr_grp0___timer_grp2___width 1 | ||
737 | #define reg_iop_sw_mpu_r_masked_intr_grp0___timer_grp2___bit 20 | ||
738 | #define reg_iop_sw_mpu_r_masked_intr_grp0___fifo_out1___lsb 21 | ||
739 | #define reg_iop_sw_mpu_r_masked_intr_grp0___fifo_out1___width 1 | ||
740 | #define reg_iop_sw_mpu_r_masked_intr_grp0___fifo_out1___bit 21 | ||
741 | #define reg_iop_sw_mpu_r_masked_intr_grp0___fifo_out1_extra___lsb 22 | ||
742 | #define reg_iop_sw_mpu_r_masked_intr_grp0___fifo_out1_extra___width 1 | ||
743 | #define reg_iop_sw_mpu_r_masked_intr_grp0___fifo_out1_extra___bit 22 | ||
744 | #define reg_iop_sw_mpu_r_masked_intr_grp0___dmc_out1___lsb 23 | ||
745 | #define reg_iop_sw_mpu_r_masked_intr_grp0___dmc_out1___width 1 | ||
746 | #define reg_iop_sw_mpu_r_masked_intr_grp0___dmc_out1___bit 23 | ||
747 | #define reg_iop_sw_mpu_r_masked_intr_grp0___spu0_intr3___lsb 24 | ||
748 | #define reg_iop_sw_mpu_r_masked_intr_grp0___spu0_intr3___width 1 | ||
749 | #define reg_iop_sw_mpu_r_masked_intr_grp0___spu0_intr3___bit 24 | ||
750 | #define reg_iop_sw_mpu_r_masked_intr_grp0___spu1_intr3___lsb 25 | ||
751 | #define reg_iop_sw_mpu_r_masked_intr_grp0___spu1_intr3___width 1 | ||
752 | #define reg_iop_sw_mpu_r_masked_intr_grp0___spu1_intr3___bit 25 | ||
753 | #define reg_iop_sw_mpu_r_masked_intr_grp0___trigger_grp3___lsb 26 | ||
754 | #define reg_iop_sw_mpu_r_masked_intr_grp0___trigger_grp3___width 1 | ||
755 | #define reg_iop_sw_mpu_r_masked_intr_grp0___trigger_grp3___bit 26 | ||
756 | #define reg_iop_sw_mpu_r_masked_intr_grp0___trigger_grp7___lsb 27 | ||
757 | #define reg_iop_sw_mpu_r_masked_intr_grp0___trigger_grp7___width 1 | ||
758 | #define reg_iop_sw_mpu_r_masked_intr_grp0___trigger_grp7___bit 27 | ||
759 | #define reg_iop_sw_mpu_r_masked_intr_grp0___timer_grp3___lsb 28 | ||
760 | #define reg_iop_sw_mpu_r_masked_intr_grp0___timer_grp3___width 1 | ||
761 | #define reg_iop_sw_mpu_r_masked_intr_grp0___timer_grp3___bit 28 | ||
762 | #define reg_iop_sw_mpu_r_masked_intr_grp0___fifo_in1___lsb 29 | ||
763 | #define reg_iop_sw_mpu_r_masked_intr_grp0___fifo_in1___width 1 | ||
764 | #define reg_iop_sw_mpu_r_masked_intr_grp0___fifo_in1___bit 29 | ||
765 | #define reg_iop_sw_mpu_r_masked_intr_grp0___fifo_in1_extra___lsb 30 | ||
766 | #define reg_iop_sw_mpu_r_masked_intr_grp0___fifo_in1_extra___width 1 | ||
767 | #define reg_iop_sw_mpu_r_masked_intr_grp0___fifo_in1_extra___bit 30 | ||
768 | #define reg_iop_sw_mpu_r_masked_intr_grp0___dmc_in1___lsb 31 | ||
769 | #define reg_iop_sw_mpu_r_masked_intr_grp0___dmc_in1___width 1 | ||
770 | #define reg_iop_sw_mpu_r_masked_intr_grp0___dmc_in1___bit 31 | ||
771 | #define reg_iop_sw_mpu_r_masked_intr_grp0_offset 108 | ||
772 | |||
773 | /* Register rw_intr_grp1_mask, scope iop_sw_mpu, type rw */ | ||
774 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___spu0_intr4___lsb 0 | ||
775 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___spu0_intr4___width 1 | ||
776 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___spu0_intr4___bit 0 | ||
777 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___spu1_intr4___lsb 1 | ||
778 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___spu1_intr4___width 1 | ||
779 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___spu1_intr4___bit 1 | ||
780 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___trigger_grp0___lsb 2 | ||
781 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___trigger_grp0___width 1 | ||
782 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___trigger_grp0___bit 2 | ||
783 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___trigger_grp5___lsb 3 | ||
784 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___trigger_grp5___width 1 | ||
785 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___trigger_grp5___bit 3 | ||
786 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___timer_grp0___lsb 4 | ||
787 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___timer_grp0___width 1 | ||
788 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___timer_grp0___bit 4 | ||
789 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___fifo_in0___lsb 5 | ||
790 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___fifo_in0___width 1 | ||
791 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___fifo_in0___bit 5 | ||
792 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___fifo_in0_extra___lsb 6 | ||
793 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___fifo_in0_extra___width 1 | ||
794 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___fifo_in0_extra___bit 6 | ||
795 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___dmc_out0___lsb 7 | ||
796 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___dmc_out0___width 1 | ||
797 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___dmc_out0___bit 7 | ||
798 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___spu0_intr5___lsb 8 | ||
799 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___spu0_intr5___width 1 | ||
800 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___spu0_intr5___bit 8 | ||
801 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___spu1_intr5___lsb 9 | ||
802 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___spu1_intr5___width 1 | ||
803 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___spu1_intr5___bit 9 | ||
804 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___trigger_grp1___lsb 10 | ||
805 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___trigger_grp1___width 1 | ||
806 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___trigger_grp1___bit 10 | ||
807 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___trigger_grp6___lsb 11 | ||
808 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___trigger_grp6___width 1 | ||
809 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___trigger_grp6___bit 11 | ||
810 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___timer_grp1___lsb 12 | ||
811 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___timer_grp1___width 1 | ||
812 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___timer_grp1___bit 12 | ||
813 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___fifo_out1___lsb 13 | ||
814 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___fifo_out1___width 1 | ||
815 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___fifo_out1___bit 13 | ||
816 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___fifo_out0_extra___lsb 14 | ||
817 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___fifo_out0_extra___width 1 | ||
818 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___fifo_out0_extra___bit 14 | ||
819 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___dmc_in0___lsb 15 | ||
820 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___dmc_in0___width 1 | ||
821 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___dmc_in0___bit 15 | ||
822 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___spu0_intr6___lsb 16 | ||
823 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___spu0_intr6___width 1 | ||
824 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___spu0_intr6___bit 16 | ||
825 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___spu1_intr6___lsb 17 | ||
826 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___spu1_intr6___width 1 | ||
827 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___spu1_intr6___bit 17 | ||
828 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___trigger_grp2___lsb 18 | ||
829 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___trigger_grp2___width 1 | ||
830 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___trigger_grp2___bit 18 | ||
831 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___trigger_grp7___lsb 19 | ||
832 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___trigger_grp7___width 1 | ||
833 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___trigger_grp7___bit 19 | ||
834 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___timer_grp2___lsb 20 | ||
835 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___timer_grp2___width 1 | ||
836 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___timer_grp2___bit 20 | ||
837 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___fifo_in1___lsb 21 | ||
838 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___fifo_in1___width 1 | ||
839 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___fifo_in1___bit 21 | ||
840 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___fifo_in1_extra___lsb 22 | ||
841 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___fifo_in1_extra___width 1 | ||
842 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___fifo_in1_extra___bit 22 | ||
843 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___dmc_out1___lsb 23 | ||
844 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___dmc_out1___width 1 | ||
845 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___dmc_out1___bit 23 | ||
846 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___spu0_intr7___lsb 24 | ||
847 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___spu0_intr7___width 1 | ||
848 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___spu0_intr7___bit 24 | ||
849 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___spu1_intr7___lsb 25 | ||
850 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___spu1_intr7___width 1 | ||
851 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___spu1_intr7___bit 25 | ||
852 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___trigger_grp3___lsb 26 | ||
853 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___trigger_grp3___width 1 | ||
854 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___trigger_grp3___bit 26 | ||
855 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___trigger_grp4___lsb 27 | ||
856 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___trigger_grp4___width 1 | ||
857 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___trigger_grp4___bit 27 | ||
858 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___timer_grp3___lsb 28 | ||
859 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___timer_grp3___width 1 | ||
860 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___timer_grp3___bit 28 | ||
861 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___fifo_out0___lsb 29 | ||
862 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___fifo_out0___width 1 | ||
863 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___fifo_out0___bit 29 | ||
864 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___fifo_out1_extra___lsb 30 | ||
865 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___fifo_out1_extra___width 1 | ||
866 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___fifo_out1_extra___bit 30 | ||
867 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___dmc_in1___lsb 31 | ||
868 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___dmc_in1___width 1 | ||
869 | #define reg_iop_sw_mpu_rw_intr_grp1_mask___dmc_in1___bit 31 | ||
870 | #define reg_iop_sw_mpu_rw_intr_grp1_mask_offset 112 | ||
871 | |||
872 | /* Register rw_ack_intr_grp1, scope iop_sw_mpu, type rw */ | ||
873 | #define reg_iop_sw_mpu_rw_ack_intr_grp1___spu0_intr4___lsb 0 | ||
874 | #define reg_iop_sw_mpu_rw_ack_intr_grp1___spu0_intr4___width 1 | ||
875 | #define reg_iop_sw_mpu_rw_ack_intr_grp1___spu0_intr4___bit 0 | ||
876 | #define reg_iop_sw_mpu_rw_ack_intr_grp1___spu1_intr4___lsb 1 | ||
877 | #define reg_iop_sw_mpu_rw_ack_intr_grp1___spu1_intr4___width 1 | ||
878 | #define reg_iop_sw_mpu_rw_ack_intr_grp1___spu1_intr4___bit 1 | ||
879 | #define reg_iop_sw_mpu_rw_ack_intr_grp1___spu0_intr5___lsb 8 | ||
880 | #define reg_iop_sw_mpu_rw_ack_intr_grp1___spu0_intr5___width 1 | ||
881 | #define reg_iop_sw_mpu_rw_ack_intr_grp1___spu0_intr5___bit 8 | ||
882 | #define reg_iop_sw_mpu_rw_ack_intr_grp1___spu1_intr5___lsb 9 | ||
883 | #define reg_iop_sw_mpu_rw_ack_intr_grp1___spu1_intr5___width 1 | ||
884 | #define reg_iop_sw_mpu_rw_ack_intr_grp1___spu1_intr5___bit 9 | ||
885 | #define reg_iop_sw_mpu_rw_ack_intr_grp1___spu0_intr6___lsb 16 | ||
886 | #define reg_iop_sw_mpu_rw_ack_intr_grp1___spu0_intr6___width 1 | ||
887 | #define reg_iop_sw_mpu_rw_ack_intr_grp1___spu0_intr6___bit 16 | ||
888 | #define reg_iop_sw_mpu_rw_ack_intr_grp1___spu1_intr6___lsb 17 | ||
889 | #define reg_iop_sw_mpu_rw_ack_intr_grp1___spu1_intr6___width 1 | ||
890 | #define reg_iop_sw_mpu_rw_ack_intr_grp1___spu1_intr6___bit 17 | ||
891 | #define reg_iop_sw_mpu_rw_ack_intr_grp1___spu0_intr7___lsb 24 | ||
892 | #define reg_iop_sw_mpu_rw_ack_intr_grp1___spu0_intr7___width 1 | ||
893 | #define reg_iop_sw_mpu_rw_ack_intr_grp1___spu0_intr7___bit 24 | ||
894 | #define reg_iop_sw_mpu_rw_ack_intr_grp1___spu1_intr7___lsb 25 | ||
895 | #define reg_iop_sw_mpu_rw_ack_intr_grp1___spu1_intr7___width 1 | ||
896 | #define reg_iop_sw_mpu_rw_ack_intr_grp1___spu1_intr7___bit 25 | ||
897 | #define reg_iop_sw_mpu_rw_ack_intr_grp1_offset 116 | ||
898 | |||
899 | /* Register r_intr_grp1, scope iop_sw_mpu, type r */ | ||
900 | #define reg_iop_sw_mpu_r_intr_grp1___spu0_intr4___lsb 0 | ||
901 | #define reg_iop_sw_mpu_r_intr_grp1___spu0_intr4___width 1 | ||
902 | #define reg_iop_sw_mpu_r_intr_grp1___spu0_intr4___bit 0 | ||
903 | #define reg_iop_sw_mpu_r_intr_grp1___spu1_intr4___lsb 1 | ||
904 | #define reg_iop_sw_mpu_r_intr_grp1___spu1_intr4___width 1 | ||
905 | #define reg_iop_sw_mpu_r_intr_grp1___spu1_intr4___bit 1 | ||
906 | #define reg_iop_sw_mpu_r_intr_grp1___trigger_grp0___lsb 2 | ||
907 | #define reg_iop_sw_mpu_r_intr_grp1___trigger_grp0___width 1 | ||
908 | #define reg_iop_sw_mpu_r_intr_grp1___trigger_grp0___bit 2 | ||
909 | #define reg_iop_sw_mpu_r_intr_grp1___trigger_grp5___lsb 3 | ||
910 | #define reg_iop_sw_mpu_r_intr_grp1___trigger_grp5___width 1 | ||
911 | #define reg_iop_sw_mpu_r_intr_grp1___trigger_grp5___bit 3 | ||
912 | #define reg_iop_sw_mpu_r_intr_grp1___timer_grp0___lsb 4 | ||
913 | #define reg_iop_sw_mpu_r_intr_grp1___timer_grp0___width 1 | ||
914 | #define reg_iop_sw_mpu_r_intr_grp1___timer_grp0___bit 4 | ||
915 | #define reg_iop_sw_mpu_r_intr_grp1___fifo_in0___lsb 5 | ||
916 | #define reg_iop_sw_mpu_r_intr_grp1___fifo_in0___width 1 | ||
917 | #define reg_iop_sw_mpu_r_intr_grp1___fifo_in0___bit 5 | ||
918 | #define reg_iop_sw_mpu_r_intr_grp1___fifo_in0_extra___lsb 6 | ||
919 | #define reg_iop_sw_mpu_r_intr_grp1___fifo_in0_extra___width 1 | ||
920 | #define reg_iop_sw_mpu_r_intr_grp1___fifo_in0_extra___bit 6 | ||
921 | #define reg_iop_sw_mpu_r_intr_grp1___dmc_out0___lsb 7 | ||
922 | #define reg_iop_sw_mpu_r_intr_grp1___dmc_out0___width 1 | ||
923 | #define reg_iop_sw_mpu_r_intr_grp1___dmc_out0___bit 7 | ||
924 | #define reg_iop_sw_mpu_r_intr_grp1___spu0_intr5___lsb 8 | ||
925 | #define reg_iop_sw_mpu_r_intr_grp1___spu0_intr5___width 1 | ||
926 | #define reg_iop_sw_mpu_r_intr_grp1___spu0_intr5___bit 8 | ||
927 | #define reg_iop_sw_mpu_r_intr_grp1___spu1_intr5___lsb 9 | ||
928 | #define reg_iop_sw_mpu_r_intr_grp1___spu1_intr5___width 1 | ||
929 | #define reg_iop_sw_mpu_r_intr_grp1___spu1_intr5___bit 9 | ||
930 | #define reg_iop_sw_mpu_r_intr_grp1___trigger_grp1___lsb 10 | ||
931 | #define reg_iop_sw_mpu_r_intr_grp1___trigger_grp1___width 1 | ||
932 | #define reg_iop_sw_mpu_r_intr_grp1___trigger_grp1___bit 10 | ||
933 | #define reg_iop_sw_mpu_r_intr_grp1___trigger_grp6___lsb 11 | ||
934 | #define reg_iop_sw_mpu_r_intr_grp1___trigger_grp6___width 1 | ||
935 | #define reg_iop_sw_mpu_r_intr_grp1___trigger_grp6___bit 11 | ||
936 | #define reg_iop_sw_mpu_r_intr_grp1___timer_grp1___lsb 12 | ||
937 | #define reg_iop_sw_mpu_r_intr_grp1___timer_grp1___width 1 | ||
938 | #define reg_iop_sw_mpu_r_intr_grp1___timer_grp1___bit 12 | ||
939 | #define reg_iop_sw_mpu_r_intr_grp1___fifo_out1___lsb 13 | ||
940 | #define reg_iop_sw_mpu_r_intr_grp1___fifo_out1___width 1 | ||
941 | #define reg_iop_sw_mpu_r_intr_grp1___fifo_out1___bit 13 | ||
942 | #define reg_iop_sw_mpu_r_intr_grp1___fifo_out0_extra___lsb 14 | ||
943 | #define reg_iop_sw_mpu_r_intr_grp1___fifo_out0_extra___width 1 | ||
944 | #define reg_iop_sw_mpu_r_intr_grp1___fifo_out0_extra___bit 14 | ||
945 | #define reg_iop_sw_mpu_r_intr_grp1___dmc_in0___lsb 15 | ||
946 | #define reg_iop_sw_mpu_r_intr_grp1___dmc_in0___width 1 | ||
947 | #define reg_iop_sw_mpu_r_intr_grp1___dmc_in0___bit 15 | ||
948 | #define reg_iop_sw_mpu_r_intr_grp1___spu0_intr6___lsb 16 | ||
949 | #define reg_iop_sw_mpu_r_intr_grp1___spu0_intr6___width 1 | ||
950 | #define reg_iop_sw_mpu_r_intr_grp1___spu0_intr6___bit 16 | ||
951 | #define reg_iop_sw_mpu_r_intr_grp1___spu1_intr6___lsb 17 | ||
952 | #define reg_iop_sw_mpu_r_intr_grp1___spu1_intr6___width 1 | ||
953 | #define reg_iop_sw_mpu_r_intr_grp1___spu1_intr6___bit 17 | ||
954 | #define reg_iop_sw_mpu_r_intr_grp1___trigger_grp2___lsb 18 | ||
955 | #define reg_iop_sw_mpu_r_intr_grp1___trigger_grp2___width 1 | ||
956 | #define reg_iop_sw_mpu_r_intr_grp1___trigger_grp2___bit 18 | ||
957 | #define reg_iop_sw_mpu_r_intr_grp1___trigger_grp7___lsb 19 | ||
958 | #define reg_iop_sw_mpu_r_intr_grp1___trigger_grp7___width 1 | ||
959 | #define reg_iop_sw_mpu_r_intr_grp1___trigger_grp7___bit 19 | ||
960 | #define reg_iop_sw_mpu_r_intr_grp1___timer_grp2___lsb 20 | ||
961 | #define reg_iop_sw_mpu_r_intr_grp1___timer_grp2___width 1 | ||
962 | #define reg_iop_sw_mpu_r_intr_grp1___timer_grp2___bit 20 | ||
963 | #define reg_iop_sw_mpu_r_intr_grp1___fifo_in1___lsb 21 | ||
964 | #define reg_iop_sw_mpu_r_intr_grp1___fifo_in1___width 1 | ||
965 | #define reg_iop_sw_mpu_r_intr_grp1___fifo_in1___bit 21 | ||
966 | #define reg_iop_sw_mpu_r_intr_grp1___fifo_in1_extra___lsb 22 | ||
967 | #define reg_iop_sw_mpu_r_intr_grp1___fifo_in1_extra___width 1 | ||
968 | #define reg_iop_sw_mpu_r_intr_grp1___fifo_in1_extra___bit 22 | ||
969 | #define reg_iop_sw_mpu_r_intr_grp1___dmc_out1___lsb 23 | ||
970 | #define reg_iop_sw_mpu_r_intr_grp1___dmc_out1___width 1 | ||
971 | #define reg_iop_sw_mpu_r_intr_grp1___dmc_out1___bit 23 | ||
972 | #define reg_iop_sw_mpu_r_intr_grp1___spu0_intr7___lsb 24 | ||
973 | #define reg_iop_sw_mpu_r_intr_grp1___spu0_intr7___width 1 | ||
974 | #define reg_iop_sw_mpu_r_intr_grp1___spu0_intr7___bit 24 | ||
975 | #define reg_iop_sw_mpu_r_intr_grp1___spu1_intr7___lsb 25 | ||
976 | #define reg_iop_sw_mpu_r_intr_grp1___spu1_intr7___width 1 | ||
977 | #define reg_iop_sw_mpu_r_intr_grp1___spu1_intr7___bit 25 | ||
978 | #define reg_iop_sw_mpu_r_intr_grp1___trigger_grp3___lsb 26 | ||
979 | #define reg_iop_sw_mpu_r_intr_grp1___trigger_grp3___width 1 | ||
980 | #define reg_iop_sw_mpu_r_intr_grp1___trigger_grp3___bit 26 | ||
981 | #define reg_iop_sw_mpu_r_intr_grp1___trigger_grp4___lsb 27 | ||
982 | #define reg_iop_sw_mpu_r_intr_grp1___trigger_grp4___width 1 | ||
983 | #define reg_iop_sw_mpu_r_intr_grp1___trigger_grp4___bit 27 | ||
984 | #define reg_iop_sw_mpu_r_intr_grp1___timer_grp3___lsb 28 | ||
985 | #define reg_iop_sw_mpu_r_intr_grp1___timer_grp3___width 1 | ||
986 | #define reg_iop_sw_mpu_r_intr_grp1___timer_grp3___bit 28 | ||
987 | #define reg_iop_sw_mpu_r_intr_grp1___fifo_out0___lsb 29 | ||
988 | #define reg_iop_sw_mpu_r_intr_grp1___fifo_out0___width 1 | ||
989 | #define reg_iop_sw_mpu_r_intr_grp1___fifo_out0___bit 29 | ||
990 | #define reg_iop_sw_mpu_r_intr_grp1___fifo_out1_extra___lsb 30 | ||
991 | #define reg_iop_sw_mpu_r_intr_grp1___fifo_out1_extra___width 1 | ||
992 | #define reg_iop_sw_mpu_r_intr_grp1___fifo_out1_extra___bit 30 | ||
993 | #define reg_iop_sw_mpu_r_intr_grp1___dmc_in1___lsb 31 | ||
994 | #define reg_iop_sw_mpu_r_intr_grp1___dmc_in1___width 1 | ||
995 | #define reg_iop_sw_mpu_r_intr_grp1___dmc_in1___bit 31 | ||
996 | #define reg_iop_sw_mpu_r_intr_grp1_offset 120 | ||
997 | |||
998 | /* Register r_masked_intr_grp1, scope iop_sw_mpu, type r */ | ||
999 | #define reg_iop_sw_mpu_r_masked_intr_grp1___spu0_intr4___lsb 0 | ||
1000 | #define reg_iop_sw_mpu_r_masked_intr_grp1___spu0_intr4___width 1 | ||
1001 | #define reg_iop_sw_mpu_r_masked_intr_grp1___spu0_intr4___bit 0 | ||
1002 | #define reg_iop_sw_mpu_r_masked_intr_grp1___spu1_intr4___lsb 1 | ||
1003 | #define reg_iop_sw_mpu_r_masked_intr_grp1___spu1_intr4___width 1 | ||
1004 | #define reg_iop_sw_mpu_r_masked_intr_grp1___spu1_intr4___bit 1 | ||
1005 | #define reg_iop_sw_mpu_r_masked_intr_grp1___trigger_grp0___lsb 2 | ||
1006 | #define reg_iop_sw_mpu_r_masked_intr_grp1___trigger_grp0___width 1 | ||
1007 | #define reg_iop_sw_mpu_r_masked_intr_grp1___trigger_grp0___bit 2 | ||
1008 | #define reg_iop_sw_mpu_r_masked_intr_grp1___trigger_grp5___lsb 3 | ||
1009 | #define reg_iop_sw_mpu_r_masked_intr_grp1___trigger_grp5___width 1 | ||
1010 | #define reg_iop_sw_mpu_r_masked_intr_grp1___trigger_grp5___bit 3 | ||
1011 | #define reg_iop_sw_mpu_r_masked_intr_grp1___timer_grp0___lsb 4 | ||
1012 | #define reg_iop_sw_mpu_r_masked_intr_grp1___timer_grp0___width 1 | ||
1013 | #define reg_iop_sw_mpu_r_masked_intr_grp1___timer_grp0___bit 4 | ||
1014 | #define reg_iop_sw_mpu_r_masked_intr_grp1___fifo_in0___lsb 5 | ||
1015 | #define reg_iop_sw_mpu_r_masked_intr_grp1___fifo_in0___width 1 | ||
1016 | #define reg_iop_sw_mpu_r_masked_intr_grp1___fifo_in0___bit 5 | ||
1017 | #define reg_iop_sw_mpu_r_masked_intr_grp1___fifo_in0_extra___lsb 6 | ||
1018 | #define reg_iop_sw_mpu_r_masked_intr_grp1___fifo_in0_extra___width 1 | ||
1019 | #define reg_iop_sw_mpu_r_masked_intr_grp1___fifo_in0_extra___bit 6 | ||
1020 | #define reg_iop_sw_mpu_r_masked_intr_grp1___dmc_out0___lsb 7 | ||
1021 | #define reg_iop_sw_mpu_r_masked_intr_grp1___dmc_out0___width 1 | ||
1022 | #define reg_iop_sw_mpu_r_masked_intr_grp1___dmc_out0___bit 7 | ||
1023 | #define reg_iop_sw_mpu_r_masked_intr_grp1___spu0_intr5___lsb 8 | ||
1024 | #define reg_iop_sw_mpu_r_masked_intr_grp1___spu0_intr5___width 1 | ||
1025 | #define reg_iop_sw_mpu_r_masked_intr_grp1___spu0_intr5___bit 8 | ||
1026 | #define reg_iop_sw_mpu_r_masked_intr_grp1___spu1_intr5___lsb 9 | ||
1027 | #define reg_iop_sw_mpu_r_masked_intr_grp1___spu1_intr5___width 1 | ||
1028 | #define reg_iop_sw_mpu_r_masked_intr_grp1___spu1_intr5___bit 9 | ||
1029 | #define reg_iop_sw_mpu_r_masked_intr_grp1___trigger_grp1___lsb 10 | ||
1030 | #define reg_iop_sw_mpu_r_masked_intr_grp1___trigger_grp1___width 1 | ||
1031 | #define reg_iop_sw_mpu_r_masked_intr_grp1___trigger_grp1___bit 10 | ||
1032 | #define reg_iop_sw_mpu_r_masked_intr_grp1___trigger_grp6___lsb 11 | ||
1033 | #define reg_iop_sw_mpu_r_masked_intr_grp1___trigger_grp6___width 1 | ||
1034 | #define reg_iop_sw_mpu_r_masked_intr_grp1___trigger_grp6___bit 11 | ||
1035 | #define reg_iop_sw_mpu_r_masked_intr_grp1___timer_grp1___lsb 12 | ||
1036 | #define reg_iop_sw_mpu_r_masked_intr_grp1___timer_grp1___width 1 | ||
1037 | #define reg_iop_sw_mpu_r_masked_intr_grp1___timer_grp1___bit 12 | ||
1038 | #define reg_iop_sw_mpu_r_masked_intr_grp1___fifo_out1___lsb 13 | ||
1039 | #define reg_iop_sw_mpu_r_masked_intr_grp1___fifo_out1___width 1 | ||
1040 | #define reg_iop_sw_mpu_r_masked_intr_grp1___fifo_out1___bit 13 | ||
1041 | #define reg_iop_sw_mpu_r_masked_intr_grp1___fifo_out0_extra___lsb 14 | ||
1042 | #define reg_iop_sw_mpu_r_masked_intr_grp1___fifo_out0_extra___width 1 | ||
1043 | #define reg_iop_sw_mpu_r_masked_intr_grp1___fifo_out0_extra___bit 14 | ||
1044 | #define reg_iop_sw_mpu_r_masked_intr_grp1___dmc_in0___lsb 15 | ||
1045 | #define reg_iop_sw_mpu_r_masked_intr_grp1___dmc_in0___width 1 | ||
1046 | #define reg_iop_sw_mpu_r_masked_intr_grp1___dmc_in0___bit 15 | ||
1047 | #define reg_iop_sw_mpu_r_masked_intr_grp1___spu0_intr6___lsb 16 | ||
1048 | #define reg_iop_sw_mpu_r_masked_intr_grp1___spu0_intr6___width 1 | ||
1049 | #define reg_iop_sw_mpu_r_masked_intr_grp1___spu0_intr6___bit 16 | ||
1050 | #define reg_iop_sw_mpu_r_masked_intr_grp1___spu1_intr6___lsb 17 | ||
1051 | #define reg_iop_sw_mpu_r_masked_intr_grp1___spu1_intr6___width 1 | ||
1052 | #define reg_iop_sw_mpu_r_masked_intr_grp1___spu1_intr6___bit 17 | ||
1053 | #define reg_iop_sw_mpu_r_masked_intr_grp1___trigger_grp2___lsb 18 | ||
1054 | #define reg_iop_sw_mpu_r_masked_intr_grp1___trigger_grp2___width 1 | ||
1055 | #define reg_iop_sw_mpu_r_masked_intr_grp1___trigger_grp2___bit 18 | ||
1056 | #define reg_iop_sw_mpu_r_masked_intr_grp1___trigger_grp7___lsb 19 | ||
1057 | #define reg_iop_sw_mpu_r_masked_intr_grp1___trigger_grp7___width 1 | ||
1058 | #define reg_iop_sw_mpu_r_masked_intr_grp1___trigger_grp7___bit 19 | ||
1059 | #define reg_iop_sw_mpu_r_masked_intr_grp1___timer_grp2___lsb 20 | ||
1060 | #define reg_iop_sw_mpu_r_masked_intr_grp1___timer_grp2___width 1 | ||
1061 | #define reg_iop_sw_mpu_r_masked_intr_grp1___timer_grp2___bit 20 | ||
1062 | #define reg_iop_sw_mpu_r_masked_intr_grp1___fifo_in1___lsb 21 | ||
1063 | #define reg_iop_sw_mpu_r_masked_intr_grp1___fifo_in1___width 1 | ||
1064 | #define reg_iop_sw_mpu_r_masked_intr_grp1___fifo_in1___bit 21 | ||
1065 | #define reg_iop_sw_mpu_r_masked_intr_grp1___fifo_in1_extra___lsb 22 | ||
1066 | #define reg_iop_sw_mpu_r_masked_intr_grp1___fifo_in1_extra___width 1 | ||
1067 | #define reg_iop_sw_mpu_r_masked_intr_grp1___fifo_in1_extra___bit 22 | ||
1068 | #define reg_iop_sw_mpu_r_masked_intr_grp1___dmc_out1___lsb 23 | ||
1069 | #define reg_iop_sw_mpu_r_masked_intr_grp1___dmc_out1___width 1 | ||
1070 | #define reg_iop_sw_mpu_r_masked_intr_grp1___dmc_out1___bit 23 | ||
1071 | #define reg_iop_sw_mpu_r_masked_intr_grp1___spu0_intr7___lsb 24 | ||
1072 | #define reg_iop_sw_mpu_r_masked_intr_grp1___spu0_intr7___width 1 | ||
1073 | #define reg_iop_sw_mpu_r_masked_intr_grp1___spu0_intr7___bit 24 | ||
1074 | #define reg_iop_sw_mpu_r_masked_intr_grp1___spu1_intr7___lsb 25 | ||
1075 | #define reg_iop_sw_mpu_r_masked_intr_grp1___spu1_intr7___width 1 | ||
1076 | #define reg_iop_sw_mpu_r_masked_intr_grp1___spu1_intr7___bit 25 | ||
1077 | #define reg_iop_sw_mpu_r_masked_intr_grp1___trigger_grp3___lsb 26 | ||
1078 | #define reg_iop_sw_mpu_r_masked_intr_grp1___trigger_grp3___width 1 | ||
1079 | #define reg_iop_sw_mpu_r_masked_intr_grp1___trigger_grp3___bit 26 | ||
1080 | #define reg_iop_sw_mpu_r_masked_intr_grp1___trigger_grp4___lsb 27 | ||
1081 | #define reg_iop_sw_mpu_r_masked_intr_grp1___trigger_grp4___width 1 | ||
1082 | #define reg_iop_sw_mpu_r_masked_intr_grp1___trigger_grp4___bit 27 | ||
1083 | #define reg_iop_sw_mpu_r_masked_intr_grp1___timer_grp3___lsb 28 | ||
1084 | #define reg_iop_sw_mpu_r_masked_intr_grp1___timer_grp3___width 1 | ||
1085 | #define reg_iop_sw_mpu_r_masked_intr_grp1___timer_grp3___bit 28 | ||
1086 | #define reg_iop_sw_mpu_r_masked_intr_grp1___fifo_out0___lsb 29 | ||
1087 | #define reg_iop_sw_mpu_r_masked_intr_grp1___fifo_out0___width 1 | ||
1088 | #define reg_iop_sw_mpu_r_masked_intr_grp1___fifo_out0___bit 29 | ||
1089 | #define reg_iop_sw_mpu_r_masked_intr_grp1___fifo_out1_extra___lsb 30 | ||
1090 | #define reg_iop_sw_mpu_r_masked_intr_grp1___fifo_out1_extra___width 1 | ||
1091 | #define reg_iop_sw_mpu_r_masked_intr_grp1___fifo_out1_extra___bit 30 | ||
1092 | #define reg_iop_sw_mpu_r_masked_intr_grp1___dmc_in1___lsb 31 | ||
1093 | #define reg_iop_sw_mpu_r_masked_intr_grp1___dmc_in1___width 1 | ||
1094 | #define reg_iop_sw_mpu_r_masked_intr_grp1___dmc_in1___bit 31 | ||
1095 | #define reg_iop_sw_mpu_r_masked_intr_grp1_offset 124 | ||
1096 | |||
1097 | /* Register rw_intr_grp2_mask, scope iop_sw_mpu, type rw */ | ||
1098 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___spu0_intr8___lsb 0 | ||
1099 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___spu0_intr8___width 1 | ||
1100 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___spu0_intr8___bit 0 | ||
1101 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___spu1_intr8___lsb 1 | ||
1102 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___spu1_intr8___width 1 | ||
1103 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___spu1_intr8___bit 1 | ||
1104 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___trigger_grp0___lsb 2 | ||
1105 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___trigger_grp0___width 1 | ||
1106 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___trigger_grp0___bit 2 | ||
1107 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___trigger_grp6___lsb 3 | ||
1108 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___trigger_grp6___width 1 | ||
1109 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___trigger_grp6___bit 3 | ||
1110 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___timer_grp0___lsb 4 | ||
1111 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___timer_grp0___width 1 | ||
1112 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___timer_grp0___bit 4 | ||
1113 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___fifo_out1___lsb 5 | ||
1114 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___fifo_out1___width 1 | ||
1115 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___fifo_out1___bit 5 | ||
1116 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___fifo_out1_extra___lsb 6 | ||
1117 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___fifo_out1_extra___width 1 | ||
1118 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___fifo_out1_extra___bit 6 | ||
1119 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___dmc_out0___lsb 7 | ||
1120 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___dmc_out0___width 1 | ||
1121 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___dmc_out0___bit 7 | ||
1122 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___spu0_intr9___lsb 8 | ||
1123 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___spu0_intr9___width 1 | ||
1124 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___spu0_intr9___bit 8 | ||
1125 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___spu1_intr9___lsb 9 | ||
1126 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___spu1_intr9___width 1 | ||
1127 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___spu1_intr9___bit 9 | ||
1128 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___trigger_grp1___lsb 10 | ||
1129 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___trigger_grp1___width 1 | ||
1130 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___trigger_grp1___bit 10 | ||
1131 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___trigger_grp7___lsb 11 | ||
1132 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___trigger_grp7___width 1 | ||
1133 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___trigger_grp7___bit 11 | ||
1134 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___timer_grp1___lsb 12 | ||
1135 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___timer_grp1___width 1 | ||
1136 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___timer_grp1___bit 12 | ||
1137 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___fifo_in1___lsb 13 | ||
1138 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___fifo_in1___width 1 | ||
1139 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___fifo_in1___bit 13 | ||
1140 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___fifo_in1_extra___lsb 14 | ||
1141 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___fifo_in1_extra___width 1 | ||
1142 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___fifo_in1_extra___bit 14 | ||
1143 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___dmc_in0___lsb 15 | ||
1144 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___dmc_in0___width 1 | ||
1145 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___dmc_in0___bit 15 | ||
1146 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___spu0_intr10___lsb 16 | ||
1147 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___spu0_intr10___width 1 | ||
1148 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___spu0_intr10___bit 16 | ||
1149 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___spu1_intr10___lsb 17 | ||
1150 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___spu1_intr10___width 1 | ||
1151 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___spu1_intr10___bit 17 | ||
1152 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___trigger_grp2___lsb 18 | ||
1153 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___trigger_grp2___width 1 | ||
1154 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___trigger_grp2___bit 18 | ||
1155 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___trigger_grp4___lsb 19 | ||
1156 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___trigger_grp4___width 1 | ||
1157 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___trigger_grp4___bit 19 | ||
1158 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___timer_grp2___lsb 20 | ||
1159 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___timer_grp2___width 1 | ||
1160 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___timer_grp2___bit 20 | ||
1161 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___fifo_out0___lsb 21 | ||
1162 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___fifo_out0___width 1 | ||
1163 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___fifo_out0___bit 21 | ||
1164 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___fifo_out0_extra___lsb 22 | ||
1165 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___fifo_out0_extra___width 1 | ||
1166 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___fifo_out0_extra___bit 22 | ||
1167 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___dmc_out1___lsb 23 | ||
1168 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___dmc_out1___width 1 | ||
1169 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___dmc_out1___bit 23 | ||
1170 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___spu0_intr11___lsb 24 | ||
1171 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___spu0_intr11___width 1 | ||
1172 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___spu0_intr11___bit 24 | ||
1173 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___spu1_intr11___lsb 25 | ||
1174 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___spu1_intr11___width 1 | ||
1175 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___spu1_intr11___bit 25 | ||
1176 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___trigger_grp3___lsb 26 | ||
1177 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___trigger_grp3___width 1 | ||
1178 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___trigger_grp3___bit 26 | ||
1179 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___trigger_grp5___lsb 27 | ||
1180 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___trigger_grp5___width 1 | ||
1181 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___trigger_grp5___bit 27 | ||
1182 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___timer_grp3___lsb 28 | ||
1183 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___timer_grp3___width 1 | ||
1184 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___timer_grp3___bit 28 | ||
1185 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___fifo_in0___lsb 29 | ||
1186 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___fifo_in0___width 1 | ||
1187 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___fifo_in0___bit 29 | ||
1188 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___fifo_in0_extra___lsb 30 | ||
1189 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___fifo_in0_extra___width 1 | ||
1190 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___fifo_in0_extra___bit 30 | ||
1191 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___dmc_in1___lsb 31 | ||
1192 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___dmc_in1___width 1 | ||
1193 | #define reg_iop_sw_mpu_rw_intr_grp2_mask___dmc_in1___bit 31 | ||
1194 | #define reg_iop_sw_mpu_rw_intr_grp2_mask_offset 128 | ||
1195 | |||
1196 | /* Register rw_ack_intr_grp2, scope iop_sw_mpu, type rw */ | ||
1197 | #define reg_iop_sw_mpu_rw_ack_intr_grp2___spu0_intr8___lsb 0 | ||
1198 | #define reg_iop_sw_mpu_rw_ack_intr_grp2___spu0_intr8___width 1 | ||
1199 | #define reg_iop_sw_mpu_rw_ack_intr_grp2___spu0_intr8___bit 0 | ||
1200 | #define reg_iop_sw_mpu_rw_ack_intr_grp2___spu1_intr8___lsb 1 | ||
1201 | #define reg_iop_sw_mpu_rw_ack_intr_grp2___spu1_intr8___width 1 | ||
1202 | #define reg_iop_sw_mpu_rw_ack_intr_grp2___spu1_intr8___bit 1 | ||
1203 | #define reg_iop_sw_mpu_rw_ack_intr_grp2___spu0_intr9___lsb 8 | ||
1204 | #define reg_iop_sw_mpu_rw_ack_intr_grp2___spu0_intr9___width 1 | ||
1205 | #define reg_iop_sw_mpu_rw_ack_intr_grp2___spu0_intr9___bit 8 | ||
1206 | #define reg_iop_sw_mpu_rw_ack_intr_grp2___spu1_intr9___lsb 9 | ||
1207 | #define reg_iop_sw_mpu_rw_ack_intr_grp2___spu1_intr9___width 1 | ||
1208 | #define reg_iop_sw_mpu_rw_ack_intr_grp2___spu1_intr9___bit 9 | ||
1209 | #define reg_iop_sw_mpu_rw_ack_intr_grp2___spu0_intr10___lsb 16 | ||
1210 | #define reg_iop_sw_mpu_rw_ack_intr_grp2___spu0_intr10___width 1 | ||
1211 | #define reg_iop_sw_mpu_rw_ack_intr_grp2___spu0_intr10___bit 16 | ||
1212 | #define reg_iop_sw_mpu_rw_ack_intr_grp2___spu1_intr10___lsb 17 | ||
1213 | #define reg_iop_sw_mpu_rw_ack_intr_grp2___spu1_intr10___width 1 | ||
1214 | #define reg_iop_sw_mpu_rw_ack_intr_grp2___spu1_intr10___bit 17 | ||
1215 | #define reg_iop_sw_mpu_rw_ack_intr_grp2___spu0_intr11___lsb 24 | ||
1216 | #define reg_iop_sw_mpu_rw_ack_intr_grp2___spu0_intr11___width 1 | ||
1217 | #define reg_iop_sw_mpu_rw_ack_intr_grp2___spu0_intr11___bit 24 | ||
1218 | #define reg_iop_sw_mpu_rw_ack_intr_grp2___spu1_intr11___lsb 25 | ||
1219 | #define reg_iop_sw_mpu_rw_ack_intr_grp2___spu1_intr11___width 1 | ||
1220 | #define reg_iop_sw_mpu_rw_ack_intr_grp2___spu1_intr11___bit 25 | ||
1221 | #define reg_iop_sw_mpu_rw_ack_intr_grp2_offset 132 | ||
1222 | |||
1223 | /* Register r_intr_grp2, scope iop_sw_mpu, type r */ | ||
1224 | #define reg_iop_sw_mpu_r_intr_grp2___spu0_intr8___lsb 0 | ||
1225 | #define reg_iop_sw_mpu_r_intr_grp2___spu0_intr8___width 1 | ||
1226 | #define reg_iop_sw_mpu_r_intr_grp2___spu0_intr8___bit 0 | ||
1227 | #define reg_iop_sw_mpu_r_intr_grp2___spu1_intr8___lsb 1 | ||
1228 | #define reg_iop_sw_mpu_r_intr_grp2___spu1_intr8___width 1 | ||
1229 | #define reg_iop_sw_mpu_r_intr_grp2___spu1_intr8___bit 1 | ||
1230 | #define reg_iop_sw_mpu_r_intr_grp2___trigger_grp0___lsb 2 | ||
1231 | #define reg_iop_sw_mpu_r_intr_grp2___trigger_grp0___width 1 | ||
1232 | #define reg_iop_sw_mpu_r_intr_grp2___trigger_grp0___bit 2 | ||
1233 | #define reg_iop_sw_mpu_r_intr_grp2___trigger_grp6___lsb 3 | ||
1234 | #define reg_iop_sw_mpu_r_intr_grp2___trigger_grp6___width 1 | ||
1235 | #define reg_iop_sw_mpu_r_intr_grp2___trigger_grp6___bit 3 | ||
1236 | #define reg_iop_sw_mpu_r_intr_grp2___timer_grp0___lsb 4 | ||
1237 | #define reg_iop_sw_mpu_r_intr_grp2___timer_grp0___width 1 | ||
1238 | #define reg_iop_sw_mpu_r_intr_grp2___timer_grp0___bit 4 | ||
1239 | #define reg_iop_sw_mpu_r_intr_grp2___fifo_out1___lsb 5 | ||
1240 | #define reg_iop_sw_mpu_r_intr_grp2___fifo_out1___width 1 | ||
1241 | #define reg_iop_sw_mpu_r_intr_grp2___fifo_out1___bit 5 | ||
1242 | #define reg_iop_sw_mpu_r_intr_grp2___fifo_out1_extra___lsb 6 | ||
1243 | #define reg_iop_sw_mpu_r_intr_grp2___fifo_out1_extra___width 1 | ||
1244 | #define reg_iop_sw_mpu_r_intr_grp2___fifo_out1_extra___bit 6 | ||
1245 | #define reg_iop_sw_mpu_r_intr_grp2___dmc_out0___lsb 7 | ||
1246 | #define reg_iop_sw_mpu_r_intr_grp2___dmc_out0___width 1 | ||
1247 | #define reg_iop_sw_mpu_r_intr_grp2___dmc_out0___bit 7 | ||
1248 | #define reg_iop_sw_mpu_r_intr_grp2___spu0_intr9___lsb 8 | ||
1249 | #define reg_iop_sw_mpu_r_intr_grp2___spu0_intr9___width 1 | ||
1250 | #define reg_iop_sw_mpu_r_intr_grp2___spu0_intr9___bit 8 | ||
1251 | #define reg_iop_sw_mpu_r_intr_grp2___spu1_intr9___lsb 9 | ||
1252 | #define reg_iop_sw_mpu_r_intr_grp2___spu1_intr9___width 1 | ||
1253 | #define reg_iop_sw_mpu_r_intr_grp2___spu1_intr9___bit 9 | ||
1254 | #define reg_iop_sw_mpu_r_intr_grp2___trigger_grp1___lsb 10 | ||
1255 | #define reg_iop_sw_mpu_r_intr_grp2___trigger_grp1___width 1 | ||
1256 | #define reg_iop_sw_mpu_r_intr_grp2___trigger_grp1___bit 10 | ||
1257 | #define reg_iop_sw_mpu_r_intr_grp2___trigger_grp7___lsb 11 | ||
1258 | #define reg_iop_sw_mpu_r_intr_grp2___trigger_grp7___width 1 | ||
1259 | #define reg_iop_sw_mpu_r_intr_grp2___trigger_grp7___bit 11 | ||
1260 | #define reg_iop_sw_mpu_r_intr_grp2___timer_grp1___lsb 12 | ||
1261 | #define reg_iop_sw_mpu_r_intr_grp2___timer_grp1___width 1 | ||
1262 | #define reg_iop_sw_mpu_r_intr_grp2___timer_grp1___bit 12 | ||
1263 | #define reg_iop_sw_mpu_r_intr_grp2___fifo_in1___lsb 13 | ||
1264 | #define reg_iop_sw_mpu_r_intr_grp2___fifo_in1___width 1 | ||
1265 | #define reg_iop_sw_mpu_r_intr_grp2___fifo_in1___bit 13 | ||
1266 | #define reg_iop_sw_mpu_r_intr_grp2___fifo_in1_extra___lsb 14 | ||
1267 | #define reg_iop_sw_mpu_r_intr_grp2___fifo_in1_extra___width 1 | ||
1268 | #define reg_iop_sw_mpu_r_intr_grp2___fifo_in1_extra___bit 14 | ||
1269 | #define reg_iop_sw_mpu_r_intr_grp2___dmc_in0___lsb 15 | ||
1270 | #define reg_iop_sw_mpu_r_intr_grp2___dmc_in0___width 1 | ||
1271 | #define reg_iop_sw_mpu_r_intr_grp2___dmc_in0___bit 15 | ||
1272 | #define reg_iop_sw_mpu_r_intr_grp2___spu0_intr10___lsb 16 | ||
1273 | #define reg_iop_sw_mpu_r_intr_grp2___spu0_intr10___width 1 | ||
1274 | #define reg_iop_sw_mpu_r_intr_grp2___spu0_intr10___bit 16 | ||
1275 | #define reg_iop_sw_mpu_r_intr_grp2___spu1_intr10___lsb 17 | ||
1276 | #define reg_iop_sw_mpu_r_intr_grp2___spu1_intr10___width 1 | ||
1277 | #define reg_iop_sw_mpu_r_intr_grp2___spu1_intr10___bit 17 | ||
1278 | #define reg_iop_sw_mpu_r_intr_grp2___trigger_grp2___lsb 18 | ||
1279 | #define reg_iop_sw_mpu_r_intr_grp2___trigger_grp2___width 1 | ||
1280 | #define reg_iop_sw_mpu_r_intr_grp2___trigger_grp2___bit 18 | ||
1281 | #define reg_iop_sw_mpu_r_intr_grp2___trigger_grp4___lsb 19 | ||
1282 | #define reg_iop_sw_mpu_r_intr_grp2___trigger_grp4___width 1 | ||
1283 | #define reg_iop_sw_mpu_r_intr_grp2___trigger_grp4___bit 19 | ||
1284 | #define reg_iop_sw_mpu_r_intr_grp2___timer_grp2___lsb 20 | ||
1285 | #define reg_iop_sw_mpu_r_intr_grp2___timer_grp2___width 1 | ||
1286 | #define reg_iop_sw_mpu_r_intr_grp2___timer_grp2___bit 20 | ||
1287 | #define reg_iop_sw_mpu_r_intr_grp2___fifo_out0___lsb 21 | ||
1288 | #define reg_iop_sw_mpu_r_intr_grp2___fifo_out0___width 1 | ||
1289 | #define reg_iop_sw_mpu_r_intr_grp2___fifo_out0___bit 21 | ||
1290 | #define reg_iop_sw_mpu_r_intr_grp2___fifo_out0_extra___lsb 22 | ||
1291 | #define reg_iop_sw_mpu_r_intr_grp2___fifo_out0_extra___width 1 | ||
1292 | #define reg_iop_sw_mpu_r_intr_grp2___fifo_out0_extra___bit 22 | ||
1293 | #define reg_iop_sw_mpu_r_intr_grp2___dmc_out1___lsb 23 | ||
1294 | #define reg_iop_sw_mpu_r_intr_grp2___dmc_out1___width 1 | ||
1295 | #define reg_iop_sw_mpu_r_intr_grp2___dmc_out1___bit 23 | ||
1296 | #define reg_iop_sw_mpu_r_intr_grp2___spu0_intr11___lsb 24 | ||
1297 | #define reg_iop_sw_mpu_r_intr_grp2___spu0_intr11___width 1 | ||
1298 | #define reg_iop_sw_mpu_r_intr_grp2___spu0_intr11___bit 24 | ||
1299 | #define reg_iop_sw_mpu_r_intr_grp2___spu1_intr11___lsb 25 | ||
1300 | #define reg_iop_sw_mpu_r_intr_grp2___spu1_intr11___width 1 | ||
1301 | #define reg_iop_sw_mpu_r_intr_grp2___spu1_intr11___bit 25 | ||
1302 | #define reg_iop_sw_mpu_r_intr_grp2___trigger_grp3___lsb 26 | ||
1303 | #define reg_iop_sw_mpu_r_intr_grp2___trigger_grp3___width 1 | ||
1304 | #define reg_iop_sw_mpu_r_intr_grp2___trigger_grp3___bit 26 | ||
1305 | #define reg_iop_sw_mpu_r_intr_grp2___trigger_grp5___lsb 27 | ||
1306 | #define reg_iop_sw_mpu_r_intr_grp2___trigger_grp5___width 1 | ||
1307 | #define reg_iop_sw_mpu_r_intr_grp2___trigger_grp5___bit 27 | ||
1308 | #define reg_iop_sw_mpu_r_intr_grp2___timer_grp3___lsb 28 | ||
1309 | #define reg_iop_sw_mpu_r_intr_grp2___timer_grp3___width 1 | ||
1310 | #define reg_iop_sw_mpu_r_intr_grp2___timer_grp3___bit 28 | ||
1311 | #define reg_iop_sw_mpu_r_intr_grp2___fifo_in0___lsb 29 | ||
1312 | #define reg_iop_sw_mpu_r_intr_grp2___fifo_in0___width 1 | ||
1313 | #define reg_iop_sw_mpu_r_intr_grp2___fifo_in0___bit 29 | ||
1314 | #define reg_iop_sw_mpu_r_intr_grp2___fifo_in0_extra___lsb 30 | ||
1315 | #define reg_iop_sw_mpu_r_intr_grp2___fifo_in0_extra___width 1 | ||
1316 | #define reg_iop_sw_mpu_r_intr_grp2___fifo_in0_extra___bit 30 | ||
1317 | #define reg_iop_sw_mpu_r_intr_grp2___dmc_in1___lsb 31 | ||
1318 | #define reg_iop_sw_mpu_r_intr_grp2___dmc_in1___width 1 | ||
1319 | #define reg_iop_sw_mpu_r_intr_grp2___dmc_in1___bit 31 | ||
1320 | #define reg_iop_sw_mpu_r_intr_grp2_offset 136 | ||
1321 | |||
1322 | /* Register r_masked_intr_grp2, scope iop_sw_mpu, type r */ | ||
1323 | #define reg_iop_sw_mpu_r_masked_intr_grp2___spu0_intr8___lsb 0 | ||
1324 | #define reg_iop_sw_mpu_r_masked_intr_grp2___spu0_intr8___width 1 | ||
1325 | #define reg_iop_sw_mpu_r_masked_intr_grp2___spu0_intr8___bit 0 | ||
1326 | #define reg_iop_sw_mpu_r_masked_intr_grp2___spu1_intr8___lsb 1 | ||
1327 | #define reg_iop_sw_mpu_r_masked_intr_grp2___spu1_intr8___width 1 | ||
1328 | #define reg_iop_sw_mpu_r_masked_intr_grp2___spu1_intr8___bit 1 | ||
1329 | #define reg_iop_sw_mpu_r_masked_intr_grp2___trigger_grp0___lsb 2 | ||
1330 | #define reg_iop_sw_mpu_r_masked_intr_grp2___trigger_grp0___width 1 | ||
1331 | #define reg_iop_sw_mpu_r_masked_intr_grp2___trigger_grp0___bit 2 | ||
1332 | #define reg_iop_sw_mpu_r_masked_intr_grp2___trigger_grp6___lsb 3 | ||
1333 | #define reg_iop_sw_mpu_r_masked_intr_grp2___trigger_grp6___width 1 | ||
1334 | #define reg_iop_sw_mpu_r_masked_intr_grp2___trigger_grp6___bit 3 | ||
1335 | #define reg_iop_sw_mpu_r_masked_intr_grp2___timer_grp0___lsb 4 | ||
1336 | #define reg_iop_sw_mpu_r_masked_intr_grp2___timer_grp0___width 1 | ||
1337 | #define reg_iop_sw_mpu_r_masked_intr_grp2___timer_grp0___bit 4 | ||
1338 | #define reg_iop_sw_mpu_r_masked_intr_grp2___fifo_out1___lsb 5 | ||
1339 | #define reg_iop_sw_mpu_r_masked_intr_grp2___fifo_out1___width 1 | ||
1340 | #define reg_iop_sw_mpu_r_masked_intr_grp2___fifo_out1___bit 5 | ||
1341 | #define reg_iop_sw_mpu_r_masked_intr_grp2___fifo_out1_extra___lsb 6 | ||
1342 | #define reg_iop_sw_mpu_r_masked_intr_grp2___fifo_out1_extra___width 1 | ||
1343 | #define reg_iop_sw_mpu_r_masked_intr_grp2___fifo_out1_extra___bit 6 | ||
1344 | #define reg_iop_sw_mpu_r_masked_intr_grp2___dmc_out0___lsb 7 | ||
1345 | #define reg_iop_sw_mpu_r_masked_intr_grp2___dmc_out0___width 1 | ||
1346 | #define reg_iop_sw_mpu_r_masked_intr_grp2___dmc_out0___bit 7 | ||
1347 | #define reg_iop_sw_mpu_r_masked_intr_grp2___spu0_intr9___lsb 8 | ||
1348 | #define reg_iop_sw_mpu_r_masked_intr_grp2___spu0_intr9___width 1 | ||
1349 | #define reg_iop_sw_mpu_r_masked_intr_grp2___spu0_intr9___bit 8 | ||
1350 | #define reg_iop_sw_mpu_r_masked_intr_grp2___spu1_intr9___lsb 9 | ||
1351 | #define reg_iop_sw_mpu_r_masked_intr_grp2___spu1_intr9___width 1 | ||
1352 | #define reg_iop_sw_mpu_r_masked_intr_grp2___spu1_intr9___bit 9 | ||
1353 | #define reg_iop_sw_mpu_r_masked_intr_grp2___trigger_grp1___lsb 10 | ||
1354 | #define reg_iop_sw_mpu_r_masked_intr_grp2___trigger_grp1___width 1 | ||
1355 | #define reg_iop_sw_mpu_r_masked_intr_grp2___trigger_grp1___bit 10 | ||
1356 | #define reg_iop_sw_mpu_r_masked_intr_grp2___trigger_grp7___lsb 11 | ||
1357 | #define reg_iop_sw_mpu_r_masked_intr_grp2___trigger_grp7___width 1 | ||
1358 | #define reg_iop_sw_mpu_r_masked_intr_grp2___trigger_grp7___bit 11 | ||
1359 | #define reg_iop_sw_mpu_r_masked_intr_grp2___timer_grp1___lsb 12 | ||
1360 | #define reg_iop_sw_mpu_r_masked_intr_grp2___timer_grp1___width 1 | ||
1361 | #define reg_iop_sw_mpu_r_masked_intr_grp2___timer_grp1___bit 12 | ||
1362 | #define reg_iop_sw_mpu_r_masked_intr_grp2___fifo_in1___lsb 13 | ||
1363 | #define reg_iop_sw_mpu_r_masked_intr_grp2___fifo_in1___width 1 | ||
1364 | #define reg_iop_sw_mpu_r_masked_intr_grp2___fifo_in1___bit 13 | ||
1365 | #define reg_iop_sw_mpu_r_masked_intr_grp2___fifo_in1_extra___lsb 14 | ||
1366 | #define reg_iop_sw_mpu_r_masked_intr_grp2___fifo_in1_extra___width 1 | ||
1367 | #define reg_iop_sw_mpu_r_masked_intr_grp2___fifo_in1_extra___bit 14 | ||
1368 | #define reg_iop_sw_mpu_r_masked_intr_grp2___dmc_in0___lsb 15 | ||
1369 | #define reg_iop_sw_mpu_r_masked_intr_grp2___dmc_in0___width 1 | ||
1370 | #define reg_iop_sw_mpu_r_masked_intr_grp2___dmc_in0___bit 15 | ||
1371 | #define reg_iop_sw_mpu_r_masked_intr_grp2___spu0_intr10___lsb 16 | ||
1372 | #define reg_iop_sw_mpu_r_masked_intr_grp2___spu0_intr10___width 1 | ||
1373 | #define reg_iop_sw_mpu_r_masked_intr_grp2___spu0_intr10___bit 16 | ||
1374 | #define reg_iop_sw_mpu_r_masked_intr_grp2___spu1_intr10___lsb 17 | ||
1375 | #define reg_iop_sw_mpu_r_masked_intr_grp2___spu1_intr10___width 1 | ||
1376 | #define reg_iop_sw_mpu_r_masked_intr_grp2___spu1_intr10___bit 17 | ||
1377 | #define reg_iop_sw_mpu_r_masked_intr_grp2___trigger_grp2___lsb 18 | ||
1378 | #define reg_iop_sw_mpu_r_masked_intr_grp2___trigger_grp2___width 1 | ||
1379 | #define reg_iop_sw_mpu_r_masked_intr_grp2___trigger_grp2___bit 18 | ||
1380 | #define reg_iop_sw_mpu_r_masked_intr_grp2___trigger_grp4___lsb 19 | ||
1381 | #define reg_iop_sw_mpu_r_masked_intr_grp2___trigger_grp4___width 1 | ||
1382 | #define reg_iop_sw_mpu_r_masked_intr_grp2___trigger_grp4___bit 19 | ||
1383 | #define reg_iop_sw_mpu_r_masked_intr_grp2___timer_grp2___lsb 20 | ||
1384 | #define reg_iop_sw_mpu_r_masked_intr_grp2___timer_grp2___width 1 | ||
1385 | #define reg_iop_sw_mpu_r_masked_intr_grp2___timer_grp2___bit 20 | ||
1386 | #define reg_iop_sw_mpu_r_masked_intr_grp2___fifo_out0___lsb 21 | ||
1387 | #define reg_iop_sw_mpu_r_masked_intr_grp2___fifo_out0___width 1 | ||
1388 | #define reg_iop_sw_mpu_r_masked_intr_grp2___fifo_out0___bit 21 | ||
1389 | #define reg_iop_sw_mpu_r_masked_intr_grp2___fifo_out0_extra___lsb 22 | ||
1390 | #define reg_iop_sw_mpu_r_masked_intr_grp2___fifo_out0_extra___width 1 | ||
1391 | #define reg_iop_sw_mpu_r_masked_intr_grp2___fifo_out0_extra___bit 22 | ||
1392 | #define reg_iop_sw_mpu_r_masked_intr_grp2___dmc_out1___lsb 23 | ||
1393 | #define reg_iop_sw_mpu_r_masked_intr_grp2___dmc_out1___width 1 | ||
1394 | #define reg_iop_sw_mpu_r_masked_intr_grp2___dmc_out1___bit 23 | ||
1395 | #define reg_iop_sw_mpu_r_masked_intr_grp2___spu0_intr11___lsb 24 | ||
1396 | #define reg_iop_sw_mpu_r_masked_intr_grp2___spu0_intr11___width 1 | ||
1397 | #define reg_iop_sw_mpu_r_masked_intr_grp2___spu0_intr11___bit 24 | ||
1398 | #define reg_iop_sw_mpu_r_masked_intr_grp2___spu1_intr11___lsb 25 | ||
1399 | #define reg_iop_sw_mpu_r_masked_intr_grp2___spu1_intr11___width 1 | ||
1400 | #define reg_iop_sw_mpu_r_masked_intr_grp2___spu1_intr11___bit 25 | ||
1401 | #define reg_iop_sw_mpu_r_masked_intr_grp2___trigger_grp3___lsb 26 | ||
1402 | #define reg_iop_sw_mpu_r_masked_intr_grp2___trigger_grp3___width 1 | ||
1403 | #define reg_iop_sw_mpu_r_masked_intr_grp2___trigger_grp3___bit 26 | ||
1404 | #define reg_iop_sw_mpu_r_masked_intr_grp2___trigger_grp5___lsb 27 | ||
1405 | #define reg_iop_sw_mpu_r_masked_intr_grp2___trigger_grp5___width 1 | ||
1406 | #define reg_iop_sw_mpu_r_masked_intr_grp2___trigger_grp5___bit 27 | ||
1407 | #define reg_iop_sw_mpu_r_masked_intr_grp2___timer_grp3___lsb 28 | ||
1408 | #define reg_iop_sw_mpu_r_masked_intr_grp2___timer_grp3___width 1 | ||
1409 | #define reg_iop_sw_mpu_r_masked_intr_grp2___timer_grp3___bit 28 | ||
1410 | #define reg_iop_sw_mpu_r_masked_intr_grp2___fifo_in0___lsb 29 | ||
1411 | #define reg_iop_sw_mpu_r_masked_intr_grp2___fifo_in0___width 1 | ||
1412 | #define reg_iop_sw_mpu_r_masked_intr_grp2___fifo_in0___bit 29 | ||
1413 | #define reg_iop_sw_mpu_r_masked_intr_grp2___fifo_in0_extra___lsb 30 | ||
1414 | #define reg_iop_sw_mpu_r_masked_intr_grp2___fifo_in0_extra___width 1 | ||
1415 | #define reg_iop_sw_mpu_r_masked_intr_grp2___fifo_in0_extra___bit 30 | ||
1416 | #define reg_iop_sw_mpu_r_masked_intr_grp2___dmc_in1___lsb 31 | ||
1417 | #define reg_iop_sw_mpu_r_masked_intr_grp2___dmc_in1___width 1 | ||
1418 | #define reg_iop_sw_mpu_r_masked_intr_grp2___dmc_in1___bit 31 | ||
1419 | #define reg_iop_sw_mpu_r_masked_intr_grp2_offset 140 | ||
1420 | |||
1421 | /* Register rw_intr_grp3_mask, scope iop_sw_mpu, type rw */ | ||
1422 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___spu0_intr12___lsb 0 | ||
1423 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___spu0_intr12___width 1 | ||
1424 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___spu0_intr12___bit 0 | ||
1425 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___spu1_intr12___lsb 1 | ||
1426 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___spu1_intr12___width 1 | ||
1427 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___spu1_intr12___bit 1 | ||
1428 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___trigger_grp0___lsb 2 | ||
1429 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___trigger_grp0___width 1 | ||
1430 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___trigger_grp0___bit 2 | ||
1431 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___trigger_grp7___lsb 3 | ||
1432 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___trigger_grp7___width 1 | ||
1433 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___trigger_grp7___bit 3 | ||
1434 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___timer_grp0___lsb 4 | ||
1435 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___timer_grp0___width 1 | ||
1436 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___timer_grp0___bit 4 | ||
1437 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___fifo_in1___lsb 5 | ||
1438 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___fifo_in1___width 1 | ||
1439 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___fifo_in1___bit 5 | ||
1440 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___fifo_in1_extra___lsb 6 | ||
1441 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___fifo_in1_extra___width 1 | ||
1442 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___fifo_in1_extra___bit 6 | ||
1443 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___dmc_out0___lsb 7 | ||
1444 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___dmc_out0___width 1 | ||
1445 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___dmc_out0___bit 7 | ||
1446 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___spu0_intr13___lsb 8 | ||
1447 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___spu0_intr13___width 1 | ||
1448 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___spu0_intr13___bit 8 | ||
1449 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___spu1_intr13___lsb 9 | ||
1450 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___spu1_intr13___width 1 | ||
1451 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___spu1_intr13___bit 9 | ||
1452 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___trigger_grp1___lsb 10 | ||
1453 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___trigger_grp1___width 1 | ||
1454 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___trigger_grp1___bit 10 | ||
1455 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___trigger_grp4___lsb 11 | ||
1456 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___trigger_grp4___width 1 | ||
1457 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___trigger_grp4___bit 11 | ||
1458 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___timer_grp1___lsb 12 | ||
1459 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___timer_grp1___width 1 | ||
1460 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___timer_grp1___bit 12 | ||
1461 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___fifo_out0___lsb 13 | ||
1462 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___fifo_out0___width 1 | ||
1463 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___fifo_out0___bit 13 | ||
1464 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___fifo_out0_extra___lsb 14 | ||
1465 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___fifo_out0_extra___width 1 | ||
1466 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___fifo_out0_extra___bit 14 | ||
1467 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___dmc_in0___lsb 15 | ||
1468 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___dmc_in0___width 1 | ||
1469 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___dmc_in0___bit 15 | ||
1470 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___spu0_intr14___lsb 16 | ||
1471 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___spu0_intr14___width 1 | ||
1472 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___spu0_intr14___bit 16 | ||
1473 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___spu1_intr14___lsb 17 | ||
1474 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___spu1_intr14___width 1 | ||
1475 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___spu1_intr14___bit 17 | ||
1476 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___trigger_grp2___lsb 18 | ||
1477 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___trigger_grp2___width 1 | ||
1478 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___trigger_grp2___bit 18 | ||
1479 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___trigger_grp5___lsb 19 | ||
1480 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___trigger_grp5___width 1 | ||
1481 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___trigger_grp5___bit 19 | ||
1482 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___timer_grp2___lsb 20 | ||
1483 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___timer_grp2___width 1 | ||
1484 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___timer_grp2___bit 20 | ||
1485 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___fifo_in0___lsb 21 | ||
1486 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___fifo_in0___width 1 | ||
1487 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___fifo_in0___bit 21 | ||
1488 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___fifo_in0_extra___lsb 22 | ||
1489 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___fifo_in0_extra___width 1 | ||
1490 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___fifo_in0_extra___bit 22 | ||
1491 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___dmc_out1___lsb 23 | ||
1492 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___dmc_out1___width 1 | ||
1493 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___dmc_out1___bit 23 | ||
1494 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___spu0_intr15___lsb 24 | ||
1495 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___spu0_intr15___width 1 | ||
1496 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___spu0_intr15___bit 24 | ||
1497 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___spu1_intr15___lsb 25 | ||
1498 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___spu1_intr15___width 1 | ||
1499 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___spu1_intr15___bit 25 | ||
1500 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___trigger_grp3___lsb 26 | ||
1501 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___trigger_grp3___width 1 | ||
1502 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___trigger_grp3___bit 26 | ||
1503 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___trigger_grp6___lsb 27 | ||
1504 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___trigger_grp6___width 1 | ||
1505 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___trigger_grp6___bit 27 | ||
1506 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___timer_grp3___lsb 28 | ||
1507 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___timer_grp3___width 1 | ||
1508 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___timer_grp3___bit 28 | ||
1509 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___fifo_out1___lsb 29 | ||
1510 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___fifo_out1___width 1 | ||
1511 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___fifo_out1___bit 29 | ||
1512 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___fifo_out1_extra___lsb 30 | ||
1513 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___fifo_out1_extra___width 1 | ||
1514 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___fifo_out1_extra___bit 30 | ||
1515 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___dmc_in1___lsb 31 | ||
1516 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___dmc_in1___width 1 | ||
1517 | #define reg_iop_sw_mpu_rw_intr_grp3_mask___dmc_in1___bit 31 | ||
1518 | #define reg_iop_sw_mpu_rw_intr_grp3_mask_offset 144 | ||
1519 | |||
1520 | /* Register rw_ack_intr_grp3, scope iop_sw_mpu, type rw */ | ||
1521 | #define reg_iop_sw_mpu_rw_ack_intr_grp3___spu0_intr12___lsb 0 | ||
1522 | #define reg_iop_sw_mpu_rw_ack_intr_grp3___spu0_intr12___width 1 | ||
1523 | #define reg_iop_sw_mpu_rw_ack_intr_grp3___spu0_intr12___bit 0 | ||
1524 | #define reg_iop_sw_mpu_rw_ack_intr_grp3___spu1_intr12___lsb 1 | ||
1525 | #define reg_iop_sw_mpu_rw_ack_intr_grp3___spu1_intr12___width 1 | ||
1526 | #define reg_iop_sw_mpu_rw_ack_intr_grp3___spu1_intr12___bit 1 | ||
1527 | #define reg_iop_sw_mpu_rw_ack_intr_grp3___spu0_intr13___lsb 8 | ||
1528 | #define reg_iop_sw_mpu_rw_ack_intr_grp3___spu0_intr13___width 1 | ||
1529 | #define reg_iop_sw_mpu_rw_ack_intr_grp3___spu0_intr13___bit 8 | ||
1530 | #define reg_iop_sw_mpu_rw_ack_intr_grp3___spu1_intr13___lsb 9 | ||
1531 | #define reg_iop_sw_mpu_rw_ack_intr_grp3___spu1_intr13___width 1 | ||
1532 | #define reg_iop_sw_mpu_rw_ack_intr_grp3___spu1_intr13___bit 9 | ||
1533 | #define reg_iop_sw_mpu_rw_ack_intr_grp3___spu0_intr14___lsb 16 | ||
1534 | #define reg_iop_sw_mpu_rw_ack_intr_grp3___spu0_intr14___width 1 | ||
1535 | #define reg_iop_sw_mpu_rw_ack_intr_grp3___spu0_intr14___bit 16 | ||
1536 | #define reg_iop_sw_mpu_rw_ack_intr_grp3___spu1_intr14___lsb 17 | ||
1537 | #define reg_iop_sw_mpu_rw_ack_intr_grp3___spu1_intr14___width 1 | ||
1538 | #define reg_iop_sw_mpu_rw_ack_intr_grp3___spu1_intr14___bit 17 | ||
1539 | #define reg_iop_sw_mpu_rw_ack_intr_grp3___spu0_intr15___lsb 24 | ||
1540 | #define reg_iop_sw_mpu_rw_ack_intr_grp3___spu0_intr15___width 1 | ||
1541 | #define reg_iop_sw_mpu_rw_ack_intr_grp3___spu0_intr15___bit 24 | ||
1542 | #define reg_iop_sw_mpu_rw_ack_intr_grp3___spu1_intr15___lsb 25 | ||
1543 | #define reg_iop_sw_mpu_rw_ack_intr_grp3___spu1_intr15___width 1 | ||
1544 | #define reg_iop_sw_mpu_rw_ack_intr_grp3___spu1_intr15___bit 25 | ||
1545 | #define reg_iop_sw_mpu_rw_ack_intr_grp3_offset 148 | ||
1546 | |||
1547 | /* Register r_intr_grp3, scope iop_sw_mpu, type r */ | ||
1548 | #define reg_iop_sw_mpu_r_intr_grp3___spu0_intr12___lsb 0 | ||
1549 | #define reg_iop_sw_mpu_r_intr_grp3___spu0_intr12___width 1 | ||
1550 | #define reg_iop_sw_mpu_r_intr_grp3___spu0_intr12___bit 0 | ||
1551 | #define reg_iop_sw_mpu_r_intr_grp3___spu1_intr12___lsb 1 | ||
1552 | #define reg_iop_sw_mpu_r_intr_grp3___spu1_intr12___width 1 | ||
1553 | #define reg_iop_sw_mpu_r_intr_grp3___spu1_intr12___bit 1 | ||
1554 | #define reg_iop_sw_mpu_r_intr_grp3___trigger_grp0___lsb 2 | ||
1555 | #define reg_iop_sw_mpu_r_intr_grp3___trigger_grp0___width 1 | ||
1556 | #define reg_iop_sw_mpu_r_intr_grp3___trigger_grp0___bit 2 | ||
1557 | #define reg_iop_sw_mpu_r_intr_grp3___trigger_grp7___lsb 3 | ||
1558 | #define reg_iop_sw_mpu_r_intr_grp3___trigger_grp7___width 1 | ||
1559 | #define reg_iop_sw_mpu_r_intr_grp3___trigger_grp7___bit 3 | ||
1560 | #define reg_iop_sw_mpu_r_intr_grp3___timer_grp0___lsb 4 | ||
1561 | #define reg_iop_sw_mpu_r_intr_grp3___timer_grp0___width 1 | ||
1562 | #define reg_iop_sw_mpu_r_intr_grp3___timer_grp0___bit 4 | ||
1563 | #define reg_iop_sw_mpu_r_intr_grp3___fifo_in1___lsb 5 | ||
1564 | #define reg_iop_sw_mpu_r_intr_grp3___fifo_in1___width 1 | ||
1565 | #define reg_iop_sw_mpu_r_intr_grp3___fifo_in1___bit 5 | ||
1566 | #define reg_iop_sw_mpu_r_intr_grp3___fifo_in1_extra___lsb 6 | ||
1567 | #define reg_iop_sw_mpu_r_intr_grp3___fifo_in1_extra___width 1 | ||
1568 | #define reg_iop_sw_mpu_r_intr_grp3___fifo_in1_extra___bit 6 | ||
1569 | #define reg_iop_sw_mpu_r_intr_grp3___dmc_out0___lsb 7 | ||
1570 | #define reg_iop_sw_mpu_r_intr_grp3___dmc_out0___width 1 | ||
1571 | #define reg_iop_sw_mpu_r_intr_grp3___dmc_out0___bit 7 | ||
1572 | #define reg_iop_sw_mpu_r_intr_grp3___spu0_intr13___lsb 8 | ||
1573 | #define reg_iop_sw_mpu_r_intr_grp3___spu0_intr13___width 1 | ||
1574 | #define reg_iop_sw_mpu_r_intr_grp3___spu0_intr13___bit 8 | ||
1575 | #define reg_iop_sw_mpu_r_intr_grp3___spu1_intr13___lsb 9 | ||
1576 | #define reg_iop_sw_mpu_r_intr_grp3___spu1_intr13___width 1 | ||
1577 | #define reg_iop_sw_mpu_r_intr_grp3___spu1_intr13___bit 9 | ||
1578 | #define reg_iop_sw_mpu_r_intr_grp3___trigger_grp1___lsb 10 | ||
1579 | #define reg_iop_sw_mpu_r_intr_grp3___trigger_grp1___width 1 | ||
1580 | #define reg_iop_sw_mpu_r_intr_grp3___trigger_grp1___bit 10 | ||
1581 | #define reg_iop_sw_mpu_r_intr_grp3___trigger_grp4___lsb 11 | ||
1582 | #define reg_iop_sw_mpu_r_intr_grp3___trigger_grp4___width 1 | ||
1583 | #define reg_iop_sw_mpu_r_intr_grp3___trigger_grp4___bit 11 | ||
1584 | #define reg_iop_sw_mpu_r_intr_grp3___timer_grp1___lsb 12 | ||
1585 | #define reg_iop_sw_mpu_r_intr_grp3___timer_grp1___width 1 | ||
1586 | #define reg_iop_sw_mpu_r_intr_grp3___timer_grp1___bit 12 | ||
1587 | #define reg_iop_sw_mpu_r_intr_grp3___fifo_out0___lsb 13 | ||
1588 | #define reg_iop_sw_mpu_r_intr_grp3___fifo_out0___width 1 | ||
1589 | #define reg_iop_sw_mpu_r_intr_grp3___fifo_out0___bit 13 | ||
1590 | #define reg_iop_sw_mpu_r_intr_grp3___fifo_out0_extra___lsb 14 | ||
1591 | #define reg_iop_sw_mpu_r_intr_grp3___fifo_out0_extra___width 1 | ||
1592 | #define reg_iop_sw_mpu_r_intr_grp3___fifo_out0_extra___bit 14 | ||
1593 | #define reg_iop_sw_mpu_r_intr_grp3___dmc_in0___lsb 15 | ||
1594 | #define reg_iop_sw_mpu_r_intr_grp3___dmc_in0___width 1 | ||
1595 | #define reg_iop_sw_mpu_r_intr_grp3___dmc_in0___bit 15 | ||
1596 | #define reg_iop_sw_mpu_r_intr_grp3___spu0_intr14___lsb 16 | ||
1597 | #define reg_iop_sw_mpu_r_intr_grp3___spu0_intr14___width 1 | ||
1598 | #define reg_iop_sw_mpu_r_intr_grp3___spu0_intr14___bit 16 | ||
1599 | #define reg_iop_sw_mpu_r_intr_grp3___spu1_intr14___lsb 17 | ||
1600 | #define reg_iop_sw_mpu_r_intr_grp3___spu1_intr14___width 1 | ||
1601 | #define reg_iop_sw_mpu_r_intr_grp3___spu1_intr14___bit 17 | ||
1602 | #define reg_iop_sw_mpu_r_intr_grp3___trigger_grp2___lsb 18 | ||
1603 | #define reg_iop_sw_mpu_r_intr_grp3___trigger_grp2___width 1 | ||
1604 | #define reg_iop_sw_mpu_r_intr_grp3___trigger_grp2___bit 18 | ||
1605 | #define reg_iop_sw_mpu_r_intr_grp3___trigger_grp5___lsb 19 | ||
1606 | #define reg_iop_sw_mpu_r_intr_grp3___trigger_grp5___width 1 | ||
1607 | #define reg_iop_sw_mpu_r_intr_grp3___trigger_grp5___bit 19 | ||
1608 | #define reg_iop_sw_mpu_r_intr_grp3___timer_grp2___lsb 20 | ||
1609 | #define reg_iop_sw_mpu_r_intr_grp3___timer_grp2___width 1 | ||
1610 | #define reg_iop_sw_mpu_r_intr_grp3___timer_grp2___bit 20 | ||
1611 | #define reg_iop_sw_mpu_r_intr_grp3___fifo_in0___lsb 21 | ||
1612 | #define reg_iop_sw_mpu_r_intr_grp3___fifo_in0___width 1 | ||
1613 | #define reg_iop_sw_mpu_r_intr_grp3___fifo_in0___bit 21 | ||
1614 | #define reg_iop_sw_mpu_r_intr_grp3___fifo_in0_extra___lsb 22 | ||
1615 | #define reg_iop_sw_mpu_r_intr_grp3___fifo_in0_extra___width 1 | ||
1616 | #define reg_iop_sw_mpu_r_intr_grp3___fifo_in0_extra___bit 22 | ||
1617 | #define reg_iop_sw_mpu_r_intr_grp3___dmc_out1___lsb 23 | ||
1618 | #define reg_iop_sw_mpu_r_intr_grp3___dmc_out1___width 1 | ||
1619 | #define reg_iop_sw_mpu_r_intr_grp3___dmc_out1___bit 23 | ||
1620 | #define reg_iop_sw_mpu_r_intr_grp3___spu0_intr15___lsb 24 | ||
1621 | #define reg_iop_sw_mpu_r_intr_grp3___spu0_intr15___width 1 | ||
1622 | #define reg_iop_sw_mpu_r_intr_grp3___spu0_intr15___bit 24 | ||
1623 | #define reg_iop_sw_mpu_r_intr_grp3___spu1_intr15___lsb 25 | ||
1624 | #define reg_iop_sw_mpu_r_intr_grp3___spu1_intr15___width 1 | ||
1625 | #define reg_iop_sw_mpu_r_intr_grp3___spu1_intr15___bit 25 | ||
1626 | #define reg_iop_sw_mpu_r_intr_grp3___trigger_grp3___lsb 26 | ||
1627 | #define reg_iop_sw_mpu_r_intr_grp3___trigger_grp3___width 1 | ||
1628 | #define reg_iop_sw_mpu_r_intr_grp3___trigger_grp3___bit 26 | ||
1629 | #define reg_iop_sw_mpu_r_intr_grp3___trigger_grp6___lsb 27 | ||
1630 | #define reg_iop_sw_mpu_r_intr_grp3___trigger_grp6___width 1 | ||
1631 | #define reg_iop_sw_mpu_r_intr_grp3___trigger_grp6___bit 27 | ||
1632 | #define reg_iop_sw_mpu_r_intr_grp3___timer_grp3___lsb 28 | ||
1633 | #define reg_iop_sw_mpu_r_intr_grp3___timer_grp3___width 1 | ||
1634 | #define reg_iop_sw_mpu_r_intr_grp3___timer_grp3___bit 28 | ||
1635 | #define reg_iop_sw_mpu_r_intr_grp3___fifo_out1___lsb 29 | ||
1636 | #define reg_iop_sw_mpu_r_intr_grp3___fifo_out1___width 1 | ||
1637 | #define reg_iop_sw_mpu_r_intr_grp3___fifo_out1___bit 29 | ||
1638 | #define reg_iop_sw_mpu_r_intr_grp3___fifo_out1_extra___lsb 30 | ||
1639 | #define reg_iop_sw_mpu_r_intr_grp3___fifo_out1_extra___width 1 | ||
1640 | #define reg_iop_sw_mpu_r_intr_grp3___fifo_out1_extra___bit 30 | ||
1641 | #define reg_iop_sw_mpu_r_intr_grp3___dmc_in1___lsb 31 | ||
1642 | #define reg_iop_sw_mpu_r_intr_grp3___dmc_in1___width 1 | ||
1643 | #define reg_iop_sw_mpu_r_intr_grp3___dmc_in1___bit 31 | ||
1644 | #define reg_iop_sw_mpu_r_intr_grp3_offset 152 | ||
1645 | |||
1646 | /* Register r_masked_intr_grp3, scope iop_sw_mpu, type r */ | ||
1647 | #define reg_iop_sw_mpu_r_masked_intr_grp3___spu0_intr12___lsb 0 | ||
1648 | #define reg_iop_sw_mpu_r_masked_intr_grp3___spu0_intr12___width 1 | ||
1649 | #define reg_iop_sw_mpu_r_masked_intr_grp3___spu0_intr12___bit 0 | ||
1650 | #define reg_iop_sw_mpu_r_masked_intr_grp3___spu1_intr12___lsb 1 | ||
1651 | #define reg_iop_sw_mpu_r_masked_intr_grp3___spu1_intr12___width 1 | ||
1652 | #define reg_iop_sw_mpu_r_masked_intr_grp3___spu1_intr12___bit 1 | ||
1653 | #define reg_iop_sw_mpu_r_masked_intr_grp3___trigger_grp0___lsb 2 | ||
1654 | #define reg_iop_sw_mpu_r_masked_intr_grp3___trigger_grp0___width 1 | ||
1655 | #define reg_iop_sw_mpu_r_masked_intr_grp3___trigger_grp0___bit 2 | ||
1656 | #define reg_iop_sw_mpu_r_masked_intr_grp3___trigger_grp7___lsb 3 | ||
1657 | #define reg_iop_sw_mpu_r_masked_intr_grp3___trigger_grp7___width 1 | ||
1658 | #define reg_iop_sw_mpu_r_masked_intr_grp3___trigger_grp7___bit 3 | ||
1659 | #define reg_iop_sw_mpu_r_masked_intr_grp3___timer_grp0___lsb 4 | ||
1660 | #define reg_iop_sw_mpu_r_masked_intr_grp3___timer_grp0___width 1 | ||
1661 | #define reg_iop_sw_mpu_r_masked_intr_grp3___timer_grp0___bit 4 | ||
1662 | #define reg_iop_sw_mpu_r_masked_intr_grp3___fifo_in1___lsb 5 | ||
1663 | #define reg_iop_sw_mpu_r_masked_intr_grp3___fifo_in1___width 1 | ||
1664 | #define reg_iop_sw_mpu_r_masked_intr_grp3___fifo_in1___bit 5 | ||
1665 | #define reg_iop_sw_mpu_r_masked_intr_grp3___fifo_in1_extra___lsb 6 | ||
1666 | #define reg_iop_sw_mpu_r_masked_intr_grp3___fifo_in1_extra___width 1 | ||
1667 | #define reg_iop_sw_mpu_r_masked_intr_grp3___fifo_in1_extra___bit 6 | ||
1668 | #define reg_iop_sw_mpu_r_masked_intr_grp3___dmc_out0___lsb 7 | ||
1669 | #define reg_iop_sw_mpu_r_masked_intr_grp3___dmc_out0___width 1 | ||
1670 | #define reg_iop_sw_mpu_r_masked_intr_grp3___dmc_out0___bit 7 | ||
1671 | #define reg_iop_sw_mpu_r_masked_intr_grp3___spu0_intr13___lsb 8 | ||
1672 | #define reg_iop_sw_mpu_r_masked_intr_grp3___spu0_intr13___width 1 | ||
1673 | #define reg_iop_sw_mpu_r_masked_intr_grp3___spu0_intr13___bit 8 | ||
1674 | #define reg_iop_sw_mpu_r_masked_intr_grp3___spu1_intr13___lsb 9 | ||
1675 | #define reg_iop_sw_mpu_r_masked_intr_grp3___spu1_intr13___width 1 | ||
1676 | #define reg_iop_sw_mpu_r_masked_intr_grp3___spu1_intr13___bit 9 | ||
1677 | #define reg_iop_sw_mpu_r_masked_intr_grp3___trigger_grp1___lsb 10 | ||
1678 | #define reg_iop_sw_mpu_r_masked_intr_grp3___trigger_grp1___width 1 | ||
1679 | #define reg_iop_sw_mpu_r_masked_intr_grp3___trigger_grp1___bit 10 | ||
1680 | #define reg_iop_sw_mpu_r_masked_intr_grp3___trigger_grp4___lsb 11 | ||
1681 | #define reg_iop_sw_mpu_r_masked_intr_grp3___trigger_grp4___width 1 | ||
1682 | #define reg_iop_sw_mpu_r_masked_intr_grp3___trigger_grp4___bit 11 | ||
1683 | #define reg_iop_sw_mpu_r_masked_intr_grp3___timer_grp1___lsb 12 | ||
1684 | #define reg_iop_sw_mpu_r_masked_intr_grp3___timer_grp1___width 1 | ||
1685 | #define reg_iop_sw_mpu_r_masked_intr_grp3___timer_grp1___bit 12 | ||
1686 | #define reg_iop_sw_mpu_r_masked_intr_grp3___fifo_out0___lsb 13 | ||
1687 | #define reg_iop_sw_mpu_r_masked_intr_grp3___fifo_out0___width 1 | ||
1688 | #define reg_iop_sw_mpu_r_masked_intr_grp3___fifo_out0___bit 13 | ||
1689 | #define reg_iop_sw_mpu_r_masked_intr_grp3___fifo_out0_extra___lsb 14 | ||
1690 | #define reg_iop_sw_mpu_r_masked_intr_grp3___fifo_out0_extra___width 1 | ||
1691 | #define reg_iop_sw_mpu_r_masked_intr_grp3___fifo_out0_extra___bit 14 | ||
1692 | #define reg_iop_sw_mpu_r_masked_intr_grp3___dmc_in0___lsb 15 | ||
1693 | #define reg_iop_sw_mpu_r_masked_intr_grp3___dmc_in0___width 1 | ||
1694 | #define reg_iop_sw_mpu_r_masked_intr_grp3___dmc_in0___bit 15 | ||
1695 | #define reg_iop_sw_mpu_r_masked_intr_grp3___spu0_intr14___lsb 16 | ||
1696 | #define reg_iop_sw_mpu_r_masked_intr_grp3___spu0_intr14___width 1 | ||
1697 | #define reg_iop_sw_mpu_r_masked_intr_grp3___spu0_intr14___bit 16 | ||
1698 | #define reg_iop_sw_mpu_r_masked_intr_grp3___spu1_intr14___lsb 17 | ||
1699 | #define reg_iop_sw_mpu_r_masked_intr_grp3___spu1_intr14___width 1 | ||
1700 | #define reg_iop_sw_mpu_r_masked_intr_grp3___spu1_intr14___bit 17 | ||
1701 | #define reg_iop_sw_mpu_r_masked_intr_grp3___trigger_grp2___lsb 18 | ||
1702 | #define reg_iop_sw_mpu_r_masked_intr_grp3___trigger_grp2___width 1 | ||
1703 | #define reg_iop_sw_mpu_r_masked_intr_grp3___trigger_grp2___bit 18 | ||
1704 | #define reg_iop_sw_mpu_r_masked_intr_grp3___trigger_grp5___lsb 19 | ||
1705 | #define reg_iop_sw_mpu_r_masked_intr_grp3___trigger_grp5___width 1 | ||
1706 | #define reg_iop_sw_mpu_r_masked_intr_grp3___trigger_grp5___bit 19 | ||
1707 | #define reg_iop_sw_mpu_r_masked_intr_grp3___timer_grp2___lsb 20 | ||
1708 | #define reg_iop_sw_mpu_r_masked_intr_grp3___timer_grp2___width 1 | ||
1709 | #define reg_iop_sw_mpu_r_masked_intr_grp3___timer_grp2___bit 20 | ||
1710 | #define reg_iop_sw_mpu_r_masked_intr_grp3___fifo_in0___lsb 21 | ||
1711 | #define reg_iop_sw_mpu_r_masked_intr_grp3___fifo_in0___width 1 | ||
1712 | #define reg_iop_sw_mpu_r_masked_intr_grp3___fifo_in0___bit 21 | ||
1713 | #define reg_iop_sw_mpu_r_masked_intr_grp3___fifo_in0_extra___lsb 22 | ||
1714 | #define reg_iop_sw_mpu_r_masked_intr_grp3___fifo_in0_extra___width 1 | ||
1715 | #define reg_iop_sw_mpu_r_masked_intr_grp3___fifo_in0_extra___bit 22 | ||
1716 | #define reg_iop_sw_mpu_r_masked_intr_grp3___dmc_out1___lsb 23 | ||
1717 | #define reg_iop_sw_mpu_r_masked_intr_grp3___dmc_out1___width 1 | ||
1718 | #define reg_iop_sw_mpu_r_masked_intr_grp3___dmc_out1___bit 23 | ||
1719 | #define reg_iop_sw_mpu_r_masked_intr_grp3___spu0_intr15___lsb 24 | ||
1720 | #define reg_iop_sw_mpu_r_masked_intr_grp3___spu0_intr15___width 1 | ||
1721 | #define reg_iop_sw_mpu_r_masked_intr_grp3___spu0_intr15___bit 24 | ||
1722 | #define reg_iop_sw_mpu_r_masked_intr_grp3___spu1_intr15___lsb 25 | ||
1723 | #define reg_iop_sw_mpu_r_masked_intr_grp3___spu1_intr15___width 1 | ||
1724 | #define reg_iop_sw_mpu_r_masked_intr_grp3___spu1_intr15___bit 25 | ||
1725 | #define reg_iop_sw_mpu_r_masked_intr_grp3___trigger_grp3___lsb 26 | ||
1726 | #define reg_iop_sw_mpu_r_masked_intr_grp3___trigger_grp3___width 1 | ||
1727 | #define reg_iop_sw_mpu_r_masked_intr_grp3___trigger_grp3___bit 26 | ||
1728 | #define reg_iop_sw_mpu_r_masked_intr_grp3___trigger_grp6___lsb 27 | ||
1729 | #define reg_iop_sw_mpu_r_masked_intr_grp3___trigger_grp6___width 1 | ||
1730 | #define reg_iop_sw_mpu_r_masked_intr_grp3___trigger_grp6___bit 27 | ||
1731 | #define reg_iop_sw_mpu_r_masked_intr_grp3___timer_grp3___lsb 28 | ||
1732 | #define reg_iop_sw_mpu_r_masked_intr_grp3___timer_grp3___width 1 | ||
1733 | #define reg_iop_sw_mpu_r_masked_intr_grp3___timer_grp3___bit 28 | ||
1734 | #define reg_iop_sw_mpu_r_masked_intr_grp3___fifo_out1___lsb 29 | ||
1735 | #define reg_iop_sw_mpu_r_masked_intr_grp3___fifo_out1___width 1 | ||
1736 | #define reg_iop_sw_mpu_r_masked_intr_grp3___fifo_out1___bit 29 | ||
1737 | #define reg_iop_sw_mpu_r_masked_intr_grp3___fifo_out1_extra___lsb 30 | ||
1738 | #define reg_iop_sw_mpu_r_masked_intr_grp3___fifo_out1_extra___width 1 | ||
1739 | #define reg_iop_sw_mpu_r_masked_intr_grp3___fifo_out1_extra___bit 30 | ||
1740 | #define reg_iop_sw_mpu_r_masked_intr_grp3___dmc_in1___lsb 31 | ||
1741 | #define reg_iop_sw_mpu_r_masked_intr_grp3___dmc_in1___width 1 | ||
1742 | #define reg_iop_sw_mpu_r_masked_intr_grp3___dmc_in1___bit 31 | ||
1743 | #define reg_iop_sw_mpu_r_masked_intr_grp3_offset 156 | ||
1744 | |||
1745 | |||
1746 | /* Constants */ | ||
1747 | #define regk_iop_sw_mpu_copy 0x00000000 | ||
1748 | #define regk_iop_sw_mpu_cpu 0x00000000 | ||
1749 | #define regk_iop_sw_mpu_mpu 0x00000001 | ||
1750 | #define regk_iop_sw_mpu_no 0x00000000 | ||
1751 | #define regk_iop_sw_mpu_nop 0x00000000 | ||
1752 | #define regk_iop_sw_mpu_rd 0x00000002 | ||
1753 | #define regk_iop_sw_mpu_reg_copy 0x00000001 | ||
1754 | #define regk_iop_sw_mpu_rw_bus0_clr_mask_default 0x00000000 | ||
1755 | #define regk_iop_sw_mpu_rw_bus0_oe_clr_mask_default 0x00000000 | ||
1756 | #define regk_iop_sw_mpu_rw_bus0_oe_set_mask_default 0x00000000 | ||
1757 | #define regk_iop_sw_mpu_rw_bus0_set_mask_default 0x00000000 | ||
1758 | #define regk_iop_sw_mpu_rw_bus1_clr_mask_default 0x00000000 | ||
1759 | #define regk_iop_sw_mpu_rw_bus1_oe_clr_mask_default 0x00000000 | ||
1760 | #define regk_iop_sw_mpu_rw_bus1_oe_set_mask_default 0x00000000 | ||
1761 | #define regk_iop_sw_mpu_rw_bus1_set_mask_default 0x00000000 | ||
1762 | #define regk_iop_sw_mpu_rw_gio_clr_mask_default 0x00000000 | ||
1763 | #define regk_iop_sw_mpu_rw_gio_oe_clr_mask_default 0x00000000 | ||
1764 | #define regk_iop_sw_mpu_rw_gio_oe_set_mask_default 0x00000000 | ||
1765 | #define regk_iop_sw_mpu_rw_gio_set_mask_default 0x00000000 | ||
1766 | #define regk_iop_sw_mpu_rw_intr_grp0_mask_default 0x00000000 | ||
1767 | #define regk_iop_sw_mpu_rw_intr_grp1_mask_default 0x00000000 | ||
1768 | #define regk_iop_sw_mpu_rw_intr_grp2_mask_default 0x00000000 | ||
1769 | #define regk_iop_sw_mpu_rw_intr_grp3_mask_default 0x00000000 | ||
1770 | #define regk_iop_sw_mpu_rw_sw_cfg_owner_default 0x00000000 | ||
1771 | #define regk_iop_sw_mpu_set 0x00000001 | ||
1772 | #define regk_iop_sw_mpu_spu0 0x00000002 | ||
1773 | #define regk_iop_sw_mpu_spu1 0x00000003 | ||
1774 | #define regk_iop_sw_mpu_wr 0x00000003 | ||
1775 | #define regk_iop_sw_mpu_yes 0x00000001 | ||
1776 | #endif /* __iop_sw_mpu_defs_asm_h */ | ||
diff --git a/include/asm-cris/arch-v32/hwregs/iop/asm/iop_sw_spu_defs_asm.h b/include/asm-cris/arch-v32/hwregs/iop/asm/iop_sw_spu_defs_asm.h new file mode 100644 index 000000000000..0929f144cfa1 --- /dev/null +++ b/include/asm-cris/arch-v32/hwregs/iop/asm/iop_sw_spu_defs_asm.h | |||
@@ -0,0 +1,691 @@ | |||
1 | #ifndef __iop_sw_spu_defs_asm_h | ||
2 | #define __iop_sw_spu_defs_asm_h | ||
3 | |||
4 | /* | ||
5 | * This file is autogenerated from | ||
6 | * file: ../../inst/io_proc/rtl/guinness/iop_sw_spu.r | ||
7 | * id: <not found> | ||
8 | * last modfied: Mon Apr 11 16:10:19 2005 | ||
9 | * | ||
10 | * by /n/asic/design/tools/rdesc/src/rdes2c -asm --outfile asm/iop_sw_spu_defs_asm.h ../../inst/io_proc/rtl/guinness/iop_sw_spu.r | ||
11 | * id: $Id: iop_sw_spu_defs_asm.h,v 1.5 2005/04/24 18:31:07 starvik Exp $ | ||
12 | * Any changes here will be lost. | ||
13 | * | ||
14 | * -*- buffer-read-only: t -*- | ||
15 | */ | ||
16 | |||
17 | #ifndef REG_FIELD | ||
18 | #define REG_FIELD( scope, reg, field, value ) \ | ||
19 | REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) | ||
20 | #define REG_FIELD_X_( value, shift ) ((value) << shift) | ||
21 | #endif | ||
22 | |||
23 | #ifndef REG_STATE | ||
24 | #define REG_STATE( scope, reg, field, symbolic_value ) \ | ||
25 | REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) | ||
26 | #define REG_STATE_X_( k, shift ) (k << shift) | ||
27 | #endif | ||
28 | |||
29 | #ifndef REG_MASK | ||
30 | #define REG_MASK( scope, reg, field ) \ | ||
31 | REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) | ||
32 | #define REG_MASK_X_( width, lsb ) (((1 << width)-1) << lsb) | ||
33 | #endif | ||
34 | |||
35 | #ifndef REG_LSB | ||
36 | #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb | ||
37 | #endif | ||
38 | |||
39 | #ifndef REG_BIT | ||
40 | #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit | ||
41 | #endif | ||
42 | |||
43 | #ifndef REG_ADDR | ||
44 | #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) | ||
45 | #define REG_ADDR_X_( inst, offs ) ((inst) + offs) | ||
46 | #endif | ||
47 | |||
48 | #ifndef REG_ADDR_VECT | ||
49 | #define REG_ADDR_VECT( scope, inst, reg, index ) \ | ||
50 | REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \ | ||
51 | STRIDE_##scope##_##reg ) | ||
52 | #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ | ||
53 | ((inst) + offs + (index) * stride) | ||
54 | #endif | ||
55 | |||
56 | /* Register rw_mc_ctrl, scope iop_sw_spu, type rw */ | ||
57 | #define reg_iop_sw_spu_rw_mc_ctrl___keep_owner___lsb 0 | ||
58 | #define reg_iop_sw_spu_rw_mc_ctrl___keep_owner___width 1 | ||
59 | #define reg_iop_sw_spu_rw_mc_ctrl___keep_owner___bit 0 | ||
60 | #define reg_iop_sw_spu_rw_mc_ctrl___cmd___lsb 1 | ||
61 | #define reg_iop_sw_spu_rw_mc_ctrl___cmd___width 2 | ||
62 | #define reg_iop_sw_spu_rw_mc_ctrl___size___lsb 3 | ||
63 | #define reg_iop_sw_spu_rw_mc_ctrl___size___width 3 | ||
64 | #define reg_iop_sw_spu_rw_mc_ctrl___wr_spu0_mem___lsb 6 | ||
65 | #define reg_iop_sw_spu_rw_mc_ctrl___wr_spu0_mem___width 1 | ||
66 | #define reg_iop_sw_spu_rw_mc_ctrl___wr_spu0_mem___bit 6 | ||
67 | #define reg_iop_sw_spu_rw_mc_ctrl___wr_spu1_mem___lsb 7 | ||
68 | #define reg_iop_sw_spu_rw_mc_ctrl___wr_spu1_mem___width 1 | ||
69 | #define reg_iop_sw_spu_rw_mc_ctrl___wr_spu1_mem___bit 7 | ||
70 | #define reg_iop_sw_spu_rw_mc_ctrl_offset 0 | ||
71 | |||
72 | /* Register rw_mc_data, scope iop_sw_spu, type rw */ | ||
73 | #define reg_iop_sw_spu_rw_mc_data___val___lsb 0 | ||
74 | #define reg_iop_sw_spu_rw_mc_data___val___width 32 | ||
75 | #define reg_iop_sw_spu_rw_mc_data_offset 4 | ||
76 | |||
77 | /* Register rw_mc_addr, scope iop_sw_spu, type rw */ | ||
78 | #define reg_iop_sw_spu_rw_mc_addr_offset 8 | ||
79 | |||
80 | /* Register rs_mc_data, scope iop_sw_spu, type rs */ | ||
81 | #define reg_iop_sw_spu_rs_mc_data_offset 12 | ||
82 | |||
83 | /* Register r_mc_data, scope iop_sw_spu, type r */ | ||
84 | #define reg_iop_sw_spu_r_mc_data_offset 16 | ||
85 | |||
86 | /* Register r_mc_stat, scope iop_sw_spu, type r */ | ||
87 | #define reg_iop_sw_spu_r_mc_stat___busy_cpu___lsb 0 | ||
88 | #define reg_iop_sw_spu_r_mc_stat___busy_cpu___width 1 | ||
89 | #define reg_iop_sw_spu_r_mc_stat___busy_cpu___bit 0 | ||
90 | #define reg_iop_sw_spu_r_mc_stat___busy_mpu___lsb 1 | ||
91 | #define reg_iop_sw_spu_r_mc_stat___busy_mpu___width 1 | ||
92 | #define reg_iop_sw_spu_r_mc_stat___busy_mpu___bit 1 | ||
93 | #define reg_iop_sw_spu_r_mc_stat___busy_spu0___lsb 2 | ||
94 | #define reg_iop_sw_spu_r_mc_stat___busy_spu0___width 1 | ||
95 | #define reg_iop_sw_spu_r_mc_stat___busy_spu0___bit 2 | ||
96 | #define reg_iop_sw_spu_r_mc_stat___busy_spu1___lsb 3 | ||
97 | #define reg_iop_sw_spu_r_mc_stat___busy_spu1___width 1 | ||
98 | #define reg_iop_sw_spu_r_mc_stat___busy_spu1___bit 3 | ||
99 | #define reg_iop_sw_spu_r_mc_stat___owned_by_cpu___lsb 4 | ||
100 | #define reg_iop_sw_spu_r_mc_stat___owned_by_cpu___width 1 | ||
101 | #define reg_iop_sw_spu_r_mc_stat___owned_by_cpu___bit 4 | ||
102 | #define reg_iop_sw_spu_r_mc_stat___owned_by_mpu___lsb 5 | ||
103 | #define reg_iop_sw_spu_r_mc_stat___owned_by_mpu___width 1 | ||
104 | #define reg_iop_sw_spu_r_mc_stat___owned_by_mpu___bit 5 | ||
105 | #define reg_iop_sw_spu_r_mc_stat___owned_by_spu0___lsb 6 | ||
106 | #define reg_iop_sw_spu_r_mc_stat___owned_by_spu0___width 1 | ||
107 | #define reg_iop_sw_spu_r_mc_stat___owned_by_spu0___bit 6 | ||
108 | #define reg_iop_sw_spu_r_mc_stat___owned_by_spu1___lsb 7 | ||
109 | #define reg_iop_sw_spu_r_mc_stat___owned_by_spu1___width 1 | ||
110 | #define reg_iop_sw_spu_r_mc_stat___owned_by_spu1___bit 7 | ||
111 | #define reg_iop_sw_spu_r_mc_stat_offset 20 | ||
112 | |||
113 | /* Register rw_bus0_clr_mask, scope iop_sw_spu, type rw */ | ||
114 | #define reg_iop_sw_spu_rw_bus0_clr_mask___byte0___lsb 0 | ||
115 | #define reg_iop_sw_spu_rw_bus0_clr_mask___byte0___width 8 | ||
116 | #define reg_iop_sw_spu_rw_bus0_clr_mask___byte1___lsb 8 | ||
117 | #define reg_iop_sw_spu_rw_bus0_clr_mask___byte1___width 8 | ||
118 | #define reg_iop_sw_spu_rw_bus0_clr_mask___byte2___lsb 16 | ||
119 | #define reg_iop_sw_spu_rw_bus0_clr_mask___byte2___width 8 | ||
120 | #define reg_iop_sw_spu_rw_bus0_clr_mask___byte3___lsb 24 | ||
121 | #define reg_iop_sw_spu_rw_bus0_clr_mask___byte3___width 8 | ||
122 | #define reg_iop_sw_spu_rw_bus0_clr_mask_offset 24 | ||
123 | |||
124 | /* Register rw_bus0_set_mask, scope iop_sw_spu, type rw */ | ||
125 | #define reg_iop_sw_spu_rw_bus0_set_mask___byte0___lsb 0 | ||
126 | #define reg_iop_sw_spu_rw_bus0_set_mask___byte0___width 8 | ||
127 | #define reg_iop_sw_spu_rw_bus0_set_mask___byte1___lsb 8 | ||
128 | #define reg_iop_sw_spu_rw_bus0_set_mask___byte1___width 8 | ||
129 | #define reg_iop_sw_spu_rw_bus0_set_mask___byte2___lsb 16 | ||
130 | #define reg_iop_sw_spu_rw_bus0_set_mask___byte2___width 8 | ||
131 | #define reg_iop_sw_spu_rw_bus0_set_mask___byte3___lsb 24 | ||
132 | #define reg_iop_sw_spu_rw_bus0_set_mask___byte3___width 8 | ||
133 | #define reg_iop_sw_spu_rw_bus0_set_mask_offset 28 | ||
134 | |||
135 | /* Register rw_bus0_oe_clr_mask, scope iop_sw_spu, type rw */ | ||
136 | #define reg_iop_sw_spu_rw_bus0_oe_clr_mask___byte0___lsb 0 | ||
137 | #define reg_iop_sw_spu_rw_bus0_oe_clr_mask___byte0___width 1 | ||
138 | #define reg_iop_sw_spu_rw_bus0_oe_clr_mask___byte0___bit 0 | ||
139 | #define reg_iop_sw_spu_rw_bus0_oe_clr_mask___byte1___lsb 1 | ||
140 | #define reg_iop_sw_spu_rw_bus0_oe_clr_mask___byte1___width 1 | ||
141 | #define reg_iop_sw_spu_rw_bus0_oe_clr_mask___byte1___bit 1 | ||
142 | #define reg_iop_sw_spu_rw_bus0_oe_clr_mask___byte2___lsb 2 | ||
143 | #define reg_iop_sw_spu_rw_bus0_oe_clr_mask___byte2___width 1 | ||
144 | #define reg_iop_sw_spu_rw_bus0_oe_clr_mask___byte2___bit 2 | ||
145 | #define reg_iop_sw_spu_rw_bus0_oe_clr_mask___byte3___lsb 3 | ||
146 | #define reg_iop_sw_spu_rw_bus0_oe_clr_mask___byte3___width 1 | ||
147 | #define reg_iop_sw_spu_rw_bus0_oe_clr_mask___byte3___bit 3 | ||
148 | #define reg_iop_sw_spu_rw_bus0_oe_clr_mask_offset 32 | ||
149 | |||
150 | /* Register rw_bus0_oe_set_mask, scope iop_sw_spu, type rw */ | ||
151 | #define reg_iop_sw_spu_rw_bus0_oe_set_mask___byte0___lsb 0 | ||
152 | #define reg_iop_sw_spu_rw_bus0_oe_set_mask___byte0___width 1 | ||
153 | #define reg_iop_sw_spu_rw_bus0_oe_set_mask___byte0___bit 0 | ||
154 | #define reg_iop_sw_spu_rw_bus0_oe_set_mask___byte1___lsb 1 | ||
155 | #define reg_iop_sw_spu_rw_bus0_oe_set_mask___byte1___width 1 | ||
156 | #define reg_iop_sw_spu_rw_bus0_oe_set_mask___byte1___bit 1 | ||
157 | #define reg_iop_sw_spu_rw_bus0_oe_set_mask___byte2___lsb 2 | ||
158 | #define reg_iop_sw_spu_rw_bus0_oe_set_mask___byte2___width 1 | ||
159 | #define reg_iop_sw_spu_rw_bus0_oe_set_mask___byte2___bit 2 | ||
160 | #define reg_iop_sw_spu_rw_bus0_oe_set_mask___byte3___lsb 3 | ||
161 | #define reg_iop_sw_spu_rw_bus0_oe_set_mask___byte3___width 1 | ||
162 | #define reg_iop_sw_spu_rw_bus0_oe_set_mask___byte3___bit 3 | ||
163 | #define reg_iop_sw_spu_rw_bus0_oe_set_mask_offset 36 | ||
164 | |||
165 | /* Register r_bus0_in, scope iop_sw_spu, type r */ | ||
166 | #define reg_iop_sw_spu_r_bus0_in_offset 40 | ||
167 | |||
168 | /* Register rw_bus1_clr_mask, scope iop_sw_spu, type rw */ | ||
169 | #define reg_iop_sw_spu_rw_bus1_clr_mask___byte0___lsb 0 | ||
170 | #define reg_iop_sw_spu_rw_bus1_clr_mask___byte0___width 8 | ||
171 | #define reg_iop_sw_spu_rw_bus1_clr_mask___byte1___lsb 8 | ||
172 | #define reg_iop_sw_spu_rw_bus1_clr_mask___byte1___width 8 | ||
173 | #define reg_iop_sw_spu_rw_bus1_clr_mask___byte2___lsb 16 | ||
174 | #define reg_iop_sw_spu_rw_bus1_clr_mask___byte2___width 8 | ||
175 | #define reg_iop_sw_spu_rw_bus1_clr_mask___byte3___lsb 24 | ||
176 | #define reg_iop_sw_spu_rw_bus1_clr_mask___byte3___width 8 | ||
177 | #define reg_iop_sw_spu_rw_bus1_clr_mask_offset 44 | ||
178 | |||
179 | /* Register rw_bus1_set_mask, scope iop_sw_spu, type rw */ | ||
180 | #define reg_iop_sw_spu_rw_bus1_set_mask___byte0___lsb 0 | ||
181 | #define reg_iop_sw_spu_rw_bus1_set_mask___byte0___width 8 | ||
182 | #define reg_iop_sw_spu_rw_bus1_set_mask___byte1___lsb 8 | ||
183 | #define reg_iop_sw_spu_rw_bus1_set_mask___byte1___width 8 | ||
184 | #define reg_iop_sw_spu_rw_bus1_set_mask___byte2___lsb 16 | ||
185 | #define reg_iop_sw_spu_rw_bus1_set_mask___byte2___width 8 | ||
186 | #define reg_iop_sw_spu_rw_bus1_set_mask___byte3___lsb 24 | ||
187 | #define reg_iop_sw_spu_rw_bus1_set_mask___byte3___width 8 | ||
188 | #define reg_iop_sw_spu_rw_bus1_set_mask_offset 48 | ||
189 | |||
190 | /* Register rw_bus1_oe_clr_mask, scope iop_sw_spu, type rw */ | ||
191 | #define reg_iop_sw_spu_rw_bus1_oe_clr_mask___byte0___lsb 0 | ||
192 | #define reg_iop_sw_spu_rw_bus1_oe_clr_mask___byte0___width 1 | ||
193 | #define reg_iop_sw_spu_rw_bus1_oe_clr_mask___byte0___bit 0 | ||
194 | #define reg_iop_sw_spu_rw_bus1_oe_clr_mask___byte1___lsb 1 | ||
195 | #define reg_iop_sw_spu_rw_bus1_oe_clr_mask___byte1___width 1 | ||
196 | #define reg_iop_sw_spu_rw_bus1_oe_clr_mask___byte1___bit 1 | ||
197 | #define reg_iop_sw_spu_rw_bus1_oe_clr_mask___byte2___lsb 2 | ||
198 | #define reg_iop_sw_spu_rw_bus1_oe_clr_mask___byte2___width 1 | ||
199 | #define reg_iop_sw_spu_rw_bus1_oe_clr_mask___byte2___bit 2 | ||
200 | #define reg_iop_sw_spu_rw_bus1_oe_clr_mask___byte3___lsb 3 | ||
201 | #define reg_iop_sw_spu_rw_bus1_oe_clr_mask___byte3___width 1 | ||
202 | #define reg_iop_sw_spu_rw_bus1_oe_clr_mask___byte3___bit 3 | ||
203 | #define reg_iop_sw_spu_rw_bus1_oe_clr_mask_offset 52 | ||
204 | |||
205 | /* Register rw_bus1_oe_set_mask, scope iop_sw_spu, type rw */ | ||
206 | #define reg_iop_sw_spu_rw_bus1_oe_set_mask___byte0___lsb 0 | ||
207 | #define reg_iop_sw_spu_rw_bus1_oe_set_mask___byte0___width 1 | ||
208 | #define reg_iop_sw_spu_rw_bus1_oe_set_mask___byte0___bit 0 | ||
209 | #define reg_iop_sw_spu_rw_bus1_oe_set_mask___byte1___lsb 1 | ||
210 | #define reg_iop_sw_spu_rw_bus1_oe_set_mask___byte1___width 1 | ||
211 | #define reg_iop_sw_spu_rw_bus1_oe_set_mask___byte1___bit 1 | ||
212 | #define reg_iop_sw_spu_rw_bus1_oe_set_mask___byte2___lsb 2 | ||
213 | #define reg_iop_sw_spu_rw_bus1_oe_set_mask___byte2___width 1 | ||
214 | #define reg_iop_sw_spu_rw_bus1_oe_set_mask___byte2___bit 2 | ||
215 | #define reg_iop_sw_spu_rw_bus1_oe_set_mask___byte3___lsb 3 | ||
216 | #define reg_iop_sw_spu_rw_bus1_oe_set_mask___byte3___width 1 | ||
217 | #define reg_iop_sw_spu_rw_bus1_oe_set_mask___byte3___bit 3 | ||
218 | #define reg_iop_sw_spu_rw_bus1_oe_set_mask_offset 56 | ||
219 | |||
220 | /* Register r_bus1_in, scope iop_sw_spu, type r */ | ||
221 | #define reg_iop_sw_spu_r_bus1_in_offset 60 | ||
222 | |||
223 | /* Register rw_gio_clr_mask, scope iop_sw_spu, type rw */ | ||
224 | #define reg_iop_sw_spu_rw_gio_clr_mask___val___lsb 0 | ||
225 | #define reg_iop_sw_spu_rw_gio_clr_mask___val___width 32 | ||
226 | #define reg_iop_sw_spu_rw_gio_clr_mask_offset 64 | ||
227 | |||
228 | /* Register rw_gio_set_mask, scope iop_sw_spu, type rw */ | ||
229 | #define reg_iop_sw_spu_rw_gio_set_mask___val___lsb 0 | ||
230 | #define reg_iop_sw_spu_rw_gio_set_mask___val___width 32 | ||
231 | #define reg_iop_sw_spu_rw_gio_set_mask_offset 68 | ||
232 | |||
233 | /* Register rw_gio_oe_clr_mask, scope iop_sw_spu, type rw */ | ||
234 | #define reg_iop_sw_spu_rw_gio_oe_clr_mask___val___lsb 0 | ||
235 | #define reg_iop_sw_spu_rw_gio_oe_clr_mask___val___width 32 | ||
236 | #define reg_iop_sw_spu_rw_gio_oe_clr_mask_offset 72 | ||
237 | |||
238 | /* Register rw_gio_oe_set_mask, scope iop_sw_spu, type rw */ | ||
239 | #define reg_iop_sw_spu_rw_gio_oe_set_mask___val___lsb 0 | ||
240 | #define reg_iop_sw_spu_rw_gio_oe_set_mask___val___width 32 | ||
241 | #define reg_iop_sw_spu_rw_gio_oe_set_mask_offset 76 | ||
242 | |||
243 | /* Register r_gio_in, scope iop_sw_spu, type r */ | ||
244 | #define reg_iop_sw_spu_r_gio_in_offset 80 | ||
245 | |||
246 | /* Register rw_bus0_clr_mask_lo, scope iop_sw_spu, type rw */ | ||
247 | #define reg_iop_sw_spu_rw_bus0_clr_mask_lo___byte0___lsb 0 | ||
248 | #define reg_iop_sw_spu_rw_bus0_clr_mask_lo___byte0___width 8 | ||
249 | #define reg_iop_sw_spu_rw_bus0_clr_mask_lo___byte1___lsb 8 | ||
250 | #define reg_iop_sw_spu_rw_bus0_clr_mask_lo___byte1___width 8 | ||
251 | #define reg_iop_sw_spu_rw_bus0_clr_mask_lo_offset 84 | ||
252 | |||
253 | /* Register rw_bus0_clr_mask_hi, scope iop_sw_spu, type rw */ | ||
254 | #define reg_iop_sw_spu_rw_bus0_clr_mask_hi___byte2___lsb 0 | ||
255 | #define reg_iop_sw_spu_rw_bus0_clr_mask_hi___byte2___width 8 | ||
256 | #define reg_iop_sw_spu_rw_bus0_clr_mask_hi___byte3___lsb 8 | ||
257 | #define reg_iop_sw_spu_rw_bus0_clr_mask_hi___byte3___width 8 | ||
258 | #define reg_iop_sw_spu_rw_bus0_clr_mask_hi_offset 88 | ||
259 | |||
260 | /* Register rw_bus0_set_mask_lo, scope iop_sw_spu, type rw */ | ||
261 | #define reg_iop_sw_spu_rw_bus0_set_mask_lo___byte0___lsb 0 | ||
262 | #define reg_iop_sw_spu_rw_bus0_set_mask_lo___byte0___width 8 | ||
263 | #define reg_iop_sw_spu_rw_bus0_set_mask_lo___byte1___lsb 8 | ||
264 | #define reg_iop_sw_spu_rw_bus0_set_mask_lo___byte1___width 8 | ||
265 | #define reg_iop_sw_spu_rw_bus0_set_mask_lo_offset 92 | ||
266 | |||
267 | /* Register rw_bus0_set_mask_hi, scope iop_sw_spu, type rw */ | ||
268 | #define reg_iop_sw_spu_rw_bus0_set_mask_hi___byte2___lsb 0 | ||
269 | #define reg_iop_sw_spu_rw_bus0_set_mask_hi___byte2___width 8 | ||
270 | #define reg_iop_sw_spu_rw_bus0_set_mask_hi___byte3___lsb 8 | ||
271 | #define reg_iop_sw_spu_rw_bus0_set_mask_hi___byte3___width 8 | ||
272 | #define reg_iop_sw_spu_rw_bus0_set_mask_hi_offset 96 | ||
273 | |||
274 | /* Register rw_bus1_clr_mask_lo, scope iop_sw_spu, type rw */ | ||
275 | #define reg_iop_sw_spu_rw_bus1_clr_mask_lo___byte0___lsb 0 | ||
276 | #define reg_iop_sw_spu_rw_bus1_clr_mask_lo___byte0___width 8 | ||
277 | #define reg_iop_sw_spu_rw_bus1_clr_mask_lo___byte1___lsb 8 | ||
278 | #define reg_iop_sw_spu_rw_bus1_clr_mask_lo___byte1___width 8 | ||
279 | #define reg_iop_sw_spu_rw_bus1_clr_mask_lo_offset 100 | ||
280 | |||
281 | /* Register rw_bus1_clr_mask_hi, scope iop_sw_spu, type rw */ | ||
282 | #define reg_iop_sw_spu_rw_bus1_clr_mask_hi___byte2___lsb 0 | ||
283 | #define reg_iop_sw_spu_rw_bus1_clr_mask_hi___byte2___width 8 | ||
284 | #define reg_iop_sw_spu_rw_bus1_clr_mask_hi___byte3___lsb 8 | ||
285 | #define reg_iop_sw_spu_rw_bus1_clr_mask_hi___byte3___width 8 | ||
286 | #define reg_iop_sw_spu_rw_bus1_clr_mask_hi_offset 104 | ||
287 | |||
288 | /* Register rw_bus1_set_mask_lo, scope iop_sw_spu, type rw */ | ||
289 | #define reg_iop_sw_spu_rw_bus1_set_mask_lo___byte0___lsb 0 | ||
290 | #define reg_iop_sw_spu_rw_bus1_set_mask_lo___byte0___width 8 | ||
291 | #define reg_iop_sw_spu_rw_bus1_set_mask_lo___byte1___lsb 8 | ||
292 | #define reg_iop_sw_spu_rw_bus1_set_mask_lo___byte1___width 8 | ||
293 | #define reg_iop_sw_spu_rw_bus1_set_mask_lo_offset 108 | ||
294 | |||
295 | /* Register rw_bus1_set_mask_hi, scope iop_sw_spu, type rw */ | ||
296 | #define reg_iop_sw_spu_rw_bus1_set_mask_hi___byte2___lsb 0 | ||
297 | #define reg_iop_sw_spu_rw_bus1_set_mask_hi___byte2___width 8 | ||
298 | #define reg_iop_sw_spu_rw_bus1_set_mask_hi___byte3___lsb 8 | ||
299 | #define reg_iop_sw_spu_rw_bus1_set_mask_hi___byte3___width 8 | ||
300 | #define reg_iop_sw_spu_rw_bus1_set_mask_hi_offset 112 | ||
301 | |||
302 | /* Register rw_gio_clr_mask_lo, scope iop_sw_spu, type rw */ | ||
303 | #define reg_iop_sw_spu_rw_gio_clr_mask_lo___val___lsb 0 | ||
304 | #define reg_iop_sw_spu_rw_gio_clr_mask_lo___val___width 16 | ||
305 | #define reg_iop_sw_spu_rw_gio_clr_mask_lo_offset 116 | ||
306 | |||
307 | /* Register rw_gio_clr_mask_hi, scope iop_sw_spu, type rw */ | ||
308 | #define reg_iop_sw_spu_rw_gio_clr_mask_hi___val___lsb 0 | ||
309 | #define reg_iop_sw_spu_rw_gio_clr_mask_hi___val___width 16 | ||
310 | #define reg_iop_sw_spu_rw_gio_clr_mask_hi_offset 120 | ||
311 | |||
312 | /* Register rw_gio_set_mask_lo, scope iop_sw_spu, type rw */ | ||
313 | #define reg_iop_sw_spu_rw_gio_set_mask_lo___val___lsb 0 | ||
314 | #define reg_iop_sw_spu_rw_gio_set_mask_lo___val___width 16 | ||
315 | #define reg_iop_sw_spu_rw_gio_set_mask_lo_offset 124 | ||
316 | |||
317 | /* Register rw_gio_set_mask_hi, scope iop_sw_spu, type rw */ | ||
318 | #define reg_iop_sw_spu_rw_gio_set_mask_hi___val___lsb 0 | ||
319 | #define reg_iop_sw_spu_rw_gio_set_mask_hi___val___width 16 | ||
320 | #define reg_iop_sw_spu_rw_gio_set_mask_hi_offset 128 | ||
321 | |||
322 | /* Register rw_gio_oe_clr_mask_lo, scope iop_sw_spu, type rw */ | ||
323 | #define reg_iop_sw_spu_rw_gio_oe_clr_mask_lo___val___lsb 0 | ||
324 | #define reg_iop_sw_spu_rw_gio_oe_clr_mask_lo___val___width 16 | ||
325 | #define reg_iop_sw_spu_rw_gio_oe_clr_mask_lo_offset 132 | ||
326 | |||
327 | /* Register rw_gio_oe_clr_mask_hi, scope iop_sw_spu, type rw */ | ||
328 | #define reg_iop_sw_spu_rw_gio_oe_clr_mask_hi___val___lsb 0 | ||
329 | #define reg_iop_sw_spu_rw_gio_oe_clr_mask_hi___val___width 16 | ||
330 | #define reg_iop_sw_spu_rw_gio_oe_clr_mask_hi_offset 136 | ||
331 | |||
332 | /* Register rw_gio_oe_set_mask_lo, scope iop_sw_spu, type rw */ | ||
333 | #define reg_iop_sw_spu_rw_gio_oe_set_mask_lo___val___lsb 0 | ||
334 | #define reg_iop_sw_spu_rw_gio_oe_set_mask_lo___val___width 16 | ||
335 | #define reg_iop_sw_spu_rw_gio_oe_set_mask_lo_offset 140 | ||
336 | |||
337 | /* Register rw_gio_oe_set_mask_hi, scope iop_sw_spu, type rw */ | ||
338 | #define reg_iop_sw_spu_rw_gio_oe_set_mask_hi___val___lsb 0 | ||
339 | #define reg_iop_sw_spu_rw_gio_oe_set_mask_hi___val___width 16 | ||
340 | #define reg_iop_sw_spu_rw_gio_oe_set_mask_hi_offset 144 | ||
341 | |||
342 | /* Register rw_cpu_intr, scope iop_sw_spu, type rw */ | ||
343 | #define reg_iop_sw_spu_rw_cpu_intr___intr0___lsb 0 | ||
344 | #define reg_iop_sw_spu_rw_cpu_intr___intr0___width 1 | ||
345 | #define reg_iop_sw_spu_rw_cpu_intr___intr0___bit 0 | ||
346 | #define reg_iop_sw_spu_rw_cpu_intr___intr1___lsb 1 | ||
347 | #define reg_iop_sw_spu_rw_cpu_intr___intr1___width 1 | ||
348 | #define reg_iop_sw_spu_rw_cpu_intr___intr1___bit 1 | ||
349 | #define reg_iop_sw_spu_rw_cpu_intr___intr2___lsb 2 | ||
350 | #define reg_iop_sw_spu_rw_cpu_intr___intr2___width 1 | ||
351 | #define reg_iop_sw_spu_rw_cpu_intr___intr2___bit 2 | ||
352 | #define reg_iop_sw_spu_rw_cpu_intr___intr3___lsb 3 | ||
353 | #define reg_iop_sw_spu_rw_cpu_intr___intr3___width 1 | ||
354 | #define reg_iop_sw_spu_rw_cpu_intr___intr3___bit 3 | ||
355 | #define reg_iop_sw_spu_rw_cpu_intr___intr4___lsb 4 | ||
356 | #define reg_iop_sw_spu_rw_cpu_intr___intr4___width 1 | ||
357 | #define reg_iop_sw_spu_rw_cpu_intr___intr4___bit 4 | ||
358 | #define reg_iop_sw_spu_rw_cpu_intr___intr5___lsb 5 | ||
359 | #define reg_iop_sw_spu_rw_cpu_intr___intr5___width 1 | ||
360 | #define reg_iop_sw_spu_rw_cpu_intr___intr5___bit 5 | ||
361 | #define reg_iop_sw_spu_rw_cpu_intr___intr6___lsb 6 | ||
362 | #define reg_iop_sw_spu_rw_cpu_intr___intr6___width 1 | ||
363 | #define reg_iop_sw_spu_rw_cpu_intr___intr6___bit 6 | ||
364 | #define reg_iop_sw_spu_rw_cpu_intr___intr7___lsb 7 | ||
365 | #define reg_iop_sw_spu_rw_cpu_intr___intr7___width 1 | ||
366 | #define reg_iop_sw_spu_rw_cpu_intr___intr7___bit 7 | ||
367 | #define reg_iop_sw_spu_rw_cpu_intr___intr8___lsb 8 | ||
368 | #define reg_iop_sw_spu_rw_cpu_intr___intr8___width 1 | ||
369 | #define reg_iop_sw_spu_rw_cpu_intr___intr8___bit 8 | ||
370 | #define reg_iop_sw_spu_rw_cpu_intr___intr9___lsb 9 | ||
371 | #define reg_iop_sw_spu_rw_cpu_intr___intr9___width 1 | ||
372 | #define reg_iop_sw_spu_rw_cpu_intr___intr9___bit 9 | ||
373 | #define reg_iop_sw_spu_rw_cpu_intr___intr10___lsb 10 | ||
374 | #define reg_iop_sw_spu_rw_cpu_intr___intr10___width 1 | ||
375 | #define reg_iop_sw_spu_rw_cpu_intr___intr10___bit 10 | ||
376 | #define reg_iop_sw_spu_rw_cpu_intr___intr11___lsb 11 | ||
377 | #define reg_iop_sw_spu_rw_cpu_intr___intr11___width 1 | ||
378 | #define reg_iop_sw_spu_rw_cpu_intr___intr11___bit 11 | ||
379 | #define reg_iop_sw_spu_rw_cpu_intr___intr12___lsb 12 | ||
380 | #define reg_iop_sw_spu_rw_cpu_intr___intr12___width 1 | ||
381 | #define reg_iop_sw_spu_rw_cpu_intr___intr12___bit 12 | ||
382 | #define reg_iop_sw_spu_rw_cpu_intr___intr13___lsb 13 | ||
383 | #define reg_iop_sw_spu_rw_cpu_intr___intr13___width 1 | ||
384 | #define reg_iop_sw_spu_rw_cpu_intr___intr13___bit 13 | ||
385 | #define reg_iop_sw_spu_rw_cpu_intr___intr14___lsb 14 | ||
386 | #define reg_iop_sw_spu_rw_cpu_intr___intr14___width 1 | ||
387 | #define reg_iop_sw_spu_rw_cpu_intr___intr14___bit 14 | ||
388 | #define reg_iop_sw_spu_rw_cpu_intr___intr15___lsb 15 | ||
389 | #define reg_iop_sw_spu_rw_cpu_intr___intr15___width 1 | ||
390 | #define reg_iop_sw_spu_rw_cpu_intr___intr15___bit 15 | ||
391 | #define reg_iop_sw_spu_rw_cpu_intr_offset 148 | ||
392 | |||
393 | /* Register r_cpu_intr, scope iop_sw_spu, type r */ | ||
394 | #define reg_iop_sw_spu_r_cpu_intr___intr0___lsb 0 | ||
395 | #define reg_iop_sw_spu_r_cpu_intr___intr0___width 1 | ||
396 | #define reg_iop_sw_spu_r_cpu_intr___intr0___bit 0 | ||
397 | #define reg_iop_sw_spu_r_cpu_intr___intr1___lsb 1 | ||
398 | #define reg_iop_sw_spu_r_cpu_intr___intr1___width 1 | ||
399 | #define reg_iop_sw_spu_r_cpu_intr___intr1___bit 1 | ||
400 | #define reg_iop_sw_spu_r_cpu_intr___intr2___lsb 2 | ||
401 | #define reg_iop_sw_spu_r_cpu_intr___intr2___width 1 | ||
402 | #define reg_iop_sw_spu_r_cpu_intr___intr2___bit 2 | ||
403 | #define reg_iop_sw_spu_r_cpu_intr___intr3___lsb 3 | ||
404 | #define reg_iop_sw_spu_r_cpu_intr___intr3___width 1 | ||
405 | #define reg_iop_sw_spu_r_cpu_intr___intr3___bit 3 | ||
406 | #define reg_iop_sw_spu_r_cpu_intr___intr4___lsb 4 | ||
407 | #define reg_iop_sw_spu_r_cpu_intr___intr4___width 1 | ||
408 | #define reg_iop_sw_spu_r_cpu_intr___intr4___bit 4 | ||
409 | #define reg_iop_sw_spu_r_cpu_intr___intr5___lsb 5 | ||
410 | #define reg_iop_sw_spu_r_cpu_intr___intr5___width 1 | ||
411 | #define reg_iop_sw_spu_r_cpu_intr___intr5___bit 5 | ||
412 | #define reg_iop_sw_spu_r_cpu_intr___intr6___lsb 6 | ||
413 | #define reg_iop_sw_spu_r_cpu_intr___intr6___width 1 | ||
414 | #define reg_iop_sw_spu_r_cpu_intr___intr6___bit 6 | ||
415 | #define reg_iop_sw_spu_r_cpu_intr___intr7___lsb 7 | ||
416 | #define reg_iop_sw_spu_r_cpu_intr___intr7___width 1 | ||
417 | #define reg_iop_sw_spu_r_cpu_intr___intr7___bit 7 | ||
418 | #define reg_iop_sw_spu_r_cpu_intr___intr8___lsb 8 | ||
419 | #define reg_iop_sw_spu_r_cpu_intr___intr8___width 1 | ||
420 | #define reg_iop_sw_spu_r_cpu_intr___intr8___bit 8 | ||
421 | #define reg_iop_sw_spu_r_cpu_intr___intr9___lsb 9 | ||
422 | #define reg_iop_sw_spu_r_cpu_intr___intr9___width 1 | ||
423 | #define reg_iop_sw_spu_r_cpu_intr___intr9___bit 9 | ||
424 | #define reg_iop_sw_spu_r_cpu_intr___intr10___lsb 10 | ||
425 | #define reg_iop_sw_spu_r_cpu_intr___intr10___width 1 | ||
426 | #define reg_iop_sw_spu_r_cpu_intr___intr10___bit 10 | ||
427 | #define reg_iop_sw_spu_r_cpu_intr___intr11___lsb 11 | ||
428 | #define reg_iop_sw_spu_r_cpu_intr___intr11___width 1 | ||
429 | #define reg_iop_sw_spu_r_cpu_intr___intr11___bit 11 | ||
430 | #define reg_iop_sw_spu_r_cpu_intr___intr12___lsb 12 | ||
431 | #define reg_iop_sw_spu_r_cpu_intr___intr12___width 1 | ||
432 | #define reg_iop_sw_spu_r_cpu_intr___intr12___bit 12 | ||
433 | #define reg_iop_sw_spu_r_cpu_intr___intr13___lsb 13 | ||
434 | #define reg_iop_sw_spu_r_cpu_intr___intr13___width 1 | ||
435 | #define reg_iop_sw_spu_r_cpu_intr___intr13___bit 13 | ||
436 | #define reg_iop_sw_spu_r_cpu_intr___intr14___lsb 14 | ||
437 | #define reg_iop_sw_spu_r_cpu_intr___intr14___width 1 | ||
438 | #define reg_iop_sw_spu_r_cpu_intr___intr14___bit 14 | ||
439 | #define reg_iop_sw_spu_r_cpu_intr___intr15___lsb 15 | ||
440 | #define reg_iop_sw_spu_r_cpu_intr___intr15___width 1 | ||
441 | #define reg_iop_sw_spu_r_cpu_intr___intr15___bit 15 | ||
442 | #define reg_iop_sw_spu_r_cpu_intr_offset 152 | ||
443 | |||
444 | /* Register r_hw_intr, scope iop_sw_spu, type r */ | ||
445 | #define reg_iop_sw_spu_r_hw_intr___trigger_grp0___lsb 0 | ||
446 | #define reg_iop_sw_spu_r_hw_intr___trigger_grp0___width 1 | ||
447 | #define reg_iop_sw_spu_r_hw_intr___trigger_grp0___bit 0 | ||
448 | #define reg_iop_sw_spu_r_hw_intr___trigger_grp1___lsb 1 | ||
449 | #define reg_iop_sw_spu_r_hw_intr___trigger_grp1___width 1 | ||
450 | #define reg_iop_sw_spu_r_hw_intr___trigger_grp1___bit 1 | ||
451 | #define reg_iop_sw_spu_r_hw_intr___trigger_grp2___lsb 2 | ||
452 | #define reg_iop_sw_spu_r_hw_intr___trigger_grp2___width 1 | ||
453 | #define reg_iop_sw_spu_r_hw_intr___trigger_grp2___bit 2 | ||
454 | #define reg_iop_sw_spu_r_hw_intr___trigger_grp3___lsb 3 | ||
455 | #define reg_iop_sw_spu_r_hw_intr___trigger_grp3___width 1 | ||
456 | #define reg_iop_sw_spu_r_hw_intr___trigger_grp3___bit 3 | ||
457 | #define reg_iop_sw_spu_r_hw_intr___trigger_grp4___lsb 4 | ||
458 | #define reg_iop_sw_spu_r_hw_intr___trigger_grp4___width 1 | ||
459 | #define reg_iop_sw_spu_r_hw_intr___trigger_grp4___bit 4 | ||
460 | #define reg_iop_sw_spu_r_hw_intr___trigger_grp5___lsb 5 | ||
461 | #define reg_iop_sw_spu_r_hw_intr___trigger_grp5___width 1 | ||
462 | #define reg_iop_sw_spu_r_hw_intr___trigger_grp5___bit 5 | ||
463 | #define reg_iop_sw_spu_r_hw_intr___trigger_grp6___lsb 6 | ||
464 | #define reg_iop_sw_spu_r_hw_intr___trigger_grp6___width 1 | ||
465 | #define reg_iop_sw_spu_r_hw_intr___trigger_grp6___bit 6 | ||
466 | #define reg_iop_sw_spu_r_hw_intr___trigger_grp7___lsb 7 | ||
467 | #define reg_iop_sw_spu_r_hw_intr___trigger_grp7___width 1 | ||
468 | #define reg_iop_sw_spu_r_hw_intr___trigger_grp7___bit 7 | ||
469 | #define reg_iop_sw_spu_r_hw_intr___timer_grp0___lsb 8 | ||
470 | #define reg_iop_sw_spu_r_hw_intr___timer_grp0___width 1 | ||
471 | #define reg_iop_sw_spu_r_hw_intr___timer_grp0___bit 8 | ||
472 | #define reg_iop_sw_spu_r_hw_intr___timer_grp1___lsb 9 | ||
473 | #define reg_iop_sw_spu_r_hw_intr___timer_grp1___width 1 | ||
474 | #define reg_iop_sw_spu_r_hw_intr___timer_grp1___bit 9 | ||
475 | #define reg_iop_sw_spu_r_hw_intr___timer_grp2___lsb 10 | ||
476 | #define reg_iop_sw_spu_r_hw_intr___timer_grp2___width 1 | ||
477 | #define reg_iop_sw_spu_r_hw_intr___timer_grp2___bit 10 | ||
478 | #define reg_iop_sw_spu_r_hw_intr___timer_grp3___lsb 11 | ||
479 | #define reg_iop_sw_spu_r_hw_intr___timer_grp3___width 1 | ||
480 | #define reg_iop_sw_spu_r_hw_intr___timer_grp3___bit 11 | ||
481 | #define reg_iop_sw_spu_r_hw_intr___fifo_out0___lsb 12 | ||
482 | #define reg_iop_sw_spu_r_hw_intr___fifo_out0___width 1 | ||
483 | #define reg_iop_sw_spu_r_hw_intr___fifo_out0___bit 12 | ||
484 | #define reg_iop_sw_spu_r_hw_intr___fifo_out0_extra___lsb 13 | ||
485 | #define reg_iop_sw_spu_r_hw_intr___fifo_out0_extra___width 1 | ||
486 | #define reg_iop_sw_spu_r_hw_intr___fifo_out0_extra___bit 13 | ||
487 | #define reg_iop_sw_spu_r_hw_intr___fifo_in0___lsb 14 | ||
488 | #define reg_iop_sw_spu_r_hw_intr___fifo_in0___width 1 | ||
489 | #define reg_iop_sw_spu_r_hw_intr___fifo_in0___bit 14 | ||
490 | #define reg_iop_sw_spu_r_hw_intr___fifo_in0_extra___lsb 15 | ||
491 | #define reg_iop_sw_spu_r_hw_intr___fifo_in0_extra___width 1 | ||
492 | #define reg_iop_sw_spu_r_hw_intr___fifo_in0_extra___bit 15 | ||
493 | #define reg_iop_sw_spu_r_hw_intr___fifo_out1___lsb 16 | ||
494 | #define reg_iop_sw_spu_r_hw_intr___fifo_out1___width 1 | ||
495 | #define reg_iop_sw_spu_r_hw_intr___fifo_out1___bit 16 | ||
496 | #define reg_iop_sw_spu_r_hw_intr___fifo_out1_extra___lsb 17 | ||
497 | #define reg_iop_sw_spu_r_hw_intr___fifo_out1_extra___width 1 | ||
498 | #define reg_iop_sw_spu_r_hw_intr___fifo_out1_extra___bit 17 | ||
499 | #define reg_iop_sw_spu_r_hw_intr___fifo_in1___lsb 18 | ||
500 | #define reg_iop_sw_spu_r_hw_intr___fifo_in1___width 1 | ||
501 | #define reg_iop_sw_spu_r_hw_intr___fifo_in1___bit 18 | ||
502 | #define reg_iop_sw_spu_r_hw_intr___fifo_in1_extra___lsb 19 | ||
503 | #define reg_iop_sw_spu_r_hw_intr___fifo_in1_extra___width 1 | ||
504 | #define reg_iop_sw_spu_r_hw_intr___fifo_in1_extra___bit 19 | ||
505 | #define reg_iop_sw_spu_r_hw_intr___dmc_out0___lsb 20 | ||
506 | #define reg_iop_sw_spu_r_hw_intr___dmc_out0___width 1 | ||
507 | #define reg_iop_sw_spu_r_hw_intr___dmc_out0___bit 20 | ||
508 | #define reg_iop_sw_spu_r_hw_intr___dmc_in0___lsb 21 | ||
509 | #define reg_iop_sw_spu_r_hw_intr___dmc_in0___width 1 | ||
510 | #define reg_iop_sw_spu_r_hw_intr___dmc_in0___bit 21 | ||
511 | #define reg_iop_sw_spu_r_hw_intr___dmc_out1___lsb 22 | ||
512 | #define reg_iop_sw_spu_r_hw_intr___dmc_out1___width 1 | ||
513 | #define reg_iop_sw_spu_r_hw_intr___dmc_out1___bit 22 | ||
514 | #define reg_iop_sw_spu_r_hw_intr___dmc_in1___lsb 23 | ||
515 | #define reg_iop_sw_spu_r_hw_intr___dmc_in1___width 1 | ||
516 | #define reg_iop_sw_spu_r_hw_intr___dmc_in1___bit 23 | ||
517 | #define reg_iop_sw_spu_r_hw_intr_offset 156 | ||
518 | |||
519 | /* Register rw_mpu_intr, scope iop_sw_spu, type rw */ | ||
520 | #define reg_iop_sw_spu_rw_mpu_intr___intr0___lsb 0 | ||
521 | #define reg_iop_sw_spu_rw_mpu_intr___intr0___width 1 | ||
522 | #define reg_iop_sw_spu_rw_mpu_intr___intr0___bit 0 | ||
523 | #define reg_iop_sw_spu_rw_mpu_intr___intr1___lsb 1 | ||
524 | #define reg_iop_sw_spu_rw_mpu_intr___intr1___width 1 | ||
525 | #define reg_iop_sw_spu_rw_mpu_intr___intr1___bit 1 | ||
526 | #define reg_iop_sw_spu_rw_mpu_intr___intr2___lsb 2 | ||
527 | #define reg_iop_sw_spu_rw_mpu_intr___intr2___width 1 | ||
528 | #define reg_iop_sw_spu_rw_mpu_intr___intr2___bit 2 | ||
529 | #define reg_iop_sw_spu_rw_mpu_intr___intr3___lsb 3 | ||
530 | #define reg_iop_sw_spu_rw_mpu_intr___intr3___width 1 | ||
531 | #define reg_iop_sw_spu_rw_mpu_intr___intr3___bit 3 | ||
532 | #define reg_iop_sw_spu_rw_mpu_intr___intr4___lsb 4 | ||
533 | #define reg_iop_sw_spu_rw_mpu_intr___intr4___width 1 | ||
534 | #define reg_iop_sw_spu_rw_mpu_intr___intr4___bit 4 | ||
535 | #define reg_iop_sw_spu_rw_mpu_intr___intr5___lsb 5 | ||
536 | #define reg_iop_sw_spu_rw_mpu_intr___intr5___width 1 | ||
537 | #define reg_iop_sw_spu_rw_mpu_intr___intr5___bit 5 | ||
538 | #define reg_iop_sw_spu_rw_mpu_intr___intr6___lsb 6 | ||
539 | #define reg_iop_sw_spu_rw_mpu_intr___intr6___width 1 | ||
540 | #define reg_iop_sw_spu_rw_mpu_intr___intr6___bit 6 | ||
541 | #define reg_iop_sw_spu_rw_mpu_intr___intr7___lsb 7 | ||
542 | #define reg_iop_sw_spu_rw_mpu_intr___intr7___width 1 | ||
543 | #define reg_iop_sw_spu_rw_mpu_intr___intr7___bit 7 | ||
544 | #define reg_iop_sw_spu_rw_mpu_intr___intr8___lsb 8 | ||
545 | #define reg_iop_sw_spu_rw_mpu_intr___intr8___width 1 | ||
546 | #define reg_iop_sw_spu_rw_mpu_intr___intr8___bit 8 | ||
547 | #define reg_iop_sw_spu_rw_mpu_intr___intr9___lsb 9 | ||
548 | #define reg_iop_sw_spu_rw_mpu_intr___intr9___width 1 | ||
549 | #define reg_iop_sw_spu_rw_mpu_intr___intr9___bit 9 | ||
550 | #define reg_iop_sw_spu_rw_mpu_intr___intr10___lsb 10 | ||
551 | #define reg_iop_sw_spu_rw_mpu_intr___intr10___width 1 | ||
552 | #define reg_iop_sw_spu_rw_mpu_intr___intr10___bit 10 | ||
553 | #define reg_iop_sw_spu_rw_mpu_intr___intr11___lsb 11 | ||
554 | #define reg_iop_sw_spu_rw_mpu_intr___intr11___width 1 | ||
555 | #define reg_iop_sw_spu_rw_mpu_intr___intr11___bit 11 | ||
556 | #define reg_iop_sw_spu_rw_mpu_intr___intr12___lsb 12 | ||
557 | #define reg_iop_sw_spu_rw_mpu_intr___intr12___width 1 | ||
558 | #define reg_iop_sw_spu_rw_mpu_intr___intr12___bit 12 | ||
559 | #define reg_iop_sw_spu_rw_mpu_intr___intr13___lsb 13 | ||
560 | #define reg_iop_sw_spu_rw_mpu_intr___intr13___width 1 | ||
561 | #define reg_iop_sw_spu_rw_mpu_intr___intr13___bit 13 | ||
562 | #define reg_iop_sw_spu_rw_mpu_intr___intr14___lsb 14 | ||
563 | #define reg_iop_sw_spu_rw_mpu_intr___intr14___width 1 | ||
564 | #define reg_iop_sw_spu_rw_mpu_intr___intr14___bit 14 | ||
565 | #define reg_iop_sw_spu_rw_mpu_intr___intr15___lsb 15 | ||
566 | #define reg_iop_sw_spu_rw_mpu_intr___intr15___width 1 | ||
567 | #define reg_iop_sw_spu_rw_mpu_intr___intr15___bit 15 | ||
568 | #define reg_iop_sw_spu_rw_mpu_intr_offset 160 | ||
569 | |||
570 | /* Register r_mpu_intr, scope iop_sw_spu, type r */ | ||
571 | #define reg_iop_sw_spu_r_mpu_intr___intr0___lsb 0 | ||
572 | #define reg_iop_sw_spu_r_mpu_intr___intr0___width 1 | ||
573 | #define reg_iop_sw_spu_r_mpu_intr___intr0___bit 0 | ||
574 | #define reg_iop_sw_spu_r_mpu_intr___intr1___lsb 1 | ||
575 | #define reg_iop_sw_spu_r_mpu_intr___intr1___width 1 | ||
576 | #define reg_iop_sw_spu_r_mpu_intr___intr1___bit 1 | ||
577 | #define reg_iop_sw_spu_r_mpu_intr___intr2___lsb 2 | ||
578 | #define reg_iop_sw_spu_r_mpu_intr___intr2___width 1 | ||
579 | #define reg_iop_sw_spu_r_mpu_intr___intr2___bit 2 | ||
580 | #define reg_iop_sw_spu_r_mpu_intr___intr3___lsb 3 | ||
581 | #define reg_iop_sw_spu_r_mpu_intr___intr3___width 1 | ||
582 | #define reg_iop_sw_spu_r_mpu_intr___intr3___bit 3 | ||
583 | #define reg_iop_sw_spu_r_mpu_intr___intr4___lsb 4 | ||
584 | #define reg_iop_sw_spu_r_mpu_intr___intr4___width 1 | ||
585 | #define reg_iop_sw_spu_r_mpu_intr___intr4___bit 4 | ||
586 | #define reg_iop_sw_spu_r_mpu_intr___intr5___lsb 5 | ||
587 | #define reg_iop_sw_spu_r_mpu_intr___intr5___width 1 | ||
588 | #define reg_iop_sw_spu_r_mpu_intr___intr5___bit 5 | ||
589 | #define reg_iop_sw_spu_r_mpu_intr___intr6___lsb 6 | ||
590 | #define reg_iop_sw_spu_r_mpu_intr___intr6___width 1 | ||
591 | #define reg_iop_sw_spu_r_mpu_intr___intr6___bit 6 | ||
592 | #define reg_iop_sw_spu_r_mpu_intr___intr7___lsb 7 | ||
593 | #define reg_iop_sw_spu_r_mpu_intr___intr7___width 1 | ||
594 | #define reg_iop_sw_spu_r_mpu_intr___intr7___bit 7 | ||
595 | #define reg_iop_sw_spu_r_mpu_intr___intr8___lsb 8 | ||
596 | #define reg_iop_sw_spu_r_mpu_intr___intr8___width 1 | ||
597 | #define reg_iop_sw_spu_r_mpu_intr___intr8___bit 8 | ||
598 | #define reg_iop_sw_spu_r_mpu_intr___intr9___lsb 9 | ||
599 | #define reg_iop_sw_spu_r_mpu_intr___intr9___width 1 | ||
600 | #define reg_iop_sw_spu_r_mpu_intr___intr9___bit 9 | ||
601 | #define reg_iop_sw_spu_r_mpu_intr___intr10___lsb 10 | ||
602 | #define reg_iop_sw_spu_r_mpu_intr___intr10___width 1 | ||
603 | #define reg_iop_sw_spu_r_mpu_intr___intr10___bit 10 | ||
604 | #define reg_iop_sw_spu_r_mpu_intr___intr11___lsb 11 | ||
605 | #define reg_iop_sw_spu_r_mpu_intr___intr11___width 1 | ||
606 | #define reg_iop_sw_spu_r_mpu_intr___intr11___bit 11 | ||
607 | #define reg_iop_sw_spu_r_mpu_intr___intr12___lsb 12 | ||
608 | #define reg_iop_sw_spu_r_mpu_intr___intr12___width 1 | ||
609 | #define reg_iop_sw_spu_r_mpu_intr___intr12___bit 12 | ||
610 | #define reg_iop_sw_spu_r_mpu_intr___intr13___lsb 13 | ||
611 | #define reg_iop_sw_spu_r_mpu_intr___intr13___width 1 | ||
612 | #define reg_iop_sw_spu_r_mpu_intr___intr13___bit 13 | ||
613 | #define reg_iop_sw_spu_r_mpu_intr___intr14___lsb 14 | ||
614 | #define reg_iop_sw_spu_r_mpu_intr___intr14___width 1 | ||
615 | #define reg_iop_sw_spu_r_mpu_intr___intr14___bit 14 | ||
616 | #define reg_iop_sw_spu_r_mpu_intr___intr15___lsb 15 | ||
617 | #define reg_iop_sw_spu_r_mpu_intr___intr15___width 1 | ||
618 | #define reg_iop_sw_spu_r_mpu_intr___intr15___bit 15 | ||
619 | #define reg_iop_sw_spu_r_mpu_intr___other_spu_intr0___lsb 16 | ||
620 | #define reg_iop_sw_spu_r_mpu_intr___other_spu_intr0___width 1 | ||
621 | #define reg_iop_sw_spu_r_mpu_intr___other_spu_intr0___bit 16 | ||
622 | #define reg_iop_sw_spu_r_mpu_intr___other_spu_intr1___lsb 17 | ||
623 | #define reg_iop_sw_spu_r_mpu_intr___other_spu_intr1___width 1 | ||
624 | #define reg_iop_sw_spu_r_mpu_intr___other_spu_intr1___bit 17 | ||
625 | #define reg_iop_sw_spu_r_mpu_intr___other_spu_intr2___lsb 18 | ||
626 | #define reg_iop_sw_spu_r_mpu_intr___other_spu_intr2___width 1 | ||
627 | #define reg_iop_sw_spu_r_mpu_intr___other_spu_intr2___bit 18 | ||
628 | #define reg_iop_sw_spu_r_mpu_intr___other_spu_intr3___lsb 19 | ||
629 | #define reg_iop_sw_spu_r_mpu_intr___other_spu_intr3___width 1 | ||
630 | #define reg_iop_sw_spu_r_mpu_intr___other_spu_intr3___bit 19 | ||
631 | #define reg_iop_sw_spu_r_mpu_intr___other_spu_intr4___lsb 20 | ||
632 | #define reg_iop_sw_spu_r_mpu_intr___other_spu_intr4___width 1 | ||
633 | #define reg_iop_sw_spu_r_mpu_intr___other_spu_intr4___bit 20 | ||
634 | #define reg_iop_sw_spu_r_mpu_intr___other_spu_intr5___lsb 21 | ||
635 | #define reg_iop_sw_spu_r_mpu_intr___other_spu_intr5___width 1 | ||
636 | #define reg_iop_sw_spu_r_mpu_intr___other_spu_intr5___bit 21 | ||
637 | #define reg_iop_sw_spu_r_mpu_intr___other_spu_intr6___lsb 22 | ||
638 | #define reg_iop_sw_spu_r_mpu_intr___other_spu_intr6___width 1 | ||
639 | #define reg_iop_sw_spu_r_mpu_intr___other_spu_intr6___bit 22 | ||
640 | #define reg_iop_sw_spu_r_mpu_intr___other_spu_intr7___lsb 23 | ||
641 | #define reg_iop_sw_spu_r_mpu_intr___other_spu_intr7___width 1 | ||
642 | #define reg_iop_sw_spu_r_mpu_intr___other_spu_intr7___bit 23 | ||
643 | #define reg_iop_sw_spu_r_mpu_intr___other_spu_intr8___lsb 24 | ||
644 | #define reg_iop_sw_spu_r_mpu_intr___other_spu_intr8___width 1 | ||
645 | #define reg_iop_sw_spu_r_mpu_intr___other_spu_intr8___bit 24 | ||
646 | #define reg_iop_sw_spu_r_mpu_intr___other_spu_intr9___lsb 25 | ||
647 | #define reg_iop_sw_spu_r_mpu_intr___other_spu_intr9___width 1 | ||
648 | #define reg_iop_sw_spu_r_mpu_intr___other_spu_intr9___bit 25 | ||
649 | #define reg_iop_sw_spu_r_mpu_intr___other_spu_intr10___lsb 26 | ||
650 | #define reg_iop_sw_spu_r_mpu_intr___other_spu_intr10___width 1 | ||
651 | #define reg_iop_sw_spu_r_mpu_intr___other_spu_intr10___bit 26 | ||
652 | #define reg_iop_sw_spu_r_mpu_intr___other_spu_intr11___lsb 27 | ||
653 | #define reg_iop_sw_spu_r_mpu_intr___other_spu_intr11___width 1 | ||
654 | #define reg_iop_sw_spu_r_mpu_intr___other_spu_intr11___bit 27 | ||
655 | #define reg_iop_sw_spu_r_mpu_intr___other_spu_intr12___lsb 28 | ||
656 | #define reg_iop_sw_spu_r_mpu_intr___other_spu_intr12___width 1 | ||
657 | #define reg_iop_sw_spu_r_mpu_intr___other_spu_intr12___bit 28 | ||
658 | #define reg_iop_sw_spu_r_mpu_intr___other_spu_intr13___lsb 29 | ||
659 | #define reg_iop_sw_spu_r_mpu_intr___other_spu_intr13___width 1 | ||
660 | #define reg_iop_sw_spu_r_mpu_intr___other_spu_intr13___bit 29 | ||
661 | #define reg_iop_sw_spu_r_mpu_intr___other_spu_intr14___lsb 30 | ||
662 | #define reg_iop_sw_spu_r_mpu_intr___other_spu_intr14___width 1 | ||
663 | #define reg_iop_sw_spu_r_mpu_intr___other_spu_intr14___bit 30 | ||
664 | #define reg_iop_sw_spu_r_mpu_intr___other_spu_intr15___lsb 31 | ||
665 | #define reg_iop_sw_spu_r_mpu_intr___other_spu_intr15___width 1 | ||
666 | #define reg_iop_sw_spu_r_mpu_intr___other_spu_intr15___bit 31 | ||
667 | #define reg_iop_sw_spu_r_mpu_intr_offset 164 | ||
668 | |||
669 | |||
670 | /* Constants */ | ||
671 | #define regk_iop_sw_spu_copy 0x00000000 | ||
672 | #define regk_iop_sw_spu_no 0x00000000 | ||
673 | #define regk_iop_sw_spu_nop 0x00000000 | ||
674 | #define regk_iop_sw_spu_rd 0x00000002 | ||
675 | #define regk_iop_sw_spu_reg_copy 0x00000001 | ||
676 | #define regk_iop_sw_spu_rw_bus0_clr_mask_default 0x00000000 | ||
677 | #define regk_iop_sw_spu_rw_bus0_oe_clr_mask_default 0x00000000 | ||
678 | #define regk_iop_sw_spu_rw_bus0_oe_set_mask_default 0x00000000 | ||
679 | #define regk_iop_sw_spu_rw_bus0_set_mask_default 0x00000000 | ||
680 | #define regk_iop_sw_spu_rw_bus1_clr_mask_default 0x00000000 | ||
681 | #define regk_iop_sw_spu_rw_bus1_oe_clr_mask_default 0x00000000 | ||
682 | #define regk_iop_sw_spu_rw_bus1_oe_set_mask_default 0x00000000 | ||
683 | #define regk_iop_sw_spu_rw_bus1_set_mask_default 0x00000000 | ||
684 | #define regk_iop_sw_spu_rw_gio_clr_mask_default 0x00000000 | ||
685 | #define regk_iop_sw_spu_rw_gio_oe_clr_mask_default 0x00000000 | ||
686 | #define regk_iop_sw_spu_rw_gio_oe_set_mask_default 0x00000000 | ||
687 | #define regk_iop_sw_spu_rw_gio_set_mask_default 0x00000000 | ||
688 | #define regk_iop_sw_spu_set 0x00000001 | ||
689 | #define regk_iop_sw_spu_wr 0x00000003 | ||
690 | #define regk_iop_sw_spu_yes 0x00000001 | ||
691 | #endif /* __iop_sw_spu_defs_asm_h */ | ||
diff --git a/include/asm-cris/arch-v32/hwregs/iop/asm/iop_timer_grp_defs_asm.h b/include/asm-cris/arch-v32/hwregs/iop/asm/iop_timer_grp_defs_asm.h new file mode 100644 index 000000000000..7129a9a4bedc --- /dev/null +++ b/include/asm-cris/arch-v32/hwregs/iop/asm/iop_timer_grp_defs_asm.h | |||
@@ -0,0 +1,237 @@ | |||
1 | #ifndef __iop_timer_grp_defs_asm_h | ||
2 | #define __iop_timer_grp_defs_asm_h | ||
3 | |||
4 | /* | ||
5 | * This file is autogenerated from | ||
6 | * file: ../../inst/io_proc/rtl/iop_timer_grp.r | ||
7 | * id: iop_timer_grp.r,v 1.29 2005/02/16 09:13:27 niklaspa Exp | ||
8 | * last modfied: Mon Apr 11 16:08:46 2005 | ||
9 | * | ||
10 | * by /n/asic/design/tools/rdesc/src/rdes2c -asm --outfile asm/iop_timer_grp_defs_asm.h ../../inst/io_proc/rtl/iop_timer_grp.r | ||
11 | * id: $Id: iop_timer_grp_defs_asm.h,v 1.5 2005/04/24 18:31:07 starvik Exp $ | ||
12 | * Any changes here will be lost. | ||
13 | * | ||
14 | * -*- buffer-read-only: t -*- | ||
15 | */ | ||
16 | |||
17 | #ifndef REG_FIELD | ||
18 | #define REG_FIELD( scope, reg, field, value ) \ | ||
19 | REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) | ||
20 | #define REG_FIELD_X_( value, shift ) ((value) << shift) | ||
21 | #endif | ||
22 | |||
23 | #ifndef REG_STATE | ||
24 | #define REG_STATE( scope, reg, field, symbolic_value ) \ | ||
25 | REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) | ||
26 | #define REG_STATE_X_( k, shift ) (k << shift) | ||
27 | #endif | ||
28 | |||
29 | #ifndef REG_MASK | ||
30 | #define REG_MASK( scope, reg, field ) \ | ||
31 | REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) | ||
32 | #define REG_MASK_X_( width, lsb ) (((1 << width)-1) << lsb) | ||
33 | #endif | ||
34 | |||
35 | #ifndef REG_LSB | ||
36 | #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb | ||
37 | #endif | ||
38 | |||
39 | #ifndef REG_BIT | ||
40 | #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit | ||
41 | #endif | ||
42 | |||
43 | #ifndef REG_ADDR | ||
44 | #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) | ||
45 | #define REG_ADDR_X_( inst, offs ) ((inst) + offs) | ||
46 | #endif | ||
47 | |||
48 | #ifndef REG_ADDR_VECT | ||
49 | #define REG_ADDR_VECT( scope, inst, reg, index ) \ | ||
50 | REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \ | ||
51 | STRIDE_##scope##_##reg ) | ||
52 | #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ | ||
53 | ((inst) + offs + (index) * stride) | ||
54 | #endif | ||
55 | |||
56 | /* Register rw_cfg, scope iop_timer_grp, type rw */ | ||
57 | #define reg_iop_timer_grp_rw_cfg___clk_src___lsb 0 | ||
58 | #define reg_iop_timer_grp_rw_cfg___clk_src___width 1 | ||
59 | #define reg_iop_timer_grp_rw_cfg___clk_src___bit 0 | ||
60 | #define reg_iop_timer_grp_rw_cfg___trig___lsb 1 | ||
61 | #define reg_iop_timer_grp_rw_cfg___trig___width 2 | ||
62 | #define reg_iop_timer_grp_rw_cfg___clk_gen_div___lsb 3 | ||
63 | #define reg_iop_timer_grp_rw_cfg___clk_gen_div___width 8 | ||
64 | #define reg_iop_timer_grp_rw_cfg___clk_div___lsb 11 | ||
65 | #define reg_iop_timer_grp_rw_cfg___clk_div___width 8 | ||
66 | #define reg_iop_timer_grp_rw_cfg_offset 0 | ||
67 | |||
68 | /* Register rw_half_period, scope iop_timer_grp, type rw */ | ||
69 | #define reg_iop_timer_grp_rw_half_period___quota_lo___lsb 0 | ||
70 | #define reg_iop_timer_grp_rw_half_period___quota_lo___width 15 | ||
71 | #define reg_iop_timer_grp_rw_half_period___quota_hi___lsb 15 | ||
72 | #define reg_iop_timer_grp_rw_half_period___quota_hi___width 15 | ||
73 | #define reg_iop_timer_grp_rw_half_period___quota_hi_sel___lsb 30 | ||
74 | #define reg_iop_timer_grp_rw_half_period___quota_hi_sel___width 1 | ||
75 | #define reg_iop_timer_grp_rw_half_period___quota_hi_sel___bit 30 | ||
76 | #define reg_iop_timer_grp_rw_half_period_offset 4 | ||
77 | |||
78 | /* Register rw_half_period_len, scope iop_timer_grp, type rw */ | ||
79 | #define reg_iop_timer_grp_rw_half_period_len_offset 8 | ||
80 | |||
81 | #define STRIDE_iop_timer_grp_rw_tmr_cfg 4 | ||
82 | /* Register rw_tmr_cfg, scope iop_timer_grp, type rw */ | ||
83 | #define reg_iop_timer_grp_rw_tmr_cfg___clk_src___lsb 0 | ||
84 | #define reg_iop_timer_grp_rw_tmr_cfg___clk_src___width 3 | ||
85 | #define reg_iop_timer_grp_rw_tmr_cfg___strb___lsb 3 | ||
86 | #define reg_iop_timer_grp_rw_tmr_cfg___strb___width 2 | ||
87 | #define reg_iop_timer_grp_rw_tmr_cfg___run_mode___lsb 5 | ||
88 | #define reg_iop_timer_grp_rw_tmr_cfg___run_mode___width 2 | ||
89 | #define reg_iop_timer_grp_rw_tmr_cfg___out_mode___lsb 7 | ||
90 | #define reg_iop_timer_grp_rw_tmr_cfg___out_mode___width 1 | ||
91 | #define reg_iop_timer_grp_rw_tmr_cfg___out_mode___bit 7 | ||
92 | #define reg_iop_timer_grp_rw_tmr_cfg___active_on_tmr___lsb 8 | ||
93 | #define reg_iop_timer_grp_rw_tmr_cfg___active_on_tmr___width 2 | ||
94 | #define reg_iop_timer_grp_rw_tmr_cfg___inv___lsb 10 | ||
95 | #define reg_iop_timer_grp_rw_tmr_cfg___inv___width 1 | ||
96 | #define reg_iop_timer_grp_rw_tmr_cfg___inv___bit 10 | ||
97 | #define reg_iop_timer_grp_rw_tmr_cfg___en_by_tmr___lsb 11 | ||
98 | #define reg_iop_timer_grp_rw_tmr_cfg___en_by_tmr___width 2 | ||
99 | #define reg_iop_timer_grp_rw_tmr_cfg___dis_by_tmr___lsb 13 | ||
100 | #define reg_iop_timer_grp_rw_tmr_cfg___dis_by_tmr___width 2 | ||
101 | #define reg_iop_timer_grp_rw_tmr_cfg___en_only_by_reg___lsb 15 | ||
102 | #define reg_iop_timer_grp_rw_tmr_cfg___en_only_by_reg___width 1 | ||
103 | #define reg_iop_timer_grp_rw_tmr_cfg___en_only_by_reg___bit 15 | ||
104 | #define reg_iop_timer_grp_rw_tmr_cfg___dis_only_by_reg___lsb 16 | ||
105 | #define reg_iop_timer_grp_rw_tmr_cfg___dis_only_by_reg___width 1 | ||
106 | #define reg_iop_timer_grp_rw_tmr_cfg___dis_only_by_reg___bit 16 | ||
107 | #define reg_iop_timer_grp_rw_tmr_cfg___rst_at_en_strb___lsb 17 | ||
108 | #define reg_iop_timer_grp_rw_tmr_cfg___rst_at_en_strb___width 1 | ||
109 | #define reg_iop_timer_grp_rw_tmr_cfg___rst_at_en_strb___bit 17 | ||
110 | #define reg_iop_timer_grp_rw_tmr_cfg_offset 12 | ||
111 | |||
112 | #define STRIDE_iop_timer_grp_rw_tmr_len 4 | ||
113 | /* Register rw_tmr_len, scope iop_timer_grp, type rw */ | ||
114 | #define reg_iop_timer_grp_rw_tmr_len___val___lsb 0 | ||
115 | #define reg_iop_timer_grp_rw_tmr_len___val___width 16 | ||
116 | #define reg_iop_timer_grp_rw_tmr_len_offset 44 | ||
117 | |||
118 | /* Register rw_cmd, scope iop_timer_grp, type rw */ | ||
119 | #define reg_iop_timer_grp_rw_cmd___rst___lsb 0 | ||
120 | #define reg_iop_timer_grp_rw_cmd___rst___width 4 | ||
121 | #define reg_iop_timer_grp_rw_cmd___en___lsb 4 | ||
122 | #define reg_iop_timer_grp_rw_cmd___en___width 4 | ||
123 | #define reg_iop_timer_grp_rw_cmd___dis___lsb 8 | ||
124 | #define reg_iop_timer_grp_rw_cmd___dis___width 4 | ||
125 | #define reg_iop_timer_grp_rw_cmd___strb___lsb 12 | ||
126 | #define reg_iop_timer_grp_rw_cmd___strb___width 4 | ||
127 | #define reg_iop_timer_grp_rw_cmd_offset 60 | ||
128 | |||
129 | /* Register r_clk_gen_cnt, scope iop_timer_grp, type r */ | ||
130 | #define reg_iop_timer_grp_r_clk_gen_cnt_offset 64 | ||
131 | |||
132 | #define STRIDE_iop_timer_grp_rs_tmr_cnt 8 | ||
133 | /* Register rs_tmr_cnt, scope iop_timer_grp, type rs */ | ||
134 | #define reg_iop_timer_grp_rs_tmr_cnt___val___lsb 0 | ||
135 | #define reg_iop_timer_grp_rs_tmr_cnt___val___width 16 | ||
136 | #define reg_iop_timer_grp_rs_tmr_cnt_offset 68 | ||
137 | |||
138 | #define STRIDE_iop_timer_grp_r_tmr_cnt 8 | ||
139 | /* Register r_tmr_cnt, scope iop_timer_grp, type r */ | ||
140 | #define reg_iop_timer_grp_r_tmr_cnt___val___lsb 0 | ||
141 | #define reg_iop_timer_grp_r_tmr_cnt___val___width 16 | ||
142 | #define reg_iop_timer_grp_r_tmr_cnt_offset 72 | ||
143 | |||
144 | /* Register rw_intr_mask, scope iop_timer_grp, type rw */ | ||
145 | #define reg_iop_timer_grp_rw_intr_mask___tmr0___lsb 0 | ||
146 | #define reg_iop_timer_grp_rw_intr_mask___tmr0___width 1 | ||
147 | #define reg_iop_timer_grp_rw_intr_mask___tmr0___bit 0 | ||
148 | #define reg_iop_timer_grp_rw_intr_mask___tmr1___lsb 1 | ||
149 | #define reg_iop_timer_grp_rw_intr_mask___tmr1___width 1 | ||
150 | #define reg_iop_timer_grp_rw_intr_mask___tmr1___bit 1 | ||
151 | #define reg_iop_timer_grp_rw_intr_mask___tmr2___lsb 2 | ||
152 | #define reg_iop_timer_grp_rw_intr_mask___tmr2___width 1 | ||
153 | #define reg_iop_timer_grp_rw_intr_mask___tmr2___bit 2 | ||
154 | #define reg_iop_timer_grp_rw_intr_mask___tmr3___lsb 3 | ||
155 | #define reg_iop_timer_grp_rw_intr_mask___tmr3___width 1 | ||
156 | #define reg_iop_timer_grp_rw_intr_mask___tmr3___bit 3 | ||
157 | #define reg_iop_timer_grp_rw_intr_mask_offset 100 | ||
158 | |||
159 | /* Register rw_ack_intr, scope iop_timer_grp, type rw */ | ||
160 | #define reg_iop_timer_grp_rw_ack_intr___tmr0___lsb 0 | ||
161 | #define reg_iop_timer_grp_rw_ack_intr___tmr0___width 1 | ||
162 | #define reg_iop_timer_grp_rw_ack_intr___tmr0___bit 0 | ||
163 | #define reg_iop_timer_grp_rw_ack_intr___tmr1___lsb 1 | ||
164 | #define reg_iop_timer_grp_rw_ack_intr___tmr1___width 1 | ||
165 | #define reg_iop_timer_grp_rw_ack_intr___tmr1___bit 1 | ||
166 | #define reg_iop_timer_grp_rw_ack_intr___tmr2___lsb 2 | ||
167 | #define reg_iop_timer_grp_rw_ack_intr___tmr2___width 1 | ||
168 | #define reg_iop_timer_grp_rw_ack_intr___tmr2___bit 2 | ||
169 | #define reg_iop_timer_grp_rw_ack_intr___tmr3___lsb 3 | ||
170 | #define reg_iop_timer_grp_rw_ack_intr___tmr3___width 1 | ||
171 | #define reg_iop_timer_grp_rw_ack_intr___tmr3___bit 3 | ||
172 | #define reg_iop_timer_grp_rw_ack_intr_offset 104 | ||
173 | |||
174 | /* Register r_intr, scope iop_timer_grp, type r */ | ||
175 | #define reg_iop_timer_grp_r_intr___tmr0___lsb 0 | ||
176 | #define reg_iop_timer_grp_r_intr___tmr0___width 1 | ||
177 | #define reg_iop_timer_grp_r_intr___tmr0___bit 0 | ||
178 | #define reg_iop_timer_grp_r_intr___tmr1___lsb 1 | ||
179 | #define reg_iop_timer_grp_r_intr___tmr1___width 1 | ||
180 | #define reg_iop_timer_grp_r_intr___tmr1___bit 1 | ||
181 | #define reg_iop_timer_grp_r_intr___tmr2___lsb 2 | ||
182 | #define reg_iop_timer_grp_r_intr___tmr2___width 1 | ||
183 | #define reg_iop_timer_grp_r_intr___tmr2___bit 2 | ||
184 | #define reg_iop_timer_grp_r_intr___tmr3___lsb 3 | ||
185 | #define reg_iop_timer_grp_r_intr___tmr3___width 1 | ||
186 | #define reg_iop_timer_grp_r_intr___tmr3___bit 3 | ||
187 | #define reg_iop_timer_grp_r_intr_offset 108 | ||
188 | |||
189 | /* Register r_masked_intr, scope iop_timer_grp, type r */ | ||
190 | #define reg_iop_timer_grp_r_masked_intr___tmr0___lsb 0 | ||
191 | #define reg_iop_timer_grp_r_masked_intr___tmr0___width 1 | ||
192 | #define reg_iop_timer_grp_r_masked_intr___tmr0___bit 0 | ||
193 | #define reg_iop_timer_grp_r_masked_intr___tmr1___lsb 1 | ||
194 | #define reg_iop_timer_grp_r_masked_intr___tmr1___width 1 | ||
195 | #define reg_iop_timer_grp_r_masked_intr___tmr1___bit 1 | ||
196 | #define reg_iop_timer_grp_r_masked_intr___tmr2___lsb 2 | ||
197 | #define reg_iop_timer_grp_r_masked_intr___tmr2___width 1 | ||
198 | #define reg_iop_timer_grp_r_masked_intr___tmr2___bit 2 | ||
199 | #define reg_iop_timer_grp_r_masked_intr___tmr3___lsb 3 | ||
200 | #define reg_iop_timer_grp_r_masked_intr___tmr3___width 1 | ||
201 | #define reg_iop_timer_grp_r_masked_intr___tmr3___bit 3 | ||
202 | #define reg_iop_timer_grp_r_masked_intr_offset 112 | ||
203 | |||
204 | |||
205 | /* Constants */ | ||
206 | #define regk_iop_timer_grp_clk200 0x00000000 | ||
207 | #define regk_iop_timer_grp_clk_gen 0x00000002 | ||
208 | #define regk_iop_timer_grp_complete 0x00000002 | ||
209 | #define regk_iop_timer_grp_div_clk200 0x00000001 | ||
210 | #define regk_iop_timer_grp_div_clk_gen 0x00000003 | ||
211 | #define regk_iop_timer_grp_ext 0x00000001 | ||
212 | #define regk_iop_timer_grp_hi 0x00000000 | ||
213 | #define regk_iop_timer_grp_long_period 0x00000001 | ||
214 | #define regk_iop_timer_grp_neg 0x00000002 | ||
215 | #define regk_iop_timer_grp_no 0x00000000 | ||
216 | #define regk_iop_timer_grp_once 0x00000003 | ||
217 | #define regk_iop_timer_grp_pause 0x00000001 | ||
218 | #define regk_iop_timer_grp_pos 0x00000001 | ||
219 | #define regk_iop_timer_grp_pos_neg 0x00000003 | ||
220 | #define regk_iop_timer_grp_pulse 0x00000000 | ||
221 | #define regk_iop_timer_grp_r_tmr_cnt_size 0x00000004 | ||
222 | #define regk_iop_timer_grp_rs_tmr_cnt_size 0x00000004 | ||
223 | #define regk_iop_timer_grp_rw_cfg_default 0x00000002 | ||
224 | #define regk_iop_timer_grp_rw_intr_mask_default 0x00000000 | ||
225 | #define regk_iop_timer_grp_rw_tmr_cfg_default0 0x00018000 | ||
226 | #define regk_iop_timer_grp_rw_tmr_cfg_default1 0x0001a900 | ||
227 | #define regk_iop_timer_grp_rw_tmr_cfg_default2 0x0001d200 | ||
228 | #define regk_iop_timer_grp_rw_tmr_cfg_default3 0x0001fb00 | ||
229 | #define regk_iop_timer_grp_rw_tmr_cfg_size 0x00000004 | ||
230 | #define regk_iop_timer_grp_rw_tmr_len_default 0x00000000 | ||
231 | #define regk_iop_timer_grp_rw_tmr_len_size 0x00000004 | ||
232 | #define regk_iop_timer_grp_short_period 0x00000000 | ||
233 | #define regk_iop_timer_grp_stop 0x00000000 | ||
234 | #define regk_iop_timer_grp_tmr 0x00000004 | ||
235 | #define regk_iop_timer_grp_toggle 0x00000001 | ||
236 | #define regk_iop_timer_grp_yes 0x00000001 | ||
237 | #endif /* __iop_timer_grp_defs_asm_h */ | ||
diff --git a/include/asm-cris/arch-v32/hwregs/iop/asm/iop_trigger_grp_defs_asm.h b/include/asm-cris/arch-v32/hwregs/iop/asm/iop_trigger_grp_defs_asm.h new file mode 100644 index 000000000000..1005d9db80dc --- /dev/null +++ b/include/asm-cris/arch-v32/hwregs/iop/asm/iop_trigger_grp_defs_asm.h | |||
@@ -0,0 +1,157 @@ | |||
1 | #ifndef __iop_trigger_grp_defs_asm_h | ||
2 | #define __iop_trigger_grp_defs_asm_h | ||
3 | |||
4 | /* | ||
5 | * This file is autogenerated from | ||
6 | * file: ../../inst/io_proc/rtl/iop_trigger_grp.r | ||
7 | * id: iop_trigger_grp.r,v 0.20 2005/02/16 09:13:20 niklaspa Exp | ||
8 | * last modfied: Mon Apr 11 16:08:46 2005 | ||
9 | * | ||
10 | * by /n/asic/design/tools/rdesc/src/rdes2c -asm --outfile asm/iop_trigger_grp_defs_asm.h ../../inst/io_proc/rtl/iop_trigger_grp.r | ||
11 | * id: $Id: iop_trigger_grp_defs_asm.h,v 1.5 2005/04/24 18:31:07 starvik Exp $ | ||
12 | * Any changes here will be lost. | ||
13 | * | ||
14 | * -*- buffer-read-only: t -*- | ||
15 | */ | ||
16 | |||
17 | #ifndef REG_FIELD | ||
18 | #define REG_FIELD( scope, reg, field, value ) \ | ||
19 | REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) | ||
20 | #define REG_FIELD_X_( value, shift ) ((value) << shift) | ||
21 | #endif | ||
22 | |||
23 | #ifndef REG_STATE | ||
24 | #define REG_STATE( scope, reg, field, symbolic_value ) \ | ||
25 | REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) | ||
26 | #define REG_STATE_X_( k, shift ) (k << shift) | ||
27 | #endif | ||
28 | |||
29 | #ifndef REG_MASK | ||
30 | #define REG_MASK( scope, reg, field ) \ | ||
31 | REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) | ||
32 | #define REG_MASK_X_( width, lsb ) (((1 << width)-1) << lsb) | ||
33 | #endif | ||
34 | |||
35 | #ifndef REG_LSB | ||
36 | #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb | ||
37 | #endif | ||
38 | |||
39 | #ifndef REG_BIT | ||
40 | #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit | ||
41 | #endif | ||
42 | |||
43 | #ifndef REG_ADDR | ||
44 | #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) | ||
45 | #define REG_ADDR_X_( inst, offs ) ((inst) + offs) | ||
46 | #endif | ||
47 | |||
48 | #ifndef REG_ADDR_VECT | ||
49 | #define REG_ADDR_VECT( scope, inst, reg, index ) \ | ||
50 | REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \ | ||
51 | STRIDE_##scope##_##reg ) | ||
52 | #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ | ||
53 | ((inst) + offs + (index) * stride) | ||
54 | #endif | ||
55 | |||
56 | #define STRIDE_iop_trigger_grp_rw_cfg 4 | ||
57 | /* Register rw_cfg, scope iop_trigger_grp, type rw */ | ||
58 | #define reg_iop_trigger_grp_rw_cfg___action___lsb 0 | ||
59 | #define reg_iop_trigger_grp_rw_cfg___action___width 2 | ||
60 | #define reg_iop_trigger_grp_rw_cfg___once___lsb 2 | ||
61 | #define reg_iop_trigger_grp_rw_cfg___once___width 1 | ||
62 | #define reg_iop_trigger_grp_rw_cfg___once___bit 2 | ||
63 | #define reg_iop_trigger_grp_rw_cfg___trig___lsb 3 | ||
64 | #define reg_iop_trigger_grp_rw_cfg___trig___width 3 | ||
65 | #define reg_iop_trigger_grp_rw_cfg___en_only_by_reg___lsb 6 | ||
66 | #define reg_iop_trigger_grp_rw_cfg___en_only_by_reg___width 1 | ||
67 | #define reg_iop_trigger_grp_rw_cfg___en_only_by_reg___bit 6 | ||
68 | #define reg_iop_trigger_grp_rw_cfg___dis_only_by_reg___lsb 7 | ||
69 | #define reg_iop_trigger_grp_rw_cfg___dis_only_by_reg___width 1 | ||
70 | #define reg_iop_trigger_grp_rw_cfg___dis_only_by_reg___bit 7 | ||
71 | #define reg_iop_trigger_grp_rw_cfg_offset 0 | ||
72 | |||
73 | /* Register rw_cmd, scope iop_trigger_grp, type rw */ | ||
74 | #define reg_iop_trigger_grp_rw_cmd___dis___lsb 0 | ||
75 | #define reg_iop_trigger_grp_rw_cmd___dis___width 4 | ||
76 | #define reg_iop_trigger_grp_rw_cmd___en___lsb 4 | ||
77 | #define reg_iop_trigger_grp_rw_cmd___en___width 4 | ||
78 | #define reg_iop_trigger_grp_rw_cmd_offset 16 | ||
79 | |||
80 | /* Register rw_intr_mask, scope iop_trigger_grp, type rw */ | ||
81 | #define reg_iop_trigger_grp_rw_intr_mask___trig0___lsb 0 | ||
82 | #define reg_iop_trigger_grp_rw_intr_mask___trig0___width 1 | ||
83 | #define reg_iop_trigger_grp_rw_intr_mask___trig0___bit 0 | ||
84 | #define reg_iop_trigger_grp_rw_intr_mask___trig1___lsb 1 | ||
85 | #define reg_iop_trigger_grp_rw_intr_mask___trig1___width 1 | ||
86 | #define reg_iop_trigger_grp_rw_intr_mask___trig1___bit 1 | ||
87 | #define reg_iop_trigger_grp_rw_intr_mask___trig2___lsb 2 | ||
88 | #define reg_iop_trigger_grp_rw_intr_mask___trig2___width 1 | ||
89 | #define reg_iop_trigger_grp_rw_intr_mask___trig2___bit 2 | ||
90 | #define reg_iop_trigger_grp_rw_intr_mask___trig3___lsb 3 | ||
91 | #define reg_iop_trigger_grp_rw_intr_mask___trig3___width 1 | ||
92 | #define reg_iop_trigger_grp_rw_intr_mask___trig3___bit 3 | ||
93 | #define reg_iop_trigger_grp_rw_intr_mask_offset 20 | ||
94 | |||
95 | /* Register rw_ack_intr, scope iop_trigger_grp, type rw */ | ||
96 | #define reg_iop_trigger_grp_rw_ack_intr___trig0___lsb 0 | ||
97 | #define reg_iop_trigger_grp_rw_ack_intr___trig0___width 1 | ||
98 | #define reg_iop_trigger_grp_rw_ack_intr___trig0___bit 0 | ||
99 | #define reg_iop_trigger_grp_rw_ack_intr___trig1___lsb 1 | ||
100 | #define reg_iop_trigger_grp_rw_ack_intr___trig1___width 1 | ||
101 | #define reg_iop_trigger_grp_rw_ack_intr___trig1___bit 1 | ||
102 | #define reg_iop_trigger_grp_rw_ack_intr___trig2___lsb 2 | ||
103 | #define reg_iop_trigger_grp_rw_ack_intr___trig2___width 1 | ||
104 | #define reg_iop_trigger_grp_rw_ack_intr___trig2___bit 2 | ||
105 | #define reg_iop_trigger_grp_rw_ack_intr___trig3___lsb 3 | ||
106 | #define reg_iop_trigger_grp_rw_ack_intr___trig3___width 1 | ||
107 | #define reg_iop_trigger_grp_rw_ack_intr___trig3___bit 3 | ||
108 | #define reg_iop_trigger_grp_rw_ack_intr_offset 24 | ||
109 | |||
110 | /* Register r_intr, scope iop_trigger_grp, type r */ | ||
111 | #define reg_iop_trigger_grp_r_intr___trig0___lsb 0 | ||
112 | #define reg_iop_trigger_grp_r_intr___trig0___width 1 | ||
113 | #define reg_iop_trigger_grp_r_intr___trig0___bit 0 | ||
114 | #define reg_iop_trigger_grp_r_intr___trig1___lsb 1 | ||
115 | #define reg_iop_trigger_grp_r_intr___trig1___width 1 | ||
116 | #define reg_iop_trigger_grp_r_intr___trig1___bit 1 | ||
117 | #define reg_iop_trigger_grp_r_intr___trig2___lsb 2 | ||
118 | #define reg_iop_trigger_grp_r_intr___trig2___width 1 | ||
119 | #define reg_iop_trigger_grp_r_intr___trig2___bit 2 | ||
120 | #define reg_iop_trigger_grp_r_intr___trig3___lsb 3 | ||
121 | #define reg_iop_trigger_grp_r_intr___trig3___width 1 | ||
122 | #define reg_iop_trigger_grp_r_intr___trig3___bit 3 | ||
123 | #define reg_iop_trigger_grp_r_intr_offset 28 | ||
124 | |||
125 | /* Register r_masked_intr, scope iop_trigger_grp, type r */ | ||
126 | #define reg_iop_trigger_grp_r_masked_intr___trig0___lsb 0 | ||
127 | #define reg_iop_trigger_grp_r_masked_intr___trig0___width 1 | ||
128 | #define reg_iop_trigger_grp_r_masked_intr___trig0___bit 0 | ||
129 | #define reg_iop_trigger_grp_r_masked_intr___trig1___lsb 1 | ||
130 | #define reg_iop_trigger_grp_r_masked_intr___trig1___width 1 | ||
131 | #define reg_iop_trigger_grp_r_masked_intr___trig1___bit 1 | ||
132 | #define reg_iop_trigger_grp_r_masked_intr___trig2___lsb 2 | ||
133 | #define reg_iop_trigger_grp_r_masked_intr___trig2___width 1 | ||
134 | #define reg_iop_trigger_grp_r_masked_intr___trig2___bit 2 | ||
135 | #define reg_iop_trigger_grp_r_masked_intr___trig3___lsb 3 | ||
136 | #define reg_iop_trigger_grp_r_masked_intr___trig3___width 1 | ||
137 | #define reg_iop_trigger_grp_r_masked_intr___trig3___bit 3 | ||
138 | #define reg_iop_trigger_grp_r_masked_intr_offset 32 | ||
139 | |||
140 | |||
141 | /* Constants */ | ||
142 | #define regk_iop_trigger_grp_fall 0x00000002 | ||
143 | #define regk_iop_trigger_grp_fall_lo 0x00000006 | ||
144 | #define regk_iop_trigger_grp_no 0x00000000 | ||
145 | #define regk_iop_trigger_grp_off 0x00000000 | ||
146 | #define regk_iop_trigger_grp_pulse 0x00000000 | ||
147 | #define regk_iop_trigger_grp_rise 0x00000001 | ||
148 | #define regk_iop_trigger_grp_rise_fall 0x00000003 | ||
149 | #define regk_iop_trigger_grp_rise_fall_hi 0x00000007 | ||
150 | #define regk_iop_trigger_grp_rise_fall_lo 0x00000004 | ||
151 | #define regk_iop_trigger_grp_rise_hi 0x00000005 | ||
152 | #define regk_iop_trigger_grp_rw_cfg_default 0x000000c0 | ||
153 | #define regk_iop_trigger_grp_rw_cfg_size 0x00000004 | ||
154 | #define regk_iop_trigger_grp_rw_intr_mask_default 0x00000000 | ||
155 | #define regk_iop_trigger_grp_toggle 0x00000003 | ||
156 | #define regk_iop_trigger_grp_yes 0x00000001 | ||
157 | #endif /* __iop_trigger_grp_defs_asm_h */ | ||
diff --git a/include/asm-cris/arch-v32/hwregs/iop/asm/iop_version_defs_asm.h b/include/asm-cris/arch-v32/hwregs/iop/asm/iop_version_defs_asm.h new file mode 100644 index 000000000000..e13feb20a7e3 --- /dev/null +++ b/include/asm-cris/arch-v32/hwregs/iop/asm/iop_version_defs_asm.h | |||
@@ -0,0 +1,64 @@ | |||
1 | #ifndef __iop_version_defs_asm_h | ||
2 | #define __iop_version_defs_asm_h | ||
3 | |||
4 | /* | ||
5 | * This file is autogenerated from | ||
6 | * file: ../../inst/io_proc/rtl/guinness/iop_version.r | ||
7 | * id: iop_version.r,v 1.3 2004/04/22 12:37:54 jonaso Exp | ||
8 | * last modfied: Mon Apr 11 16:08:44 2005 | ||
9 | * | ||
10 | * by /n/asic/design/tools/rdesc/src/rdes2c -asm --outfile asm/iop_version_defs_asm.h ../../inst/io_proc/rtl/guinness/iop_version.r | ||
11 | * id: $Id: iop_version_defs_asm.h,v 1.5 2005/04/24 18:31:07 starvik Exp $ | ||
12 | * Any changes here will be lost. | ||
13 | * | ||
14 | * -*- buffer-read-only: t -*- | ||
15 | */ | ||
16 | |||
17 | #ifndef REG_FIELD | ||
18 | #define REG_FIELD( scope, reg, field, value ) \ | ||
19 | REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb ) | ||
20 | #define REG_FIELD_X_( value, shift ) ((value) << shift) | ||
21 | #endif | ||
22 | |||
23 | #ifndef REG_STATE | ||
24 | #define REG_STATE( scope, reg, field, symbolic_value ) \ | ||
25 | REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb ) | ||
26 | #define REG_STATE_X_( k, shift ) (k << shift) | ||
27 | #endif | ||
28 | |||
29 | #ifndef REG_MASK | ||
30 | #define REG_MASK( scope, reg, field ) \ | ||
31 | REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb ) | ||
32 | #define REG_MASK_X_( width, lsb ) (((1 << width)-1) << lsb) | ||
33 | #endif | ||
34 | |||
35 | #ifndef REG_LSB | ||
36 | #define REG_LSB( scope, reg, field ) reg_##scope##_##reg##___##field##___lsb | ||
37 | #endif | ||
38 | |||
39 | #ifndef REG_BIT | ||
40 | #define REG_BIT( scope, reg, field ) reg_##scope##_##reg##___##field##___bit | ||
41 | #endif | ||
42 | |||
43 | #ifndef REG_ADDR | ||
44 | #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) | ||
45 | #define REG_ADDR_X_( inst, offs ) ((inst) + offs) | ||
46 | #endif | ||
47 | |||
48 | #ifndef REG_ADDR_VECT | ||
49 | #define REG_ADDR_VECT( scope, inst, reg, index ) \ | ||
50 | REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \ | ||
51 | STRIDE_##scope##_##reg ) | ||
52 | #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ | ||
53 | ((inst) + offs + (index) * stride) | ||
54 | #endif | ||
55 | |||
56 | /* Register r_version, scope iop_version, type r */ | ||
57 | #define reg_iop_version_r_version___nr___lsb 0 | ||
58 | #define reg_iop_version_r_version___nr___width 8 | ||
59 | #define reg_iop_version_r_version_offset 0 | ||
60 | |||
61 | |||
62 | /* Constants */ | ||
63 | #define regk_iop_version_v1_0 0x00000001 | ||
64 | #endif /* __iop_version_defs_asm_h */ | ||
diff --git a/include/asm-cris/arch-v32/hwregs/iop/iop_crc_par_defs.h b/include/asm-cris/arch-v32/hwregs/iop/iop_crc_par_defs.h new file mode 100644 index 000000000000..90e4785b6474 --- /dev/null +++ b/include/asm-cris/arch-v32/hwregs/iop/iop_crc_par_defs.h | |||
@@ -0,0 +1,232 @@ | |||
1 | #ifndef __iop_crc_par_defs_h | ||
2 | #define __iop_crc_par_defs_h | ||
3 | |||
4 | /* | ||
5 | * This file is autogenerated from | ||
6 | * file: ../../inst/io_proc/rtl/iop_crc_par.r | ||
7 | * id: <not found> | ||
8 | * last modfied: Mon Apr 11 16:08:45 2005 | ||
9 | * | ||
10 | * by /n/asic/design/tools/rdesc/src/rdes2c --outfile iop_crc_par_defs.h ../../inst/io_proc/rtl/iop_crc_par.r | ||
11 | * id: $Id: iop_crc_par_defs.h,v 1.5 2005/04/24 18:31:05 starvik Exp $ | ||
12 | * Any changes here will be lost. | ||
13 | * | ||
14 | * -*- buffer-read-only: t -*- | ||
15 | */ | ||
16 | /* Main access macros */ | ||
17 | #ifndef REG_RD | ||
18 | #define REG_RD( scope, inst, reg ) \ | ||
19 | REG_READ( reg_##scope##_##reg, \ | ||
20 | (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
21 | #endif | ||
22 | |||
23 | #ifndef REG_WR | ||
24 | #define REG_WR( scope, inst, reg, val ) \ | ||
25 | REG_WRITE( reg_##scope##_##reg, \ | ||
26 | (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) | ||
27 | #endif | ||
28 | |||
29 | #ifndef REG_RD_VECT | ||
30 | #define REG_RD_VECT( scope, inst, reg, index ) \ | ||
31 | REG_READ( reg_##scope##_##reg, \ | ||
32 | (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
33 | (index) * STRIDE_##scope##_##reg ) | ||
34 | #endif | ||
35 | |||
36 | #ifndef REG_WR_VECT | ||
37 | #define REG_WR_VECT( scope, inst, reg, index, val ) \ | ||
38 | REG_WRITE( reg_##scope##_##reg, \ | ||
39 | (inst) + REG_WR_ADDR_##scope##_##reg + \ | ||
40 | (index) * STRIDE_##scope##_##reg, (val) ) | ||
41 | #endif | ||
42 | |||
43 | #ifndef REG_RD_INT | ||
44 | #define REG_RD_INT( scope, inst, reg ) \ | ||
45 | REG_READ( int, (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
46 | #endif | ||
47 | |||
48 | #ifndef REG_WR_INT | ||
49 | #define REG_WR_INT( scope, inst, reg, val ) \ | ||
50 | REG_WRITE( int, (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) | ||
51 | #endif | ||
52 | |||
53 | #ifndef REG_RD_INT_VECT | ||
54 | #define REG_RD_INT_VECT( scope, inst, reg, index ) \ | ||
55 | REG_READ( int, (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
56 | (index) * STRIDE_##scope##_##reg ) | ||
57 | #endif | ||
58 | |||
59 | #ifndef REG_WR_INT_VECT | ||
60 | #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ | ||
61 | REG_WRITE( int, (inst) + REG_WR_ADDR_##scope##_##reg + \ | ||
62 | (index) * STRIDE_##scope##_##reg, (val) ) | ||
63 | #endif | ||
64 | |||
65 | #ifndef REG_TYPE_CONV | ||
66 | #define REG_TYPE_CONV( type, orgtype, val ) \ | ||
67 | ( { union { orgtype o; type n; } r; r.o = val; r.n; } ) | ||
68 | #endif | ||
69 | |||
70 | #ifndef reg_page_size | ||
71 | #define reg_page_size 8192 | ||
72 | #endif | ||
73 | |||
74 | #ifndef REG_ADDR | ||
75 | #define REG_ADDR( scope, inst, reg ) \ | ||
76 | ( (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
77 | #endif | ||
78 | |||
79 | #ifndef REG_ADDR_VECT | ||
80 | #define REG_ADDR_VECT( scope, inst, reg, index ) \ | ||
81 | ( (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
82 | (index) * STRIDE_##scope##_##reg ) | ||
83 | #endif | ||
84 | |||
85 | /* C-code for register scope iop_crc_par */ | ||
86 | |||
87 | /* Register rw_cfg, scope iop_crc_par, type rw */ | ||
88 | typedef struct { | ||
89 | unsigned int mode : 1; | ||
90 | unsigned int crc_out : 1; | ||
91 | unsigned int rev_out : 1; | ||
92 | unsigned int inv_out : 1; | ||
93 | unsigned int trig : 2; | ||
94 | unsigned int poly : 3; | ||
95 | unsigned int dummy1 : 23; | ||
96 | } reg_iop_crc_par_rw_cfg; | ||
97 | #define REG_RD_ADDR_iop_crc_par_rw_cfg 0 | ||
98 | #define REG_WR_ADDR_iop_crc_par_rw_cfg 0 | ||
99 | |||
100 | /* Register rw_init_crc, scope iop_crc_par, type rw */ | ||
101 | typedef unsigned int reg_iop_crc_par_rw_init_crc; | ||
102 | #define REG_RD_ADDR_iop_crc_par_rw_init_crc 4 | ||
103 | #define REG_WR_ADDR_iop_crc_par_rw_init_crc 4 | ||
104 | |||
105 | /* Register rw_correct_crc, scope iop_crc_par, type rw */ | ||
106 | typedef unsigned int reg_iop_crc_par_rw_correct_crc; | ||
107 | #define REG_RD_ADDR_iop_crc_par_rw_correct_crc 8 | ||
108 | #define REG_WR_ADDR_iop_crc_par_rw_correct_crc 8 | ||
109 | |||
110 | /* Register rw_ctrl, scope iop_crc_par, type rw */ | ||
111 | typedef struct { | ||
112 | unsigned int en : 1; | ||
113 | unsigned int dummy1 : 31; | ||
114 | } reg_iop_crc_par_rw_ctrl; | ||
115 | #define REG_RD_ADDR_iop_crc_par_rw_ctrl 12 | ||
116 | #define REG_WR_ADDR_iop_crc_par_rw_ctrl 12 | ||
117 | |||
118 | /* Register rw_set_last, scope iop_crc_par, type rw */ | ||
119 | typedef struct { | ||
120 | unsigned int tr_dif : 1; | ||
121 | unsigned int dummy1 : 31; | ||
122 | } reg_iop_crc_par_rw_set_last; | ||
123 | #define REG_RD_ADDR_iop_crc_par_rw_set_last 16 | ||
124 | #define REG_WR_ADDR_iop_crc_par_rw_set_last 16 | ||
125 | |||
126 | /* Register rw_wr1byte, scope iop_crc_par, type rw */ | ||
127 | typedef struct { | ||
128 | unsigned int data : 8; | ||
129 | unsigned int dummy1 : 24; | ||
130 | } reg_iop_crc_par_rw_wr1byte; | ||
131 | #define REG_RD_ADDR_iop_crc_par_rw_wr1byte 20 | ||
132 | #define REG_WR_ADDR_iop_crc_par_rw_wr1byte 20 | ||
133 | |||
134 | /* Register rw_wr2byte, scope iop_crc_par, type rw */ | ||
135 | typedef struct { | ||
136 | unsigned int data : 16; | ||
137 | unsigned int dummy1 : 16; | ||
138 | } reg_iop_crc_par_rw_wr2byte; | ||
139 | #define REG_RD_ADDR_iop_crc_par_rw_wr2byte 24 | ||
140 | #define REG_WR_ADDR_iop_crc_par_rw_wr2byte 24 | ||
141 | |||
142 | /* Register rw_wr3byte, scope iop_crc_par, type rw */ | ||
143 | typedef struct { | ||
144 | unsigned int data : 24; | ||
145 | unsigned int dummy1 : 8; | ||
146 | } reg_iop_crc_par_rw_wr3byte; | ||
147 | #define REG_RD_ADDR_iop_crc_par_rw_wr3byte 28 | ||
148 | #define REG_WR_ADDR_iop_crc_par_rw_wr3byte 28 | ||
149 | |||
150 | /* Register rw_wr4byte, scope iop_crc_par, type rw */ | ||
151 | typedef struct { | ||
152 | unsigned int data : 32; | ||
153 | } reg_iop_crc_par_rw_wr4byte; | ||
154 | #define REG_RD_ADDR_iop_crc_par_rw_wr4byte 32 | ||
155 | #define REG_WR_ADDR_iop_crc_par_rw_wr4byte 32 | ||
156 | |||
157 | /* Register rw_wr1byte_last, scope iop_crc_par, type rw */ | ||
158 | typedef struct { | ||
159 | unsigned int data : 8; | ||
160 | unsigned int dummy1 : 24; | ||
161 | } reg_iop_crc_par_rw_wr1byte_last; | ||
162 | #define REG_RD_ADDR_iop_crc_par_rw_wr1byte_last 36 | ||
163 | #define REG_WR_ADDR_iop_crc_par_rw_wr1byte_last 36 | ||
164 | |||
165 | /* Register rw_wr2byte_last, scope iop_crc_par, type rw */ | ||
166 | typedef struct { | ||
167 | unsigned int data : 16; | ||
168 | unsigned int dummy1 : 16; | ||
169 | } reg_iop_crc_par_rw_wr2byte_last; | ||
170 | #define REG_RD_ADDR_iop_crc_par_rw_wr2byte_last 40 | ||
171 | #define REG_WR_ADDR_iop_crc_par_rw_wr2byte_last 40 | ||
172 | |||
173 | /* Register rw_wr3byte_last, scope iop_crc_par, type rw */ | ||
174 | typedef struct { | ||
175 | unsigned int data : 24; | ||
176 | unsigned int dummy1 : 8; | ||
177 | } reg_iop_crc_par_rw_wr3byte_last; | ||
178 | #define REG_RD_ADDR_iop_crc_par_rw_wr3byte_last 44 | ||
179 | #define REG_WR_ADDR_iop_crc_par_rw_wr3byte_last 44 | ||
180 | |||
181 | /* Register rw_wr4byte_last, scope iop_crc_par, type rw */ | ||
182 | typedef struct { | ||
183 | unsigned int data : 32; | ||
184 | } reg_iop_crc_par_rw_wr4byte_last; | ||
185 | #define REG_RD_ADDR_iop_crc_par_rw_wr4byte_last 48 | ||
186 | #define REG_WR_ADDR_iop_crc_par_rw_wr4byte_last 48 | ||
187 | |||
188 | /* Register r_stat, scope iop_crc_par, type r */ | ||
189 | typedef struct { | ||
190 | unsigned int err : 1; | ||
191 | unsigned int busy : 1; | ||
192 | unsigned int dummy1 : 30; | ||
193 | } reg_iop_crc_par_r_stat; | ||
194 | #define REG_RD_ADDR_iop_crc_par_r_stat 52 | ||
195 | |||
196 | /* Register r_sh_reg, scope iop_crc_par, type r */ | ||
197 | typedef unsigned int reg_iop_crc_par_r_sh_reg; | ||
198 | #define REG_RD_ADDR_iop_crc_par_r_sh_reg 56 | ||
199 | |||
200 | /* Register r_crc, scope iop_crc_par, type r */ | ||
201 | typedef unsigned int reg_iop_crc_par_r_crc; | ||
202 | #define REG_RD_ADDR_iop_crc_par_r_crc 60 | ||
203 | |||
204 | /* Register rw_strb_rec_dif_in, scope iop_crc_par, type rw */ | ||
205 | typedef struct { | ||
206 | unsigned int last : 2; | ||
207 | unsigned int dummy1 : 30; | ||
208 | } reg_iop_crc_par_rw_strb_rec_dif_in; | ||
209 | #define REG_RD_ADDR_iop_crc_par_rw_strb_rec_dif_in 64 | ||
210 | #define REG_WR_ADDR_iop_crc_par_rw_strb_rec_dif_in 64 | ||
211 | |||
212 | |||
213 | /* Constants */ | ||
214 | enum { | ||
215 | regk_iop_crc_par_calc = 0x00000001, | ||
216 | regk_iop_crc_par_ccitt = 0x00000002, | ||
217 | regk_iop_crc_par_check = 0x00000000, | ||
218 | regk_iop_crc_par_crc16 = 0x00000001, | ||
219 | regk_iop_crc_par_crc32 = 0x00000000, | ||
220 | regk_iop_crc_par_crc5 = 0x00000003, | ||
221 | regk_iop_crc_par_crc5_11 = 0x00000004, | ||
222 | regk_iop_crc_par_dif_in = 0x00000002, | ||
223 | regk_iop_crc_par_hi = 0x00000000, | ||
224 | regk_iop_crc_par_neg = 0x00000002, | ||
225 | regk_iop_crc_par_no = 0x00000000, | ||
226 | regk_iop_crc_par_pos = 0x00000001, | ||
227 | regk_iop_crc_par_pos_neg = 0x00000003, | ||
228 | regk_iop_crc_par_rw_cfg_default = 0x00000000, | ||
229 | regk_iop_crc_par_rw_ctrl_default = 0x00000000, | ||
230 | regk_iop_crc_par_yes = 0x00000001 | ||
231 | }; | ||
232 | #endif /* __iop_crc_par_defs_h */ | ||
diff --git a/include/asm-cris/arch-v32/hwregs/iop/iop_dmc_in_defs.h b/include/asm-cris/arch-v32/hwregs/iop/iop_dmc_in_defs.h new file mode 100644 index 000000000000..76aec6e37f3e --- /dev/null +++ b/include/asm-cris/arch-v32/hwregs/iop/iop_dmc_in_defs.h | |||
@@ -0,0 +1,325 @@ | |||
1 | #ifndef __iop_dmc_in_defs_h | ||
2 | #define __iop_dmc_in_defs_h | ||
3 | |||
4 | /* | ||
5 | * This file is autogenerated from | ||
6 | * file: ../../inst/io_proc/rtl/iop_dmc_in.r | ||
7 | * id: iop_dmc_in.r,v 1.26 2005/02/16 09:14:17 niklaspa Exp | ||
8 | * last modfied: Mon Apr 11 16:08:45 2005 | ||
9 | * | ||
10 | * by /n/asic/design/tools/rdesc/src/rdes2c --outfile iop_dmc_in_defs.h ../../inst/io_proc/rtl/iop_dmc_in.r | ||
11 | * id: $Id: iop_dmc_in_defs.h,v 1.5 2005/04/24 18:31:05 starvik Exp $ | ||
12 | * Any changes here will be lost. | ||
13 | * | ||
14 | * -*- buffer-read-only: t -*- | ||
15 | */ | ||
16 | /* Main access macros */ | ||
17 | #ifndef REG_RD | ||
18 | #define REG_RD( scope, inst, reg ) \ | ||
19 | REG_READ( reg_##scope##_##reg, \ | ||
20 | (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
21 | #endif | ||
22 | |||
23 | #ifndef REG_WR | ||
24 | #define REG_WR( scope, inst, reg, val ) \ | ||
25 | REG_WRITE( reg_##scope##_##reg, \ | ||
26 | (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) | ||
27 | #endif | ||
28 | |||
29 | #ifndef REG_RD_VECT | ||
30 | #define REG_RD_VECT( scope, inst, reg, index ) \ | ||
31 | REG_READ( reg_##scope##_##reg, \ | ||
32 | (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
33 | (index) * STRIDE_##scope##_##reg ) | ||
34 | #endif | ||
35 | |||
36 | #ifndef REG_WR_VECT | ||
37 | #define REG_WR_VECT( scope, inst, reg, index, val ) \ | ||
38 | REG_WRITE( reg_##scope##_##reg, \ | ||
39 | (inst) + REG_WR_ADDR_##scope##_##reg + \ | ||
40 | (index) * STRIDE_##scope##_##reg, (val) ) | ||
41 | #endif | ||
42 | |||
43 | #ifndef REG_RD_INT | ||
44 | #define REG_RD_INT( scope, inst, reg ) \ | ||
45 | REG_READ( int, (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
46 | #endif | ||
47 | |||
48 | #ifndef REG_WR_INT | ||
49 | #define REG_WR_INT( scope, inst, reg, val ) \ | ||
50 | REG_WRITE( int, (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) | ||
51 | #endif | ||
52 | |||
53 | #ifndef REG_RD_INT_VECT | ||
54 | #define REG_RD_INT_VECT( scope, inst, reg, index ) \ | ||
55 | REG_READ( int, (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
56 | (index) * STRIDE_##scope##_##reg ) | ||
57 | #endif | ||
58 | |||
59 | #ifndef REG_WR_INT_VECT | ||
60 | #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ | ||
61 | REG_WRITE( int, (inst) + REG_WR_ADDR_##scope##_##reg + \ | ||
62 | (index) * STRIDE_##scope##_##reg, (val) ) | ||
63 | #endif | ||
64 | |||
65 | #ifndef REG_TYPE_CONV | ||
66 | #define REG_TYPE_CONV( type, orgtype, val ) \ | ||
67 | ( { union { orgtype o; type n; } r; r.o = val; r.n; } ) | ||
68 | #endif | ||
69 | |||
70 | #ifndef reg_page_size | ||
71 | #define reg_page_size 8192 | ||
72 | #endif | ||
73 | |||
74 | #ifndef REG_ADDR | ||
75 | #define REG_ADDR( scope, inst, reg ) \ | ||
76 | ( (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
77 | #endif | ||
78 | |||
79 | #ifndef REG_ADDR_VECT | ||
80 | #define REG_ADDR_VECT( scope, inst, reg, index ) \ | ||
81 | ( (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
82 | (index) * STRIDE_##scope##_##reg ) | ||
83 | #endif | ||
84 | |||
85 | /* C-code for register scope iop_dmc_in */ | ||
86 | |||
87 | /* Register rw_cfg, scope iop_dmc_in, type rw */ | ||
88 | typedef struct { | ||
89 | unsigned int sth_intr : 3; | ||
90 | unsigned int last_dis_dif : 1; | ||
91 | unsigned int dummy1 : 28; | ||
92 | } reg_iop_dmc_in_rw_cfg; | ||
93 | #define REG_RD_ADDR_iop_dmc_in_rw_cfg 0 | ||
94 | #define REG_WR_ADDR_iop_dmc_in_rw_cfg 0 | ||
95 | |||
96 | /* Register rw_ctrl, scope iop_dmc_in, type rw */ | ||
97 | typedef struct { | ||
98 | unsigned int dif_en : 1; | ||
99 | unsigned int dif_dis : 1; | ||
100 | unsigned int stream_clr : 1; | ||
101 | unsigned int dummy1 : 29; | ||
102 | } reg_iop_dmc_in_rw_ctrl; | ||
103 | #define REG_RD_ADDR_iop_dmc_in_rw_ctrl 4 | ||
104 | #define REG_WR_ADDR_iop_dmc_in_rw_ctrl 4 | ||
105 | |||
106 | /* Register r_stat, scope iop_dmc_in, type r */ | ||
107 | typedef struct { | ||
108 | unsigned int dif_en : 1; | ||
109 | unsigned int dummy1 : 31; | ||
110 | } reg_iop_dmc_in_r_stat; | ||
111 | #define REG_RD_ADDR_iop_dmc_in_r_stat 8 | ||
112 | |||
113 | /* Register rw_stream_cmd, scope iop_dmc_in, type rw */ | ||
114 | typedef struct { | ||
115 | unsigned int cmd : 10; | ||
116 | unsigned int dummy1 : 6; | ||
117 | unsigned int n : 8; | ||
118 | unsigned int dummy2 : 8; | ||
119 | } reg_iop_dmc_in_rw_stream_cmd; | ||
120 | #define REG_RD_ADDR_iop_dmc_in_rw_stream_cmd 12 | ||
121 | #define REG_WR_ADDR_iop_dmc_in_rw_stream_cmd 12 | ||
122 | |||
123 | /* Register rw_stream_wr_data, scope iop_dmc_in, type rw */ | ||
124 | typedef unsigned int reg_iop_dmc_in_rw_stream_wr_data; | ||
125 | #define REG_RD_ADDR_iop_dmc_in_rw_stream_wr_data 16 | ||
126 | #define REG_WR_ADDR_iop_dmc_in_rw_stream_wr_data 16 | ||
127 | |||
128 | /* Register rw_stream_wr_data_last, scope iop_dmc_in, type rw */ | ||
129 | typedef unsigned int reg_iop_dmc_in_rw_stream_wr_data_last; | ||
130 | #define REG_RD_ADDR_iop_dmc_in_rw_stream_wr_data_last 20 | ||
131 | #define REG_WR_ADDR_iop_dmc_in_rw_stream_wr_data_last 20 | ||
132 | |||
133 | /* Register rw_stream_ctrl, scope iop_dmc_in, type rw */ | ||
134 | typedef struct { | ||
135 | unsigned int eop : 1; | ||
136 | unsigned int wait : 1; | ||
137 | unsigned int keep_md : 1; | ||
138 | unsigned int size : 3; | ||
139 | unsigned int dummy1 : 26; | ||
140 | } reg_iop_dmc_in_rw_stream_ctrl; | ||
141 | #define REG_RD_ADDR_iop_dmc_in_rw_stream_ctrl 24 | ||
142 | #define REG_WR_ADDR_iop_dmc_in_rw_stream_ctrl 24 | ||
143 | |||
144 | /* Register r_stream_stat, scope iop_dmc_in, type r */ | ||
145 | typedef struct { | ||
146 | unsigned int sth : 7; | ||
147 | unsigned int dummy1 : 9; | ||
148 | unsigned int full : 1; | ||
149 | unsigned int last_pkt : 1; | ||
150 | unsigned int data_md_valid : 1; | ||
151 | unsigned int ctxt_md_valid : 1; | ||
152 | unsigned int group_md_valid : 1; | ||
153 | unsigned int stream_busy : 1; | ||
154 | unsigned int cmd_rdy : 1; | ||
155 | unsigned int dummy2 : 9; | ||
156 | } reg_iop_dmc_in_r_stream_stat; | ||
157 | #define REG_RD_ADDR_iop_dmc_in_r_stream_stat 28 | ||
158 | |||
159 | /* Register r_data_descr, scope iop_dmc_in, type r */ | ||
160 | typedef struct { | ||
161 | unsigned int ctrl : 8; | ||
162 | unsigned int stat : 8; | ||
163 | unsigned int md : 16; | ||
164 | } reg_iop_dmc_in_r_data_descr; | ||
165 | #define REG_RD_ADDR_iop_dmc_in_r_data_descr 32 | ||
166 | |||
167 | /* Register r_ctxt_descr, scope iop_dmc_in, type r */ | ||
168 | typedef struct { | ||
169 | unsigned int ctrl : 8; | ||
170 | unsigned int stat : 8; | ||
171 | unsigned int md0 : 16; | ||
172 | } reg_iop_dmc_in_r_ctxt_descr; | ||
173 | #define REG_RD_ADDR_iop_dmc_in_r_ctxt_descr 36 | ||
174 | |||
175 | /* Register r_ctxt_descr_md1, scope iop_dmc_in, type r */ | ||
176 | typedef unsigned int reg_iop_dmc_in_r_ctxt_descr_md1; | ||
177 | #define REG_RD_ADDR_iop_dmc_in_r_ctxt_descr_md1 40 | ||
178 | |||
179 | /* Register r_ctxt_descr_md2, scope iop_dmc_in, type r */ | ||
180 | typedef unsigned int reg_iop_dmc_in_r_ctxt_descr_md2; | ||
181 | #define REG_RD_ADDR_iop_dmc_in_r_ctxt_descr_md2 44 | ||
182 | |||
183 | /* Register r_group_descr, scope iop_dmc_in, type r */ | ||
184 | typedef struct { | ||
185 | unsigned int ctrl : 8; | ||
186 | unsigned int stat : 8; | ||
187 | unsigned int md : 16; | ||
188 | } reg_iop_dmc_in_r_group_descr; | ||
189 | #define REG_RD_ADDR_iop_dmc_in_r_group_descr 56 | ||
190 | |||
191 | /* Register rw_data_descr, scope iop_dmc_in, type rw */ | ||
192 | typedef struct { | ||
193 | unsigned int dummy1 : 16; | ||
194 | unsigned int md : 16; | ||
195 | } reg_iop_dmc_in_rw_data_descr; | ||
196 | #define REG_RD_ADDR_iop_dmc_in_rw_data_descr 60 | ||
197 | #define REG_WR_ADDR_iop_dmc_in_rw_data_descr 60 | ||
198 | |||
199 | /* Register rw_ctxt_descr, scope iop_dmc_in, type rw */ | ||
200 | typedef struct { | ||
201 | unsigned int dummy1 : 16; | ||
202 | unsigned int md0 : 16; | ||
203 | } reg_iop_dmc_in_rw_ctxt_descr; | ||
204 | #define REG_RD_ADDR_iop_dmc_in_rw_ctxt_descr 64 | ||
205 | #define REG_WR_ADDR_iop_dmc_in_rw_ctxt_descr 64 | ||
206 | |||
207 | /* Register rw_ctxt_descr_md1, scope iop_dmc_in, type rw */ | ||
208 | typedef unsigned int reg_iop_dmc_in_rw_ctxt_descr_md1; | ||
209 | #define REG_RD_ADDR_iop_dmc_in_rw_ctxt_descr_md1 68 | ||
210 | #define REG_WR_ADDR_iop_dmc_in_rw_ctxt_descr_md1 68 | ||
211 | |||
212 | /* Register rw_ctxt_descr_md2, scope iop_dmc_in, type rw */ | ||
213 | typedef unsigned int reg_iop_dmc_in_rw_ctxt_descr_md2; | ||
214 | #define REG_RD_ADDR_iop_dmc_in_rw_ctxt_descr_md2 72 | ||
215 | #define REG_WR_ADDR_iop_dmc_in_rw_ctxt_descr_md2 72 | ||
216 | |||
217 | /* Register rw_group_descr, scope iop_dmc_in, type rw */ | ||
218 | typedef struct { | ||
219 | unsigned int dummy1 : 16; | ||
220 | unsigned int md : 16; | ||
221 | } reg_iop_dmc_in_rw_group_descr; | ||
222 | #define REG_RD_ADDR_iop_dmc_in_rw_group_descr 84 | ||
223 | #define REG_WR_ADDR_iop_dmc_in_rw_group_descr 84 | ||
224 | |||
225 | /* Register rw_intr_mask, scope iop_dmc_in, type rw */ | ||
226 | typedef struct { | ||
227 | unsigned int data_md : 1; | ||
228 | unsigned int ctxt_md : 1; | ||
229 | unsigned int group_md : 1; | ||
230 | unsigned int cmd_rdy : 1; | ||
231 | unsigned int sth : 1; | ||
232 | unsigned int full : 1; | ||
233 | unsigned int dummy1 : 26; | ||
234 | } reg_iop_dmc_in_rw_intr_mask; | ||
235 | #define REG_RD_ADDR_iop_dmc_in_rw_intr_mask 88 | ||
236 | #define REG_WR_ADDR_iop_dmc_in_rw_intr_mask 88 | ||
237 | |||
238 | /* Register rw_ack_intr, scope iop_dmc_in, type rw */ | ||
239 | typedef struct { | ||
240 | unsigned int data_md : 1; | ||
241 | unsigned int ctxt_md : 1; | ||
242 | unsigned int group_md : 1; | ||
243 | unsigned int cmd_rdy : 1; | ||
244 | unsigned int sth : 1; | ||
245 | unsigned int full : 1; | ||
246 | unsigned int dummy1 : 26; | ||
247 | } reg_iop_dmc_in_rw_ack_intr; | ||
248 | #define REG_RD_ADDR_iop_dmc_in_rw_ack_intr 92 | ||
249 | #define REG_WR_ADDR_iop_dmc_in_rw_ack_intr 92 | ||
250 | |||
251 | /* Register r_intr, scope iop_dmc_in, type r */ | ||
252 | typedef struct { | ||
253 | unsigned int data_md : 1; | ||
254 | unsigned int ctxt_md : 1; | ||
255 | unsigned int group_md : 1; | ||
256 | unsigned int cmd_rdy : 1; | ||
257 | unsigned int sth : 1; | ||
258 | unsigned int full : 1; | ||
259 | unsigned int dummy1 : 26; | ||
260 | } reg_iop_dmc_in_r_intr; | ||
261 | #define REG_RD_ADDR_iop_dmc_in_r_intr 96 | ||
262 | |||
263 | /* Register r_masked_intr, scope iop_dmc_in, type r */ | ||
264 | typedef struct { | ||
265 | unsigned int data_md : 1; | ||
266 | unsigned int ctxt_md : 1; | ||
267 | unsigned int group_md : 1; | ||
268 | unsigned int cmd_rdy : 1; | ||
269 | unsigned int sth : 1; | ||
270 | unsigned int full : 1; | ||
271 | unsigned int dummy1 : 26; | ||
272 | } reg_iop_dmc_in_r_masked_intr; | ||
273 | #define REG_RD_ADDR_iop_dmc_in_r_masked_intr 100 | ||
274 | |||
275 | |||
276 | /* Constants */ | ||
277 | enum { | ||
278 | regk_iop_dmc_in_ack_pkt = 0x00000100, | ||
279 | regk_iop_dmc_in_array = 0x00000008, | ||
280 | regk_iop_dmc_in_burst = 0x00000020, | ||
281 | regk_iop_dmc_in_copy_next = 0x00000010, | ||
282 | regk_iop_dmc_in_copy_up = 0x00000020, | ||
283 | regk_iop_dmc_in_dis_c = 0x00000010, | ||
284 | regk_iop_dmc_in_dis_g = 0x00000020, | ||
285 | regk_iop_dmc_in_lim1 = 0x00000000, | ||
286 | regk_iop_dmc_in_lim16 = 0x00000004, | ||
287 | regk_iop_dmc_in_lim2 = 0x00000001, | ||
288 | regk_iop_dmc_in_lim32 = 0x00000005, | ||
289 | regk_iop_dmc_in_lim4 = 0x00000002, | ||
290 | regk_iop_dmc_in_lim64 = 0x00000006, | ||
291 | regk_iop_dmc_in_lim8 = 0x00000003, | ||
292 | regk_iop_dmc_in_load_c = 0x00000200, | ||
293 | regk_iop_dmc_in_load_c_n = 0x00000280, | ||
294 | regk_iop_dmc_in_load_c_next = 0x00000240, | ||
295 | regk_iop_dmc_in_load_d = 0x00000140, | ||
296 | regk_iop_dmc_in_load_g = 0x00000300, | ||
297 | regk_iop_dmc_in_load_g_down = 0x000003c0, | ||
298 | regk_iop_dmc_in_load_g_next = 0x00000340, | ||
299 | regk_iop_dmc_in_load_g_up = 0x00000380, | ||
300 | regk_iop_dmc_in_next_en = 0x00000010, | ||
301 | regk_iop_dmc_in_next_pkt = 0x00000010, | ||
302 | regk_iop_dmc_in_no = 0x00000000, | ||
303 | regk_iop_dmc_in_restore = 0x00000020, | ||
304 | regk_iop_dmc_in_rw_cfg_default = 0x00000000, | ||
305 | regk_iop_dmc_in_rw_ctxt_descr_default = 0x00000000, | ||
306 | regk_iop_dmc_in_rw_ctxt_descr_md1_default = 0x00000000, | ||
307 | regk_iop_dmc_in_rw_ctxt_descr_md2_default = 0x00000000, | ||
308 | regk_iop_dmc_in_rw_data_descr_default = 0x00000000, | ||
309 | regk_iop_dmc_in_rw_group_descr_default = 0x00000000, | ||
310 | regk_iop_dmc_in_rw_intr_mask_default = 0x00000000, | ||
311 | regk_iop_dmc_in_rw_stream_ctrl_default = 0x00000000, | ||
312 | regk_iop_dmc_in_save_down = 0x00000020, | ||
313 | regk_iop_dmc_in_save_up = 0x00000020, | ||
314 | regk_iop_dmc_in_set_reg = 0x00000050, | ||
315 | regk_iop_dmc_in_set_w_size1 = 0x00000190, | ||
316 | regk_iop_dmc_in_set_w_size2 = 0x000001a0, | ||
317 | regk_iop_dmc_in_set_w_size4 = 0x000001c0, | ||
318 | regk_iop_dmc_in_store_c = 0x00000002, | ||
319 | regk_iop_dmc_in_store_descr = 0x00000000, | ||
320 | regk_iop_dmc_in_store_g = 0x00000004, | ||
321 | regk_iop_dmc_in_store_md = 0x00000001, | ||
322 | regk_iop_dmc_in_update_down = 0x00000020, | ||
323 | regk_iop_dmc_in_yes = 0x00000001 | ||
324 | }; | ||
325 | #endif /* __iop_dmc_in_defs_h */ | ||
diff --git a/include/asm-cris/arch-v32/hwregs/iop/iop_dmc_out_defs.h b/include/asm-cris/arch-v32/hwregs/iop/iop_dmc_out_defs.h new file mode 100644 index 000000000000..938a0d4c4604 --- /dev/null +++ b/include/asm-cris/arch-v32/hwregs/iop/iop_dmc_out_defs.h | |||
@@ -0,0 +1,326 @@ | |||
1 | #ifndef __iop_dmc_out_defs_h | ||
2 | #define __iop_dmc_out_defs_h | ||
3 | |||
4 | /* | ||
5 | * This file is autogenerated from | ||
6 | * file: ../../inst/io_proc/rtl/iop_dmc_out.r | ||
7 | * id: iop_dmc_out.r,v 1.30 2005/02/16 09:14:11 niklaspa Exp | ||
8 | * last modfied: Mon Apr 11 16:08:45 2005 | ||
9 | * | ||
10 | * by /n/asic/design/tools/rdesc/src/rdes2c --outfile iop_dmc_out_defs.h ../../inst/io_proc/rtl/iop_dmc_out.r | ||
11 | * id: $Id: iop_dmc_out_defs.h,v 1.5 2005/04/24 18:31:05 starvik Exp $ | ||
12 | * Any changes here will be lost. | ||
13 | * | ||
14 | * -*- buffer-read-only: t -*- | ||
15 | */ | ||
16 | /* Main access macros */ | ||
17 | #ifndef REG_RD | ||
18 | #define REG_RD( scope, inst, reg ) \ | ||
19 | REG_READ( reg_##scope##_##reg, \ | ||
20 | (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
21 | #endif | ||
22 | |||
23 | #ifndef REG_WR | ||
24 | #define REG_WR( scope, inst, reg, val ) \ | ||
25 | REG_WRITE( reg_##scope##_##reg, \ | ||
26 | (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) | ||
27 | #endif | ||
28 | |||
29 | #ifndef REG_RD_VECT | ||
30 | #define REG_RD_VECT( scope, inst, reg, index ) \ | ||
31 | REG_READ( reg_##scope##_##reg, \ | ||
32 | (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
33 | (index) * STRIDE_##scope##_##reg ) | ||
34 | #endif | ||
35 | |||
36 | #ifndef REG_WR_VECT | ||
37 | #define REG_WR_VECT( scope, inst, reg, index, val ) \ | ||
38 | REG_WRITE( reg_##scope##_##reg, \ | ||
39 | (inst) + REG_WR_ADDR_##scope##_##reg + \ | ||
40 | (index) * STRIDE_##scope##_##reg, (val) ) | ||
41 | #endif | ||
42 | |||
43 | #ifndef REG_RD_INT | ||
44 | #define REG_RD_INT( scope, inst, reg ) \ | ||
45 | REG_READ( int, (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
46 | #endif | ||
47 | |||
48 | #ifndef REG_WR_INT | ||
49 | #define REG_WR_INT( scope, inst, reg, val ) \ | ||
50 | REG_WRITE( int, (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) | ||
51 | #endif | ||
52 | |||
53 | #ifndef REG_RD_INT_VECT | ||
54 | #define REG_RD_INT_VECT( scope, inst, reg, index ) \ | ||
55 | REG_READ( int, (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
56 | (index) * STRIDE_##scope##_##reg ) | ||
57 | #endif | ||
58 | |||
59 | #ifndef REG_WR_INT_VECT | ||
60 | #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ | ||
61 | REG_WRITE( int, (inst) + REG_WR_ADDR_##scope##_##reg + \ | ||
62 | (index) * STRIDE_##scope##_##reg, (val) ) | ||
63 | #endif | ||
64 | |||
65 | #ifndef REG_TYPE_CONV | ||
66 | #define REG_TYPE_CONV( type, orgtype, val ) \ | ||
67 | ( { union { orgtype o; type n; } r; r.o = val; r.n; } ) | ||
68 | #endif | ||
69 | |||
70 | #ifndef reg_page_size | ||
71 | #define reg_page_size 8192 | ||
72 | #endif | ||
73 | |||
74 | #ifndef REG_ADDR | ||
75 | #define REG_ADDR( scope, inst, reg ) \ | ||
76 | ( (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
77 | #endif | ||
78 | |||
79 | #ifndef REG_ADDR_VECT | ||
80 | #define REG_ADDR_VECT( scope, inst, reg, index ) \ | ||
81 | ( (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
82 | (index) * STRIDE_##scope##_##reg ) | ||
83 | #endif | ||
84 | |||
85 | /* C-code for register scope iop_dmc_out */ | ||
86 | |||
87 | /* Register rw_cfg, scope iop_dmc_out, type rw */ | ||
88 | typedef struct { | ||
89 | unsigned int trf_lim : 16; | ||
90 | unsigned int last_at_trf_lim : 1; | ||
91 | unsigned int dth_intr : 3; | ||
92 | unsigned int dummy1 : 12; | ||
93 | } reg_iop_dmc_out_rw_cfg; | ||
94 | #define REG_RD_ADDR_iop_dmc_out_rw_cfg 0 | ||
95 | #define REG_WR_ADDR_iop_dmc_out_rw_cfg 0 | ||
96 | |||
97 | /* Register rw_ctrl, scope iop_dmc_out, type rw */ | ||
98 | typedef struct { | ||
99 | unsigned int dif_en : 1; | ||
100 | unsigned int dif_dis : 1; | ||
101 | unsigned int dummy1 : 30; | ||
102 | } reg_iop_dmc_out_rw_ctrl; | ||
103 | #define REG_RD_ADDR_iop_dmc_out_rw_ctrl 4 | ||
104 | #define REG_WR_ADDR_iop_dmc_out_rw_ctrl 4 | ||
105 | |||
106 | /* Register r_stat, scope iop_dmc_out, type r */ | ||
107 | typedef struct { | ||
108 | unsigned int dif_en : 1; | ||
109 | unsigned int dummy1 : 31; | ||
110 | } reg_iop_dmc_out_r_stat; | ||
111 | #define REG_RD_ADDR_iop_dmc_out_r_stat 8 | ||
112 | |||
113 | /* Register rw_stream_cmd, scope iop_dmc_out, type rw */ | ||
114 | typedef struct { | ||
115 | unsigned int cmd : 10; | ||
116 | unsigned int dummy1 : 6; | ||
117 | unsigned int n : 8; | ||
118 | unsigned int dummy2 : 8; | ||
119 | } reg_iop_dmc_out_rw_stream_cmd; | ||
120 | #define REG_RD_ADDR_iop_dmc_out_rw_stream_cmd 12 | ||
121 | #define REG_WR_ADDR_iop_dmc_out_rw_stream_cmd 12 | ||
122 | |||
123 | /* Register rs_stream_data, scope iop_dmc_out, type rs */ | ||
124 | typedef unsigned int reg_iop_dmc_out_rs_stream_data; | ||
125 | #define REG_RD_ADDR_iop_dmc_out_rs_stream_data 16 | ||
126 | |||
127 | /* Register r_stream_data, scope iop_dmc_out, type r */ | ||
128 | typedef unsigned int reg_iop_dmc_out_r_stream_data; | ||
129 | #define REG_RD_ADDR_iop_dmc_out_r_stream_data 20 | ||
130 | |||
131 | /* Register r_stream_stat, scope iop_dmc_out, type r */ | ||
132 | typedef struct { | ||
133 | unsigned int dth : 7; | ||
134 | unsigned int dummy1 : 9; | ||
135 | unsigned int dv : 1; | ||
136 | unsigned int all_avail : 1; | ||
137 | unsigned int last : 1; | ||
138 | unsigned int size : 3; | ||
139 | unsigned int data_md_valid : 1; | ||
140 | unsigned int ctxt_md_valid : 1; | ||
141 | unsigned int group_md_valid : 1; | ||
142 | unsigned int stream_busy : 1; | ||
143 | unsigned int cmd_rdy : 1; | ||
144 | unsigned int cmd_rq : 1; | ||
145 | unsigned int dummy2 : 4; | ||
146 | } reg_iop_dmc_out_r_stream_stat; | ||
147 | #define REG_RD_ADDR_iop_dmc_out_r_stream_stat 24 | ||
148 | |||
149 | /* Register r_data_descr, scope iop_dmc_out, type r */ | ||
150 | typedef struct { | ||
151 | unsigned int ctrl : 8; | ||
152 | unsigned int stat : 8; | ||
153 | unsigned int md : 16; | ||
154 | } reg_iop_dmc_out_r_data_descr; | ||
155 | #define REG_RD_ADDR_iop_dmc_out_r_data_descr 28 | ||
156 | |||
157 | /* Register r_ctxt_descr, scope iop_dmc_out, type r */ | ||
158 | typedef struct { | ||
159 | unsigned int ctrl : 8; | ||
160 | unsigned int stat : 8; | ||
161 | unsigned int md0 : 16; | ||
162 | } reg_iop_dmc_out_r_ctxt_descr; | ||
163 | #define REG_RD_ADDR_iop_dmc_out_r_ctxt_descr 32 | ||
164 | |||
165 | /* Register r_ctxt_descr_md1, scope iop_dmc_out, type r */ | ||
166 | typedef unsigned int reg_iop_dmc_out_r_ctxt_descr_md1; | ||
167 | #define REG_RD_ADDR_iop_dmc_out_r_ctxt_descr_md1 36 | ||
168 | |||
169 | /* Register r_ctxt_descr_md2, scope iop_dmc_out, type r */ | ||
170 | typedef unsigned int reg_iop_dmc_out_r_ctxt_descr_md2; | ||
171 | #define REG_RD_ADDR_iop_dmc_out_r_ctxt_descr_md2 40 | ||
172 | |||
173 | /* Register r_group_descr, scope iop_dmc_out, type r */ | ||
174 | typedef struct { | ||
175 | unsigned int ctrl : 8; | ||
176 | unsigned int stat : 8; | ||
177 | unsigned int md : 16; | ||
178 | } reg_iop_dmc_out_r_group_descr; | ||
179 | #define REG_RD_ADDR_iop_dmc_out_r_group_descr 52 | ||
180 | |||
181 | /* Register rw_data_descr, scope iop_dmc_out, type rw */ | ||
182 | typedef struct { | ||
183 | unsigned int dummy1 : 16; | ||
184 | unsigned int md : 16; | ||
185 | } reg_iop_dmc_out_rw_data_descr; | ||
186 | #define REG_RD_ADDR_iop_dmc_out_rw_data_descr 56 | ||
187 | #define REG_WR_ADDR_iop_dmc_out_rw_data_descr 56 | ||
188 | |||
189 | /* Register rw_ctxt_descr, scope iop_dmc_out, type rw */ | ||
190 | typedef struct { | ||
191 | unsigned int dummy1 : 16; | ||
192 | unsigned int md0 : 16; | ||
193 | } reg_iop_dmc_out_rw_ctxt_descr; | ||
194 | #define REG_RD_ADDR_iop_dmc_out_rw_ctxt_descr 60 | ||
195 | #define REG_WR_ADDR_iop_dmc_out_rw_ctxt_descr 60 | ||
196 | |||
197 | /* Register rw_ctxt_descr_md1, scope iop_dmc_out, type rw */ | ||
198 | typedef unsigned int reg_iop_dmc_out_rw_ctxt_descr_md1; | ||
199 | #define REG_RD_ADDR_iop_dmc_out_rw_ctxt_descr_md1 64 | ||
200 | #define REG_WR_ADDR_iop_dmc_out_rw_ctxt_descr_md1 64 | ||
201 | |||
202 | /* Register rw_ctxt_descr_md2, scope iop_dmc_out, type rw */ | ||
203 | typedef unsigned int reg_iop_dmc_out_rw_ctxt_descr_md2; | ||
204 | #define REG_RD_ADDR_iop_dmc_out_rw_ctxt_descr_md2 68 | ||
205 | #define REG_WR_ADDR_iop_dmc_out_rw_ctxt_descr_md2 68 | ||
206 | |||
207 | /* Register rw_group_descr, scope iop_dmc_out, type rw */ | ||
208 | typedef struct { | ||
209 | unsigned int dummy1 : 16; | ||
210 | unsigned int md : 16; | ||
211 | } reg_iop_dmc_out_rw_group_descr; | ||
212 | #define REG_RD_ADDR_iop_dmc_out_rw_group_descr 80 | ||
213 | #define REG_WR_ADDR_iop_dmc_out_rw_group_descr 80 | ||
214 | |||
215 | /* Register rw_intr_mask, scope iop_dmc_out, type rw */ | ||
216 | typedef struct { | ||
217 | unsigned int data_md : 1; | ||
218 | unsigned int ctxt_md : 1; | ||
219 | unsigned int group_md : 1; | ||
220 | unsigned int cmd_rdy : 1; | ||
221 | unsigned int dth : 1; | ||
222 | unsigned int dv : 1; | ||
223 | unsigned int last_data : 1; | ||
224 | unsigned int trf_lim : 1; | ||
225 | unsigned int cmd_rq : 1; | ||
226 | unsigned int dummy1 : 23; | ||
227 | } reg_iop_dmc_out_rw_intr_mask; | ||
228 | #define REG_RD_ADDR_iop_dmc_out_rw_intr_mask 84 | ||
229 | #define REG_WR_ADDR_iop_dmc_out_rw_intr_mask 84 | ||
230 | |||
231 | /* Register rw_ack_intr, scope iop_dmc_out, type rw */ | ||
232 | typedef struct { | ||
233 | unsigned int data_md : 1; | ||
234 | unsigned int ctxt_md : 1; | ||
235 | unsigned int group_md : 1; | ||
236 | unsigned int cmd_rdy : 1; | ||
237 | unsigned int dth : 1; | ||
238 | unsigned int dv : 1; | ||
239 | unsigned int last_data : 1; | ||
240 | unsigned int trf_lim : 1; | ||
241 | unsigned int cmd_rq : 1; | ||
242 | unsigned int dummy1 : 23; | ||
243 | } reg_iop_dmc_out_rw_ack_intr; | ||
244 | #define REG_RD_ADDR_iop_dmc_out_rw_ack_intr 88 | ||
245 | #define REG_WR_ADDR_iop_dmc_out_rw_ack_intr 88 | ||
246 | |||
247 | /* Register r_intr, scope iop_dmc_out, type r */ | ||
248 | typedef struct { | ||
249 | unsigned int data_md : 1; | ||
250 | unsigned int ctxt_md : 1; | ||
251 | unsigned int group_md : 1; | ||
252 | unsigned int cmd_rdy : 1; | ||
253 | unsigned int dth : 1; | ||
254 | unsigned int dv : 1; | ||
255 | unsigned int last_data : 1; | ||
256 | unsigned int trf_lim : 1; | ||
257 | unsigned int cmd_rq : 1; | ||
258 | unsigned int dummy1 : 23; | ||
259 | } reg_iop_dmc_out_r_intr; | ||
260 | #define REG_RD_ADDR_iop_dmc_out_r_intr 92 | ||
261 | |||
262 | /* Register r_masked_intr, scope iop_dmc_out, type r */ | ||
263 | typedef struct { | ||
264 | unsigned int data_md : 1; | ||
265 | unsigned int ctxt_md : 1; | ||
266 | unsigned int group_md : 1; | ||
267 | unsigned int cmd_rdy : 1; | ||
268 | unsigned int dth : 1; | ||
269 | unsigned int dv : 1; | ||
270 | unsigned int last_data : 1; | ||
271 | unsigned int trf_lim : 1; | ||
272 | unsigned int cmd_rq : 1; | ||
273 | unsigned int dummy1 : 23; | ||
274 | } reg_iop_dmc_out_r_masked_intr; | ||
275 | #define REG_RD_ADDR_iop_dmc_out_r_masked_intr 96 | ||
276 | |||
277 | |||
278 | /* Constants */ | ||
279 | enum { | ||
280 | regk_iop_dmc_out_ack_pkt = 0x00000100, | ||
281 | regk_iop_dmc_out_array = 0x00000008, | ||
282 | regk_iop_dmc_out_burst = 0x00000020, | ||
283 | regk_iop_dmc_out_copy_next = 0x00000010, | ||
284 | regk_iop_dmc_out_copy_up = 0x00000020, | ||
285 | regk_iop_dmc_out_dis_c = 0x00000010, | ||
286 | regk_iop_dmc_out_dis_g = 0x00000020, | ||
287 | regk_iop_dmc_out_lim1 = 0x00000000, | ||
288 | regk_iop_dmc_out_lim16 = 0x00000004, | ||
289 | regk_iop_dmc_out_lim2 = 0x00000001, | ||
290 | regk_iop_dmc_out_lim32 = 0x00000005, | ||
291 | regk_iop_dmc_out_lim4 = 0x00000002, | ||
292 | regk_iop_dmc_out_lim64 = 0x00000006, | ||
293 | regk_iop_dmc_out_lim8 = 0x00000003, | ||
294 | regk_iop_dmc_out_load_c = 0x00000200, | ||
295 | regk_iop_dmc_out_load_c_n = 0x00000280, | ||
296 | regk_iop_dmc_out_load_c_next = 0x00000240, | ||
297 | regk_iop_dmc_out_load_d = 0x00000140, | ||
298 | regk_iop_dmc_out_load_g = 0x00000300, | ||
299 | regk_iop_dmc_out_load_g_down = 0x000003c0, | ||
300 | regk_iop_dmc_out_load_g_next = 0x00000340, | ||
301 | regk_iop_dmc_out_load_g_up = 0x00000380, | ||
302 | regk_iop_dmc_out_next_en = 0x00000010, | ||
303 | regk_iop_dmc_out_next_pkt = 0x00000010, | ||
304 | regk_iop_dmc_out_no = 0x00000000, | ||
305 | regk_iop_dmc_out_restore = 0x00000020, | ||
306 | regk_iop_dmc_out_rw_cfg_default = 0x00000000, | ||
307 | regk_iop_dmc_out_rw_ctxt_descr_default = 0x00000000, | ||
308 | regk_iop_dmc_out_rw_ctxt_descr_md1_default = 0x00000000, | ||
309 | regk_iop_dmc_out_rw_ctxt_descr_md2_default = 0x00000000, | ||
310 | regk_iop_dmc_out_rw_data_descr_default = 0x00000000, | ||
311 | regk_iop_dmc_out_rw_group_descr_default = 0x00000000, | ||
312 | regk_iop_dmc_out_rw_intr_mask_default = 0x00000000, | ||
313 | regk_iop_dmc_out_save_down = 0x00000020, | ||
314 | regk_iop_dmc_out_save_up = 0x00000020, | ||
315 | regk_iop_dmc_out_set_reg = 0x00000050, | ||
316 | regk_iop_dmc_out_set_w_size1 = 0x00000190, | ||
317 | regk_iop_dmc_out_set_w_size2 = 0x000001a0, | ||
318 | regk_iop_dmc_out_set_w_size4 = 0x000001c0, | ||
319 | regk_iop_dmc_out_store_c = 0x00000002, | ||
320 | regk_iop_dmc_out_store_descr = 0x00000000, | ||
321 | regk_iop_dmc_out_store_g = 0x00000004, | ||
322 | regk_iop_dmc_out_store_md = 0x00000001, | ||
323 | regk_iop_dmc_out_update_down = 0x00000020, | ||
324 | regk_iop_dmc_out_yes = 0x00000001 | ||
325 | }; | ||
326 | #endif /* __iop_dmc_out_defs_h */ | ||
diff --git a/include/asm-cris/arch-v32/hwregs/iop/iop_fifo_in_defs.h b/include/asm-cris/arch-v32/hwregs/iop/iop_fifo_in_defs.h new file mode 100644 index 000000000000..e0c982b263fa --- /dev/null +++ b/include/asm-cris/arch-v32/hwregs/iop/iop_fifo_in_defs.h | |||
@@ -0,0 +1,255 @@ | |||
1 | #ifndef __iop_fifo_in_defs_h | ||
2 | #define __iop_fifo_in_defs_h | ||
3 | |||
4 | /* | ||
5 | * This file is autogenerated from | ||
6 | * file: ../../inst/io_proc/rtl/iop_fifo_in.r | ||
7 | * id: <not found> | ||
8 | * last modfied: Mon Apr 11 16:10:07 2005 | ||
9 | * | ||
10 | * by /n/asic/design/tools/rdesc/src/rdes2c --outfile iop_fifo_in_defs.h ../../inst/io_proc/rtl/iop_fifo_in.r | ||
11 | * id: $Id: iop_fifo_in_defs.h,v 1.4 2005/04/24 18:31:05 starvik Exp $ | ||
12 | * Any changes here will be lost. | ||
13 | * | ||
14 | * -*- buffer-read-only: t -*- | ||
15 | */ | ||
16 | /* Main access macros */ | ||
17 | #ifndef REG_RD | ||
18 | #define REG_RD( scope, inst, reg ) \ | ||
19 | REG_READ( reg_##scope##_##reg, \ | ||
20 | (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
21 | #endif | ||
22 | |||
23 | #ifndef REG_WR | ||
24 | #define REG_WR( scope, inst, reg, val ) \ | ||
25 | REG_WRITE( reg_##scope##_##reg, \ | ||
26 | (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) | ||
27 | #endif | ||
28 | |||
29 | #ifndef REG_RD_VECT | ||
30 | #define REG_RD_VECT( scope, inst, reg, index ) \ | ||
31 | REG_READ( reg_##scope##_##reg, \ | ||
32 | (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
33 | (index) * STRIDE_##scope##_##reg ) | ||
34 | #endif | ||
35 | |||
36 | #ifndef REG_WR_VECT | ||
37 | #define REG_WR_VECT( scope, inst, reg, index, val ) \ | ||
38 | REG_WRITE( reg_##scope##_##reg, \ | ||
39 | (inst) + REG_WR_ADDR_##scope##_##reg + \ | ||
40 | (index) * STRIDE_##scope##_##reg, (val) ) | ||
41 | #endif | ||
42 | |||
43 | #ifndef REG_RD_INT | ||
44 | #define REG_RD_INT( scope, inst, reg ) \ | ||
45 | REG_READ( int, (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
46 | #endif | ||
47 | |||
48 | #ifndef REG_WR_INT | ||
49 | #define REG_WR_INT( scope, inst, reg, val ) \ | ||
50 | REG_WRITE( int, (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) | ||
51 | #endif | ||
52 | |||
53 | #ifndef REG_RD_INT_VECT | ||
54 | #define REG_RD_INT_VECT( scope, inst, reg, index ) \ | ||
55 | REG_READ( int, (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
56 | (index) * STRIDE_##scope##_##reg ) | ||
57 | #endif | ||
58 | |||
59 | #ifndef REG_WR_INT_VECT | ||
60 | #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ | ||
61 | REG_WRITE( int, (inst) + REG_WR_ADDR_##scope##_##reg + \ | ||
62 | (index) * STRIDE_##scope##_##reg, (val) ) | ||
63 | #endif | ||
64 | |||
65 | #ifndef REG_TYPE_CONV | ||
66 | #define REG_TYPE_CONV( type, orgtype, val ) \ | ||
67 | ( { union { orgtype o; type n; } r; r.o = val; r.n; } ) | ||
68 | #endif | ||
69 | |||
70 | #ifndef reg_page_size | ||
71 | #define reg_page_size 8192 | ||
72 | #endif | ||
73 | |||
74 | #ifndef REG_ADDR | ||
75 | #define REG_ADDR( scope, inst, reg ) \ | ||
76 | ( (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
77 | #endif | ||
78 | |||
79 | #ifndef REG_ADDR_VECT | ||
80 | #define REG_ADDR_VECT( scope, inst, reg, index ) \ | ||
81 | ( (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
82 | (index) * STRIDE_##scope##_##reg ) | ||
83 | #endif | ||
84 | |||
85 | /* C-code for register scope iop_fifo_in */ | ||
86 | |||
87 | /* Register rw_cfg, scope iop_fifo_in, type rw */ | ||
88 | typedef struct { | ||
89 | unsigned int avail_lim : 3; | ||
90 | unsigned int byte_order : 2; | ||
91 | unsigned int trig : 2; | ||
92 | unsigned int last_dis_dif_in : 1; | ||
93 | unsigned int mode : 2; | ||
94 | unsigned int dummy1 : 22; | ||
95 | } reg_iop_fifo_in_rw_cfg; | ||
96 | #define REG_RD_ADDR_iop_fifo_in_rw_cfg 0 | ||
97 | #define REG_WR_ADDR_iop_fifo_in_rw_cfg 0 | ||
98 | |||
99 | /* Register rw_ctrl, scope iop_fifo_in, type rw */ | ||
100 | typedef struct { | ||
101 | unsigned int dif_in_en : 1; | ||
102 | unsigned int dif_out_en : 1; | ||
103 | unsigned int dummy1 : 30; | ||
104 | } reg_iop_fifo_in_rw_ctrl; | ||
105 | #define REG_RD_ADDR_iop_fifo_in_rw_ctrl 4 | ||
106 | #define REG_WR_ADDR_iop_fifo_in_rw_ctrl 4 | ||
107 | |||
108 | /* Register r_stat, scope iop_fifo_in, type r */ | ||
109 | typedef struct { | ||
110 | unsigned int avail_bytes : 4; | ||
111 | unsigned int last : 8; | ||
112 | unsigned int dif_in_en : 1; | ||
113 | unsigned int dif_out_en : 1; | ||
114 | unsigned int dummy1 : 18; | ||
115 | } reg_iop_fifo_in_r_stat; | ||
116 | #define REG_RD_ADDR_iop_fifo_in_r_stat 8 | ||
117 | |||
118 | /* Register rs_rd1byte, scope iop_fifo_in, type rs */ | ||
119 | typedef struct { | ||
120 | unsigned int data : 8; | ||
121 | unsigned int dummy1 : 24; | ||
122 | } reg_iop_fifo_in_rs_rd1byte; | ||
123 | #define REG_RD_ADDR_iop_fifo_in_rs_rd1byte 12 | ||
124 | |||
125 | /* Register r_rd1byte, scope iop_fifo_in, type r */ | ||
126 | typedef struct { | ||
127 | unsigned int data : 8; | ||
128 | unsigned int dummy1 : 24; | ||
129 | } reg_iop_fifo_in_r_rd1byte; | ||
130 | #define REG_RD_ADDR_iop_fifo_in_r_rd1byte 16 | ||
131 | |||
132 | /* Register rs_rd2byte, scope iop_fifo_in, type rs */ | ||
133 | typedef struct { | ||
134 | unsigned int data : 16; | ||
135 | unsigned int dummy1 : 16; | ||
136 | } reg_iop_fifo_in_rs_rd2byte; | ||
137 | #define REG_RD_ADDR_iop_fifo_in_rs_rd2byte 20 | ||
138 | |||
139 | /* Register r_rd2byte, scope iop_fifo_in, type r */ | ||
140 | typedef struct { | ||
141 | unsigned int data : 16; | ||
142 | unsigned int dummy1 : 16; | ||
143 | } reg_iop_fifo_in_r_rd2byte; | ||
144 | #define REG_RD_ADDR_iop_fifo_in_r_rd2byte 24 | ||
145 | |||
146 | /* Register rs_rd3byte, scope iop_fifo_in, type rs */ | ||
147 | typedef struct { | ||
148 | unsigned int data : 24; | ||
149 | unsigned int dummy1 : 8; | ||
150 | } reg_iop_fifo_in_rs_rd3byte; | ||
151 | #define REG_RD_ADDR_iop_fifo_in_rs_rd3byte 28 | ||
152 | |||
153 | /* Register r_rd3byte, scope iop_fifo_in, type r */ | ||
154 | typedef struct { | ||
155 | unsigned int data : 24; | ||
156 | unsigned int dummy1 : 8; | ||
157 | } reg_iop_fifo_in_r_rd3byte; | ||
158 | #define REG_RD_ADDR_iop_fifo_in_r_rd3byte 32 | ||
159 | |||
160 | /* Register rs_rd4byte, scope iop_fifo_in, type rs */ | ||
161 | typedef struct { | ||
162 | unsigned int data : 32; | ||
163 | } reg_iop_fifo_in_rs_rd4byte; | ||
164 | #define REG_RD_ADDR_iop_fifo_in_rs_rd4byte 36 | ||
165 | |||
166 | /* Register r_rd4byte, scope iop_fifo_in, type r */ | ||
167 | typedef struct { | ||
168 | unsigned int data : 32; | ||
169 | } reg_iop_fifo_in_r_rd4byte; | ||
170 | #define REG_RD_ADDR_iop_fifo_in_r_rd4byte 40 | ||
171 | |||
172 | /* Register rw_set_last, scope iop_fifo_in, type rw */ | ||
173 | typedef unsigned int reg_iop_fifo_in_rw_set_last; | ||
174 | #define REG_RD_ADDR_iop_fifo_in_rw_set_last 44 | ||
175 | #define REG_WR_ADDR_iop_fifo_in_rw_set_last 44 | ||
176 | |||
177 | /* Register rw_strb_dif_in, scope iop_fifo_in, type rw */ | ||
178 | typedef struct { | ||
179 | unsigned int last : 2; | ||
180 | unsigned int dummy1 : 30; | ||
181 | } reg_iop_fifo_in_rw_strb_dif_in; | ||
182 | #define REG_RD_ADDR_iop_fifo_in_rw_strb_dif_in 48 | ||
183 | #define REG_WR_ADDR_iop_fifo_in_rw_strb_dif_in 48 | ||
184 | |||
185 | /* Register rw_intr_mask, scope iop_fifo_in, type rw */ | ||
186 | typedef struct { | ||
187 | unsigned int urun : 1; | ||
188 | unsigned int last_data : 1; | ||
189 | unsigned int dav : 1; | ||
190 | unsigned int avail : 1; | ||
191 | unsigned int orun : 1; | ||
192 | unsigned int dummy1 : 27; | ||
193 | } reg_iop_fifo_in_rw_intr_mask; | ||
194 | #define REG_RD_ADDR_iop_fifo_in_rw_intr_mask 52 | ||
195 | #define REG_WR_ADDR_iop_fifo_in_rw_intr_mask 52 | ||
196 | |||
197 | /* Register rw_ack_intr, scope iop_fifo_in, type rw */ | ||
198 | typedef struct { | ||
199 | unsigned int urun : 1; | ||
200 | unsigned int last_data : 1; | ||
201 | unsigned int dav : 1; | ||
202 | unsigned int avail : 1; | ||
203 | unsigned int orun : 1; | ||
204 | unsigned int dummy1 : 27; | ||
205 | } reg_iop_fifo_in_rw_ack_intr; | ||
206 | #define REG_RD_ADDR_iop_fifo_in_rw_ack_intr 56 | ||
207 | #define REG_WR_ADDR_iop_fifo_in_rw_ack_intr 56 | ||
208 | |||
209 | /* Register r_intr, scope iop_fifo_in, type r */ | ||
210 | typedef struct { | ||
211 | unsigned int urun : 1; | ||
212 | unsigned int last_data : 1; | ||
213 | unsigned int dav : 1; | ||
214 | unsigned int avail : 1; | ||
215 | unsigned int orun : 1; | ||
216 | unsigned int dummy1 : 27; | ||
217 | } reg_iop_fifo_in_r_intr; | ||
218 | #define REG_RD_ADDR_iop_fifo_in_r_intr 60 | ||
219 | |||
220 | /* Register r_masked_intr, scope iop_fifo_in, type r */ | ||
221 | typedef struct { | ||
222 | unsigned int urun : 1; | ||
223 | unsigned int last_data : 1; | ||
224 | unsigned int dav : 1; | ||
225 | unsigned int avail : 1; | ||
226 | unsigned int orun : 1; | ||
227 | unsigned int dummy1 : 27; | ||
228 | } reg_iop_fifo_in_r_masked_intr; | ||
229 | #define REG_RD_ADDR_iop_fifo_in_r_masked_intr 64 | ||
230 | |||
231 | |||
232 | /* Constants */ | ||
233 | enum { | ||
234 | regk_iop_fifo_in_dif_in = 0x00000002, | ||
235 | regk_iop_fifo_in_hi = 0x00000000, | ||
236 | regk_iop_fifo_in_neg = 0x00000002, | ||
237 | regk_iop_fifo_in_no = 0x00000000, | ||
238 | regk_iop_fifo_in_order16 = 0x00000001, | ||
239 | regk_iop_fifo_in_order24 = 0x00000002, | ||
240 | regk_iop_fifo_in_order32 = 0x00000003, | ||
241 | regk_iop_fifo_in_order8 = 0x00000000, | ||
242 | regk_iop_fifo_in_pos = 0x00000001, | ||
243 | regk_iop_fifo_in_pos_neg = 0x00000003, | ||
244 | regk_iop_fifo_in_rw_cfg_default = 0x00000024, | ||
245 | regk_iop_fifo_in_rw_ctrl_default = 0x00000000, | ||
246 | regk_iop_fifo_in_rw_intr_mask_default = 0x00000000, | ||
247 | regk_iop_fifo_in_rw_set_last_default = 0x00000000, | ||
248 | regk_iop_fifo_in_rw_strb_dif_in_default = 0x00000000, | ||
249 | regk_iop_fifo_in_size16 = 0x00000002, | ||
250 | regk_iop_fifo_in_size24 = 0x00000001, | ||
251 | regk_iop_fifo_in_size32 = 0x00000000, | ||
252 | regk_iop_fifo_in_size8 = 0x00000003, | ||
253 | regk_iop_fifo_in_yes = 0x00000001 | ||
254 | }; | ||
255 | #endif /* __iop_fifo_in_defs_h */ | ||
diff --git a/include/asm-cris/arch-v32/hwregs/iop/iop_fifo_in_extra_defs.h b/include/asm-cris/arch-v32/hwregs/iop/iop_fifo_in_extra_defs.h new file mode 100644 index 000000000000..798ac95870e9 --- /dev/null +++ b/include/asm-cris/arch-v32/hwregs/iop/iop_fifo_in_extra_defs.h | |||
@@ -0,0 +1,164 @@ | |||
1 | #ifndef __iop_fifo_in_extra_defs_h | ||
2 | #define __iop_fifo_in_extra_defs_h | ||
3 | |||
4 | /* | ||
5 | * This file is autogenerated from | ||
6 | * file: ../../inst/io_proc/rtl/iop_fifo_in_extra.r | ||
7 | * id: <not found> | ||
8 | * last modfied: Mon Apr 11 16:10:08 2005 | ||
9 | * | ||
10 | * by /n/asic/design/tools/rdesc/src/rdes2c --outfile iop_fifo_in_extra_defs.h ../../inst/io_proc/rtl/iop_fifo_in_extra.r | ||
11 | * id: $Id: iop_fifo_in_extra_defs.h,v 1.1 2005/04/24 18:31:05 starvik Exp $ | ||
12 | * Any changes here will be lost. | ||
13 | * | ||
14 | * -*- buffer-read-only: t -*- | ||
15 | */ | ||
16 | /* Main access macros */ | ||
17 | #ifndef REG_RD | ||
18 | #define REG_RD( scope, inst, reg ) \ | ||
19 | REG_READ( reg_##scope##_##reg, \ | ||
20 | (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
21 | #endif | ||
22 | |||
23 | #ifndef REG_WR | ||
24 | #define REG_WR( scope, inst, reg, val ) \ | ||
25 | REG_WRITE( reg_##scope##_##reg, \ | ||
26 | (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) | ||
27 | #endif | ||
28 | |||
29 | #ifndef REG_RD_VECT | ||
30 | #define REG_RD_VECT( scope, inst, reg, index ) \ | ||
31 | REG_READ( reg_##scope##_##reg, \ | ||
32 | (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
33 | (index) * STRIDE_##scope##_##reg ) | ||
34 | #endif | ||
35 | |||
36 | #ifndef REG_WR_VECT | ||
37 | #define REG_WR_VECT( scope, inst, reg, index, val ) \ | ||
38 | REG_WRITE( reg_##scope##_##reg, \ | ||
39 | (inst) + REG_WR_ADDR_##scope##_##reg + \ | ||
40 | (index) * STRIDE_##scope##_##reg, (val) ) | ||
41 | #endif | ||
42 | |||
43 | #ifndef REG_RD_INT | ||
44 | #define REG_RD_INT( scope, inst, reg ) \ | ||
45 | REG_READ( int, (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
46 | #endif | ||
47 | |||
48 | #ifndef REG_WR_INT | ||
49 | #define REG_WR_INT( scope, inst, reg, val ) \ | ||
50 | REG_WRITE( int, (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) | ||
51 | #endif | ||
52 | |||
53 | #ifndef REG_RD_INT_VECT | ||
54 | #define REG_RD_INT_VECT( scope, inst, reg, index ) \ | ||
55 | REG_READ( int, (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
56 | (index) * STRIDE_##scope##_##reg ) | ||
57 | #endif | ||
58 | |||
59 | #ifndef REG_WR_INT_VECT | ||
60 | #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ | ||
61 | REG_WRITE( int, (inst) + REG_WR_ADDR_##scope##_##reg + \ | ||
62 | (index) * STRIDE_##scope##_##reg, (val) ) | ||
63 | #endif | ||
64 | |||
65 | #ifndef REG_TYPE_CONV | ||
66 | #define REG_TYPE_CONV( type, orgtype, val ) \ | ||
67 | ( { union { orgtype o; type n; } r; r.o = val; r.n; } ) | ||
68 | #endif | ||
69 | |||
70 | #ifndef reg_page_size | ||
71 | #define reg_page_size 8192 | ||
72 | #endif | ||
73 | |||
74 | #ifndef REG_ADDR | ||
75 | #define REG_ADDR( scope, inst, reg ) \ | ||
76 | ( (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
77 | #endif | ||
78 | |||
79 | #ifndef REG_ADDR_VECT | ||
80 | #define REG_ADDR_VECT( scope, inst, reg, index ) \ | ||
81 | ( (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
82 | (index) * STRIDE_##scope##_##reg ) | ||
83 | #endif | ||
84 | |||
85 | /* C-code for register scope iop_fifo_in_extra */ | ||
86 | |||
87 | /* Register rw_wr_data, scope iop_fifo_in_extra, type rw */ | ||
88 | typedef unsigned int reg_iop_fifo_in_extra_rw_wr_data; | ||
89 | #define REG_RD_ADDR_iop_fifo_in_extra_rw_wr_data 0 | ||
90 | #define REG_WR_ADDR_iop_fifo_in_extra_rw_wr_data 0 | ||
91 | |||
92 | /* Register r_stat, scope iop_fifo_in_extra, type r */ | ||
93 | typedef struct { | ||
94 | unsigned int avail_bytes : 4; | ||
95 | unsigned int last : 8; | ||
96 | unsigned int dif_in_en : 1; | ||
97 | unsigned int dif_out_en : 1; | ||
98 | unsigned int dummy1 : 18; | ||
99 | } reg_iop_fifo_in_extra_r_stat; | ||
100 | #define REG_RD_ADDR_iop_fifo_in_extra_r_stat 4 | ||
101 | |||
102 | /* Register rw_strb_dif_in, scope iop_fifo_in_extra, type rw */ | ||
103 | typedef struct { | ||
104 | unsigned int last : 2; | ||
105 | unsigned int dummy1 : 30; | ||
106 | } reg_iop_fifo_in_extra_rw_strb_dif_in; | ||
107 | #define REG_RD_ADDR_iop_fifo_in_extra_rw_strb_dif_in 8 | ||
108 | #define REG_WR_ADDR_iop_fifo_in_extra_rw_strb_dif_in 8 | ||
109 | |||
110 | /* Register rw_intr_mask, scope iop_fifo_in_extra, type rw */ | ||
111 | typedef struct { | ||
112 | unsigned int urun : 1; | ||
113 | unsigned int last_data : 1; | ||
114 | unsigned int dav : 1; | ||
115 | unsigned int avail : 1; | ||
116 | unsigned int orun : 1; | ||
117 | unsigned int dummy1 : 27; | ||
118 | } reg_iop_fifo_in_extra_rw_intr_mask; | ||
119 | #define REG_RD_ADDR_iop_fifo_in_extra_rw_intr_mask 12 | ||
120 | #define REG_WR_ADDR_iop_fifo_in_extra_rw_intr_mask 12 | ||
121 | |||
122 | /* Register rw_ack_intr, scope iop_fifo_in_extra, type rw */ | ||
123 | typedef struct { | ||
124 | unsigned int urun : 1; | ||
125 | unsigned int last_data : 1; | ||
126 | unsigned int dav : 1; | ||
127 | unsigned int avail : 1; | ||
128 | unsigned int orun : 1; | ||
129 | unsigned int dummy1 : 27; | ||
130 | } reg_iop_fifo_in_extra_rw_ack_intr; | ||
131 | #define REG_RD_ADDR_iop_fifo_in_extra_rw_ack_intr 16 | ||
132 | #define REG_WR_ADDR_iop_fifo_in_extra_rw_ack_intr 16 | ||
133 | |||
134 | /* Register r_intr, scope iop_fifo_in_extra, type r */ | ||
135 | typedef struct { | ||
136 | unsigned int urun : 1; | ||
137 | unsigned int last_data : 1; | ||
138 | unsigned int dav : 1; | ||
139 | unsigned int avail : 1; | ||
140 | unsigned int orun : 1; | ||
141 | unsigned int dummy1 : 27; | ||
142 | } reg_iop_fifo_in_extra_r_intr; | ||
143 | #define REG_RD_ADDR_iop_fifo_in_extra_r_intr 20 | ||
144 | |||
145 | /* Register r_masked_intr, scope iop_fifo_in_extra, type r */ | ||
146 | typedef struct { | ||
147 | unsigned int urun : 1; | ||
148 | unsigned int last_data : 1; | ||
149 | unsigned int dav : 1; | ||
150 | unsigned int avail : 1; | ||
151 | unsigned int orun : 1; | ||
152 | unsigned int dummy1 : 27; | ||
153 | } reg_iop_fifo_in_extra_r_masked_intr; | ||
154 | #define REG_RD_ADDR_iop_fifo_in_extra_r_masked_intr 24 | ||
155 | |||
156 | |||
157 | /* Constants */ | ||
158 | enum { | ||
159 | regk_iop_fifo_in_extra_fifo_in = 0x00000002, | ||
160 | regk_iop_fifo_in_extra_no = 0x00000000, | ||
161 | regk_iop_fifo_in_extra_rw_intr_mask_default = 0x00000000, | ||
162 | regk_iop_fifo_in_extra_yes = 0x00000001 | ||
163 | }; | ||
164 | #endif /* __iop_fifo_in_extra_defs_h */ | ||
diff --git a/include/asm-cris/arch-v32/hwregs/iop/iop_fifo_out_defs.h b/include/asm-cris/arch-v32/hwregs/iop/iop_fifo_out_defs.h new file mode 100644 index 000000000000..833e10f02526 --- /dev/null +++ b/include/asm-cris/arch-v32/hwregs/iop/iop_fifo_out_defs.h | |||
@@ -0,0 +1,278 @@ | |||
1 | #ifndef __iop_fifo_out_defs_h | ||
2 | #define __iop_fifo_out_defs_h | ||
3 | |||
4 | /* | ||
5 | * This file is autogenerated from | ||
6 | * file: ../../inst/io_proc/rtl/iop_fifo_out.r | ||
7 | * id: <not found> | ||
8 | * last modfied: Mon Apr 11 16:10:09 2005 | ||
9 | * | ||
10 | * by /n/asic/design/tools/rdesc/src/rdes2c --outfile iop_fifo_out_defs.h ../../inst/io_proc/rtl/iop_fifo_out.r | ||
11 | * id: $Id: iop_fifo_out_defs.h,v 1.4 2005/04/24 18:31:05 starvik Exp $ | ||
12 | * Any changes here will be lost. | ||
13 | * | ||
14 | * -*- buffer-read-only: t -*- | ||
15 | */ | ||
16 | /* Main access macros */ | ||
17 | #ifndef REG_RD | ||
18 | #define REG_RD( scope, inst, reg ) \ | ||
19 | REG_READ( reg_##scope##_##reg, \ | ||
20 | (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
21 | #endif | ||
22 | |||
23 | #ifndef REG_WR | ||
24 | #define REG_WR( scope, inst, reg, val ) \ | ||
25 | REG_WRITE( reg_##scope##_##reg, \ | ||
26 | (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) | ||
27 | #endif | ||
28 | |||
29 | #ifndef REG_RD_VECT | ||
30 | #define REG_RD_VECT( scope, inst, reg, index ) \ | ||
31 | REG_READ( reg_##scope##_##reg, \ | ||
32 | (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
33 | (index) * STRIDE_##scope##_##reg ) | ||
34 | #endif | ||
35 | |||
36 | #ifndef REG_WR_VECT | ||
37 | #define REG_WR_VECT( scope, inst, reg, index, val ) \ | ||
38 | REG_WRITE( reg_##scope##_##reg, \ | ||
39 | (inst) + REG_WR_ADDR_##scope##_##reg + \ | ||
40 | (index) * STRIDE_##scope##_##reg, (val) ) | ||
41 | #endif | ||
42 | |||
43 | #ifndef REG_RD_INT | ||
44 | #define REG_RD_INT( scope, inst, reg ) \ | ||
45 | REG_READ( int, (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
46 | #endif | ||
47 | |||
48 | #ifndef REG_WR_INT | ||
49 | #define REG_WR_INT( scope, inst, reg, val ) \ | ||
50 | REG_WRITE( int, (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) | ||
51 | #endif | ||
52 | |||
53 | #ifndef REG_RD_INT_VECT | ||
54 | #define REG_RD_INT_VECT( scope, inst, reg, index ) \ | ||
55 | REG_READ( int, (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
56 | (index) * STRIDE_##scope##_##reg ) | ||
57 | #endif | ||
58 | |||
59 | #ifndef REG_WR_INT_VECT | ||
60 | #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ | ||
61 | REG_WRITE( int, (inst) + REG_WR_ADDR_##scope##_##reg + \ | ||
62 | (index) * STRIDE_##scope##_##reg, (val) ) | ||
63 | #endif | ||
64 | |||
65 | #ifndef REG_TYPE_CONV | ||
66 | #define REG_TYPE_CONV( type, orgtype, val ) \ | ||
67 | ( { union { orgtype o; type n; } r; r.o = val; r.n; } ) | ||
68 | #endif | ||
69 | |||
70 | #ifndef reg_page_size | ||
71 | #define reg_page_size 8192 | ||
72 | #endif | ||
73 | |||
74 | #ifndef REG_ADDR | ||
75 | #define REG_ADDR( scope, inst, reg ) \ | ||
76 | ( (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
77 | #endif | ||
78 | |||
79 | #ifndef REG_ADDR_VECT | ||
80 | #define REG_ADDR_VECT( scope, inst, reg, index ) \ | ||
81 | ( (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
82 | (index) * STRIDE_##scope##_##reg ) | ||
83 | #endif | ||
84 | |||
85 | /* C-code for register scope iop_fifo_out */ | ||
86 | |||
87 | /* Register rw_cfg, scope iop_fifo_out, type rw */ | ||
88 | typedef struct { | ||
89 | unsigned int free_lim : 3; | ||
90 | unsigned int byte_order : 2; | ||
91 | unsigned int trig : 2; | ||
92 | unsigned int last_dis_dif_in : 1; | ||
93 | unsigned int mode : 2; | ||
94 | unsigned int delay_out_last : 1; | ||
95 | unsigned int last_dis_dif_out : 1; | ||
96 | unsigned int dummy1 : 20; | ||
97 | } reg_iop_fifo_out_rw_cfg; | ||
98 | #define REG_RD_ADDR_iop_fifo_out_rw_cfg 0 | ||
99 | #define REG_WR_ADDR_iop_fifo_out_rw_cfg 0 | ||
100 | |||
101 | /* Register rw_ctrl, scope iop_fifo_out, type rw */ | ||
102 | typedef struct { | ||
103 | unsigned int dif_in_en : 1; | ||
104 | unsigned int dif_out_en : 1; | ||
105 | unsigned int dummy1 : 30; | ||
106 | } reg_iop_fifo_out_rw_ctrl; | ||
107 | #define REG_RD_ADDR_iop_fifo_out_rw_ctrl 4 | ||
108 | #define REG_WR_ADDR_iop_fifo_out_rw_ctrl 4 | ||
109 | |||
110 | /* Register r_stat, scope iop_fifo_out, type r */ | ||
111 | typedef struct { | ||
112 | unsigned int avail_bytes : 4; | ||
113 | unsigned int last : 8; | ||
114 | unsigned int dif_in_en : 1; | ||
115 | unsigned int dif_out_en : 1; | ||
116 | unsigned int zero_data_last : 1; | ||
117 | unsigned int dummy1 : 17; | ||
118 | } reg_iop_fifo_out_r_stat; | ||
119 | #define REG_RD_ADDR_iop_fifo_out_r_stat 8 | ||
120 | |||
121 | /* Register rw_wr1byte, scope iop_fifo_out, type rw */ | ||
122 | typedef struct { | ||
123 | unsigned int data : 8; | ||
124 | unsigned int dummy1 : 24; | ||
125 | } reg_iop_fifo_out_rw_wr1byte; | ||
126 | #define REG_RD_ADDR_iop_fifo_out_rw_wr1byte 12 | ||
127 | #define REG_WR_ADDR_iop_fifo_out_rw_wr1byte 12 | ||
128 | |||
129 | /* Register rw_wr2byte, scope iop_fifo_out, type rw */ | ||
130 | typedef struct { | ||
131 | unsigned int data : 16; | ||
132 | unsigned int dummy1 : 16; | ||
133 | } reg_iop_fifo_out_rw_wr2byte; | ||
134 | #define REG_RD_ADDR_iop_fifo_out_rw_wr2byte 16 | ||
135 | #define REG_WR_ADDR_iop_fifo_out_rw_wr2byte 16 | ||
136 | |||
137 | /* Register rw_wr3byte, scope iop_fifo_out, type rw */ | ||
138 | typedef struct { | ||
139 | unsigned int data : 24; | ||
140 | unsigned int dummy1 : 8; | ||
141 | } reg_iop_fifo_out_rw_wr3byte; | ||
142 | #define REG_RD_ADDR_iop_fifo_out_rw_wr3byte 20 | ||
143 | #define REG_WR_ADDR_iop_fifo_out_rw_wr3byte 20 | ||
144 | |||
145 | /* Register rw_wr4byte, scope iop_fifo_out, type rw */ | ||
146 | typedef struct { | ||
147 | unsigned int data : 32; | ||
148 | } reg_iop_fifo_out_rw_wr4byte; | ||
149 | #define REG_RD_ADDR_iop_fifo_out_rw_wr4byte 24 | ||
150 | #define REG_WR_ADDR_iop_fifo_out_rw_wr4byte 24 | ||
151 | |||
152 | /* Register rw_wr1byte_last, scope iop_fifo_out, type rw */ | ||
153 | typedef struct { | ||
154 | unsigned int data : 8; | ||
155 | unsigned int dummy1 : 24; | ||
156 | } reg_iop_fifo_out_rw_wr1byte_last; | ||
157 | #define REG_RD_ADDR_iop_fifo_out_rw_wr1byte_last 28 | ||
158 | #define REG_WR_ADDR_iop_fifo_out_rw_wr1byte_last 28 | ||
159 | |||
160 | /* Register rw_wr2byte_last, scope iop_fifo_out, type rw */ | ||
161 | typedef struct { | ||
162 | unsigned int data : 16; | ||
163 | unsigned int dummy1 : 16; | ||
164 | } reg_iop_fifo_out_rw_wr2byte_last; | ||
165 | #define REG_RD_ADDR_iop_fifo_out_rw_wr2byte_last 32 | ||
166 | #define REG_WR_ADDR_iop_fifo_out_rw_wr2byte_last 32 | ||
167 | |||
168 | /* Register rw_wr3byte_last, scope iop_fifo_out, type rw */ | ||
169 | typedef struct { | ||
170 | unsigned int data : 24; | ||
171 | unsigned int dummy1 : 8; | ||
172 | } reg_iop_fifo_out_rw_wr3byte_last; | ||
173 | #define REG_RD_ADDR_iop_fifo_out_rw_wr3byte_last 36 | ||
174 | #define REG_WR_ADDR_iop_fifo_out_rw_wr3byte_last 36 | ||
175 | |||
176 | /* Register rw_wr4byte_last, scope iop_fifo_out, type rw */ | ||
177 | typedef struct { | ||
178 | unsigned int data : 32; | ||
179 | } reg_iop_fifo_out_rw_wr4byte_last; | ||
180 | #define REG_RD_ADDR_iop_fifo_out_rw_wr4byte_last 40 | ||
181 | #define REG_WR_ADDR_iop_fifo_out_rw_wr4byte_last 40 | ||
182 | |||
183 | /* Register rw_set_last, scope iop_fifo_out, type rw */ | ||
184 | typedef unsigned int reg_iop_fifo_out_rw_set_last; | ||
185 | #define REG_RD_ADDR_iop_fifo_out_rw_set_last 44 | ||
186 | #define REG_WR_ADDR_iop_fifo_out_rw_set_last 44 | ||
187 | |||
188 | /* Register rs_rd_data, scope iop_fifo_out, type rs */ | ||
189 | typedef unsigned int reg_iop_fifo_out_rs_rd_data; | ||
190 | #define REG_RD_ADDR_iop_fifo_out_rs_rd_data 48 | ||
191 | |||
192 | /* Register r_rd_data, scope iop_fifo_out, type r */ | ||
193 | typedef unsigned int reg_iop_fifo_out_r_rd_data; | ||
194 | #define REG_RD_ADDR_iop_fifo_out_r_rd_data 52 | ||
195 | |||
196 | /* Register rw_strb_dif_out, scope iop_fifo_out, type rw */ | ||
197 | typedef unsigned int reg_iop_fifo_out_rw_strb_dif_out; | ||
198 | #define REG_RD_ADDR_iop_fifo_out_rw_strb_dif_out 56 | ||
199 | #define REG_WR_ADDR_iop_fifo_out_rw_strb_dif_out 56 | ||
200 | |||
201 | /* Register rw_intr_mask, scope iop_fifo_out, type rw */ | ||
202 | typedef struct { | ||
203 | unsigned int urun : 1; | ||
204 | unsigned int last_data : 1; | ||
205 | unsigned int dav : 1; | ||
206 | unsigned int free : 1; | ||
207 | unsigned int orun : 1; | ||
208 | unsigned int dummy1 : 27; | ||
209 | } reg_iop_fifo_out_rw_intr_mask; | ||
210 | #define REG_RD_ADDR_iop_fifo_out_rw_intr_mask 60 | ||
211 | #define REG_WR_ADDR_iop_fifo_out_rw_intr_mask 60 | ||
212 | |||
213 | /* Register rw_ack_intr, scope iop_fifo_out, type rw */ | ||
214 | typedef struct { | ||
215 | unsigned int urun : 1; | ||
216 | unsigned int last_data : 1; | ||
217 | unsigned int dav : 1; | ||
218 | unsigned int free : 1; | ||
219 | unsigned int orun : 1; | ||
220 | unsigned int dummy1 : 27; | ||
221 | } reg_iop_fifo_out_rw_ack_intr; | ||
222 | #define REG_RD_ADDR_iop_fifo_out_rw_ack_intr 64 | ||
223 | #define REG_WR_ADDR_iop_fifo_out_rw_ack_intr 64 | ||
224 | |||
225 | /* Register r_intr, scope iop_fifo_out, type r */ | ||
226 | typedef struct { | ||
227 | unsigned int urun : 1; | ||
228 | unsigned int last_data : 1; | ||
229 | unsigned int dav : 1; | ||
230 | unsigned int free : 1; | ||
231 | unsigned int orun : 1; | ||
232 | unsigned int dummy1 : 27; | ||
233 | } reg_iop_fifo_out_r_intr; | ||
234 | #define REG_RD_ADDR_iop_fifo_out_r_intr 68 | ||
235 | |||
236 | /* Register r_masked_intr, scope iop_fifo_out, type r */ | ||
237 | typedef struct { | ||
238 | unsigned int urun : 1; | ||
239 | unsigned int last_data : 1; | ||
240 | unsigned int dav : 1; | ||
241 | unsigned int free : 1; | ||
242 | unsigned int orun : 1; | ||
243 | unsigned int dummy1 : 27; | ||
244 | } reg_iop_fifo_out_r_masked_intr; | ||
245 | #define REG_RD_ADDR_iop_fifo_out_r_masked_intr 72 | ||
246 | |||
247 | |||
248 | /* Constants */ | ||
249 | enum { | ||
250 | regk_iop_fifo_out_hi = 0x00000000, | ||
251 | regk_iop_fifo_out_neg = 0x00000002, | ||
252 | regk_iop_fifo_out_no = 0x00000000, | ||
253 | regk_iop_fifo_out_order16 = 0x00000001, | ||
254 | regk_iop_fifo_out_order24 = 0x00000002, | ||
255 | regk_iop_fifo_out_order32 = 0x00000003, | ||
256 | regk_iop_fifo_out_order8 = 0x00000000, | ||
257 | regk_iop_fifo_out_pos = 0x00000001, | ||
258 | regk_iop_fifo_out_pos_neg = 0x00000003, | ||
259 | regk_iop_fifo_out_rw_cfg_default = 0x00000024, | ||
260 | regk_iop_fifo_out_rw_ctrl_default = 0x00000000, | ||
261 | regk_iop_fifo_out_rw_intr_mask_default = 0x00000000, | ||
262 | regk_iop_fifo_out_rw_set_last_default = 0x00000000, | ||
263 | regk_iop_fifo_out_rw_strb_dif_out_default = 0x00000000, | ||
264 | regk_iop_fifo_out_rw_wr1byte_default = 0x00000000, | ||
265 | regk_iop_fifo_out_rw_wr1byte_last_default = 0x00000000, | ||
266 | regk_iop_fifo_out_rw_wr2byte_default = 0x00000000, | ||
267 | regk_iop_fifo_out_rw_wr2byte_last_default = 0x00000000, | ||
268 | regk_iop_fifo_out_rw_wr3byte_default = 0x00000000, | ||
269 | regk_iop_fifo_out_rw_wr3byte_last_default = 0x00000000, | ||
270 | regk_iop_fifo_out_rw_wr4byte_default = 0x00000000, | ||
271 | regk_iop_fifo_out_rw_wr4byte_last_default = 0x00000000, | ||
272 | regk_iop_fifo_out_size16 = 0x00000002, | ||
273 | regk_iop_fifo_out_size24 = 0x00000001, | ||
274 | regk_iop_fifo_out_size32 = 0x00000000, | ||
275 | regk_iop_fifo_out_size8 = 0x00000003, | ||
276 | regk_iop_fifo_out_yes = 0x00000001 | ||
277 | }; | ||
278 | #endif /* __iop_fifo_out_defs_h */ | ||
diff --git a/include/asm-cris/arch-v32/hwregs/iop/iop_fifo_out_extra_defs.h b/include/asm-cris/arch-v32/hwregs/iop/iop_fifo_out_extra_defs.h new file mode 100644 index 000000000000..4a840aae84ee --- /dev/null +++ b/include/asm-cris/arch-v32/hwregs/iop/iop_fifo_out_extra_defs.h | |||
@@ -0,0 +1,164 @@ | |||
1 | #ifndef __iop_fifo_out_extra_defs_h | ||
2 | #define __iop_fifo_out_extra_defs_h | ||
3 | |||
4 | /* | ||
5 | * This file is autogenerated from | ||
6 | * file: ../../inst/io_proc/rtl/iop_fifo_out_extra.r | ||
7 | * id: <not found> | ||
8 | * last modfied: Mon Apr 11 16:10:10 2005 | ||
9 | * | ||
10 | * by /n/asic/design/tools/rdesc/src/rdes2c --outfile iop_fifo_out_extra_defs.h ../../inst/io_proc/rtl/iop_fifo_out_extra.r | ||
11 | * id: $Id: iop_fifo_out_extra_defs.h,v 1.1 2005/04/24 18:31:05 starvik Exp $ | ||
12 | * Any changes here will be lost. | ||
13 | * | ||
14 | * -*- buffer-read-only: t -*- | ||
15 | */ | ||
16 | /* Main access macros */ | ||
17 | #ifndef REG_RD | ||
18 | #define REG_RD( scope, inst, reg ) \ | ||
19 | REG_READ( reg_##scope##_##reg, \ | ||
20 | (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
21 | #endif | ||
22 | |||
23 | #ifndef REG_WR | ||
24 | #define REG_WR( scope, inst, reg, val ) \ | ||
25 | REG_WRITE( reg_##scope##_##reg, \ | ||
26 | (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) | ||
27 | #endif | ||
28 | |||
29 | #ifndef REG_RD_VECT | ||
30 | #define REG_RD_VECT( scope, inst, reg, index ) \ | ||
31 | REG_READ( reg_##scope##_##reg, \ | ||
32 | (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
33 | (index) * STRIDE_##scope##_##reg ) | ||
34 | #endif | ||
35 | |||
36 | #ifndef REG_WR_VECT | ||
37 | #define REG_WR_VECT( scope, inst, reg, index, val ) \ | ||
38 | REG_WRITE( reg_##scope##_##reg, \ | ||
39 | (inst) + REG_WR_ADDR_##scope##_##reg + \ | ||
40 | (index) * STRIDE_##scope##_##reg, (val) ) | ||
41 | #endif | ||
42 | |||
43 | #ifndef REG_RD_INT | ||
44 | #define REG_RD_INT( scope, inst, reg ) \ | ||
45 | REG_READ( int, (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
46 | #endif | ||
47 | |||
48 | #ifndef REG_WR_INT | ||
49 | #define REG_WR_INT( scope, inst, reg, val ) \ | ||
50 | REG_WRITE( int, (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) | ||
51 | #endif | ||
52 | |||
53 | #ifndef REG_RD_INT_VECT | ||
54 | #define REG_RD_INT_VECT( scope, inst, reg, index ) \ | ||
55 | REG_READ( int, (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
56 | (index) * STRIDE_##scope##_##reg ) | ||
57 | #endif | ||
58 | |||
59 | #ifndef REG_WR_INT_VECT | ||
60 | #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ | ||
61 | REG_WRITE( int, (inst) + REG_WR_ADDR_##scope##_##reg + \ | ||
62 | (index) * STRIDE_##scope##_##reg, (val) ) | ||
63 | #endif | ||
64 | |||
65 | #ifndef REG_TYPE_CONV | ||
66 | #define REG_TYPE_CONV( type, orgtype, val ) \ | ||
67 | ( { union { orgtype o; type n; } r; r.o = val; r.n; } ) | ||
68 | #endif | ||
69 | |||
70 | #ifndef reg_page_size | ||
71 | #define reg_page_size 8192 | ||
72 | #endif | ||
73 | |||
74 | #ifndef REG_ADDR | ||
75 | #define REG_ADDR( scope, inst, reg ) \ | ||
76 | ( (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
77 | #endif | ||
78 | |||
79 | #ifndef REG_ADDR_VECT | ||
80 | #define REG_ADDR_VECT( scope, inst, reg, index ) \ | ||
81 | ( (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
82 | (index) * STRIDE_##scope##_##reg ) | ||
83 | #endif | ||
84 | |||
85 | /* C-code for register scope iop_fifo_out_extra */ | ||
86 | |||
87 | /* Register rs_rd_data, scope iop_fifo_out_extra, type rs */ | ||
88 | typedef unsigned int reg_iop_fifo_out_extra_rs_rd_data; | ||
89 | #define REG_RD_ADDR_iop_fifo_out_extra_rs_rd_data 0 | ||
90 | |||
91 | /* Register r_rd_data, scope iop_fifo_out_extra, type r */ | ||
92 | typedef unsigned int reg_iop_fifo_out_extra_r_rd_data; | ||
93 | #define REG_RD_ADDR_iop_fifo_out_extra_r_rd_data 4 | ||
94 | |||
95 | /* Register r_stat, scope iop_fifo_out_extra, type r */ | ||
96 | typedef struct { | ||
97 | unsigned int avail_bytes : 4; | ||
98 | unsigned int last : 8; | ||
99 | unsigned int dif_in_en : 1; | ||
100 | unsigned int dif_out_en : 1; | ||
101 | unsigned int zero_data_last : 1; | ||
102 | unsigned int dummy1 : 17; | ||
103 | } reg_iop_fifo_out_extra_r_stat; | ||
104 | #define REG_RD_ADDR_iop_fifo_out_extra_r_stat 8 | ||
105 | |||
106 | /* Register rw_strb_dif_out, scope iop_fifo_out_extra, type rw */ | ||
107 | typedef unsigned int reg_iop_fifo_out_extra_rw_strb_dif_out; | ||
108 | #define REG_RD_ADDR_iop_fifo_out_extra_rw_strb_dif_out 12 | ||
109 | #define REG_WR_ADDR_iop_fifo_out_extra_rw_strb_dif_out 12 | ||
110 | |||
111 | /* Register rw_intr_mask, scope iop_fifo_out_extra, type rw */ | ||
112 | typedef struct { | ||
113 | unsigned int urun : 1; | ||
114 | unsigned int last_data : 1; | ||
115 | unsigned int dav : 1; | ||
116 | unsigned int free : 1; | ||
117 | unsigned int orun : 1; | ||
118 | unsigned int dummy1 : 27; | ||
119 | } reg_iop_fifo_out_extra_rw_intr_mask; | ||
120 | #define REG_RD_ADDR_iop_fifo_out_extra_rw_intr_mask 16 | ||
121 | #define REG_WR_ADDR_iop_fifo_out_extra_rw_intr_mask 16 | ||
122 | |||
123 | /* Register rw_ack_intr, scope iop_fifo_out_extra, type rw */ | ||
124 | typedef struct { | ||
125 | unsigned int urun : 1; | ||
126 | unsigned int last_data : 1; | ||
127 | unsigned int dav : 1; | ||
128 | unsigned int free : 1; | ||
129 | unsigned int orun : 1; | ||
130 | unsigned int dummy1 : 27; | ||
131 | } reg_iop_fifo_out_extra_rw_ack_intr; | ||
132 | #define REG_RD_ADDR_iop_fifo_out_extra_rw_ack_intr 20 | ||
133 | #define REG_WR_ADDR_iop_fifo_out_extra_rw_ack_intr 20 | ||
134 | |||
135 | /* Register r_intr, scope iop_fifo_out_extra, type r */ | ||
136 | typedef struct { | ||
137 | unsigned int urun : 1; | ||
138 | unsigned int last_data : 1; | ||
139 | unsigned int dav : 1; | ||
140 | unsigned int free : 1; | ||
141 | unsigned int orun : 1; | ||
142 | unsigned int dummy1 : 27; | ||
143 | } reg_iop_fifo_out_extra_r_intr; | ||
144 | #define REG_RD_ADDR_iop_fifo_out_extra_r_intr 24 | ||
145 | |||
146 | /* Register r_masked_intr, scope iop_fifo_out_extra, type r */ | ||
147 | typedef struct { | ||
148 | unsigned int urun : 1; | ||
149 | unsigned int last_data : 1; | ||
150 | unsigned int dav : 1; | ||
151 | unsigned int free : 1; | ||
152 | unsigned int orun : 1; | ||
153 | unsigned int dummy1 : 27; | ||
154 | } reg_iop_fifo_out_extra_r_masked_intr; | ||
155 | #define REG_RD_ADDR_iop_fifo_out_extra_r_masked_intr 28 | ||
156 | |||
157 | |||
158 | /* Constants */ | ||
159 | enum { | ||
160 | regk_iop_fifo_out_extra_no = 0x00000000, | ||
161 | regk_iop_fifo_out_extra_rw_intr_mask_default = 0x00000000, | ||
162 | regk_iop_fifo_out_extra_yes = 0x00000001 | ||
163 | }; | ||
164 | #endif /* __iop_fifo_out_extra_defs_h */ | ||
diff --git a/include/asm-cris/arch-v32/hwregs/iop/iop_mpu_defs.h b/include/asm-cris/arch-v32/hwregs/iop/iop_mpu_defs.h new file mode 100644 index 000000000000..c2b0ba1be60f --- /dev/null +++ b/include/asm-cris/arch-v32/hwregs/iop/iop_mpu_defs.h | |||
@@ -0,0 +1,190 @@ | |||
1 | #ifndef __iop_mpu_defs_h | ||
2 | #define __iop_mpu_defs_h | ||
3 | |||
4 | /* | ||
5 | * This file is autogenerated from | ||
6 | * file: ../../inst/io_proc/rtl/iop_mpu.r | ||
7 | * id: iop_mpu.r,v 1.30 2005/02/17 08:12:33 niklaspa Exp | ||
8 | * last modfied: Mon Apr 11 16:08:45 2005 | ||
9 | * | ||
10 | * by /n/asic/design/tools/rdesc/src/rdes2c --outfile iop_mpu_defs.h ../../inst/io_proc/rtl/iop_mpu.r | ||
11 | * id: $Id: iop_mpu_defs.h,v 1.5 2005/04/24 18:31:05 starvik Exp $ | ||
12 | * Any changes here will be lost. | ||
13 | * | ||
14 | * -*- buffer-read-only: t -*- | ||
15 | */ | ||
16 | /* Main access macros */ | ||
17 | #ifndef REG_RD | ||
18 | #define REG_RD( scope, inst, reg ) \ | ||
19 | REG_READ( reg_##scope##_##reg, \ | ||
20 | (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
21 | #endif | ||
22 | |||
23 | #ifndef REG_WR | ||
24 | #define REG_WR( scope, inst, reg, val ) \ | ||
25 | REG_WRITE( reg_##scope##_##reg, \ | ||
26 | (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) | ||
27 | #endif | ||
28 | |||
29 | #ifndef REG_RD_VECT | ||
30 | #define REG_RD_VECT( scope, inst, reg, index ) \ | ||
31 | REG_READ( reg_##scope##_##reg, \ | ||
32 | (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
33 | (index) * STRIDE_##scope##_##reg ) | ||
34 | #endif | ||
35 | |||
36 | #ifndef REG_WR_VECT | ||
37 | #define REG_WR_VECT( scope, inst, reg, index, val ) \ | ||
38 | REG_WRITE( reg_##scope##_##reg, \ | ||
39 | (inst) + REG_WR_ADDR_##scope##_##reg + \ | ||
40 | (index) * STRIDE_##scope##_##reg, (val) ) | ||
41 | #endif | ||
42 | |||
43 | #ifndef REG_RD_INT | ||
44 | #define REG_RD_INT( scope, inst, reg ) \ | ||
45 | REG_READ( int, (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
46 | #endif | ||
47 | |||
48 | #ifndef REG_WR_INT | ||
49 | #define REG_WR_INT( scope, inst, reg, val ) \ | ||
50 | REG_WRITE( int, (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) | ||
51 | #endif | ||
52 | |||
53 | #ifndef REG_RD_INT_VECT | ||
54 | #define REG_RD_INT_VECT( scope, inst, reg, index ) \ | ||
55 | REG_READ( int, (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
56 | (index) * STRIDE_##scope##_##reg ) | ||
57 | #endif | ||
58 | |||
59 | #ifndef REG_WR_INT_VECT | ||
60 | #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ | ||
61 | REG_WRITE( int, (inst) + REG_WR_ADDR_##scope##_##reg + \ | ||
62 | (index) * STRIDE_##scope##_##reg, (val) ) | ||
63 | #endif | ||
64 | |||
65 | #ifndef REG_TYPE_CONV | ||
66 | #define REG_TYPE_CONV( type, orgtype, val ) \ | ||
67 | ( { union { orgtype o; type n; } r; r.o = val; r.n; } ) | ||
68 | #endif | ||
69 | |||
70 | #ifndef reg_page_size | ||
71 | #define reg_page_size 8192 | ||
72 | #endif | ||
73 | |||
74 | #ifndef REG_ADDR | ||
75 | #define REG_ADDR( scope, inst, reg ) \ | ||
76 | ( (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
77 | #endif | ||
78 | |||
79 | #ifndef REG_ADDR_VECT | ||
80 | #define REG_ADDR_VECT( scope, inst, reg, index ) \ | ||
81 | ( (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
82 | (index) * STRIDE_##scope##_##reg ) | ||
83 | #endif | ||
84 | |||
85 | /* C-code for register scope iop_mpu */ | ||
86 | |||
87 | #define STRIDE_iop_mpu_rw_r 4 | ||
88 | /* Register rw_r, scope iop_mpu, type rw */ | ||
89 | typedef unsigned int reg_iop_mpu_rw_r; | ||
90 | #define REG_RD_ADDR_iop_mpu_rw_r 0 | ||
91 | #define REG_WR_ADDR_iop_mpu_rw_r 0 | ||
92 | |||
93 | /* Register rw_ctrl, scope iop_mpu, type rw */ | ||
94 | typedef struct { | ||
95 | unsigned int en : 1; | ||
96 | unsigned int dummy1 : 31; | ||
97 | } reg_iop_mpu_rw_ctrl; | ||
98 | #define REG_RD_ADDR_iop_mpu_rw_ctrl 128 | ||
99 | #define REG_WR_ADDR_iop_mpu_rw_ctrl 128 | ||
100 | |||
101 | /* Register r_pc, scope iop_mpu, type r */ | ||
102 | typedef struct { | ||
103 | unsigned int addr : 12; | ||
104 | unsigned int dummy1 : 20; | ||
105 | } reg_iop_mpu_r_pc; | ||
106 | #define REG_RD_ADDR_iop_mpu_r_pc 132 | ||
107 | |||
108 | /* Register r_stat, scope iop_mpu, type r */ | ||
109 | typedef struct { | ||
110 | unsigned int instr_reg_busy : 1; | ||
111 | unsigned int intr_busy : 1; | ||
112 | unsigned int intr_vect : 16; | ||
113 | unsigned int dummy1 : 14; | ||
114 | } reg_iop_mpu_r_stat; | ||
115 | #define REG_RD_ADDR_iop_mpu_r_stat 136 | ||
116 | |||
117 | /* Register rw_instr, scope iop_mpu, type rw */ | ||
118 | typedef unsigned int reg_iop_mpu_rw_instr; | ||
119 | #define REG_RD_ADDR_iop_mpu_rw_instr 140 | ||
120 | #define REG_WR_ADDR_iop_mpu_rw_instr 140 | ||
121 | |||
122 | /* Register rw_immediate, scope iop_mpu, type rw */ | ||
123 | typedef unsigned int reg_iop_mpu_rw_immediate; | ||
124 | #define REG_RD_ADDR_iop_mpu_rw_immediate 144 | ||
125 | #define REG_WR_ADDR_iop_mpu_rw_immediate 144 | ||
126 | |||
127 | /* Register r_trace, scope iop_mpu, type r */ | ||
128 | typedef struct { | ||
129 | unsigned int intr_vect : 16; | ||
130 | unsigned int pc : 12; | ||
131 | unsigned int en : 1; | ||
132 | unsigned int instr_reg_busy : 1; | ||
133 | unsigned int intr_busy : 1; | ||
134 | unsigned int dummy1 : 1; | ||
135 | } reg_iop_mpu_r_trace; | ||
136 | #define REG_RD_ADDR_iop_mpu_r_trace 148 | ||
137 | |||
138 | /* Register r_wr_stat, scope iop_mpu, type r */ | ||
139 | typedef struct { | ||
140 | unsigned int r0 : 1; | ||
141 | unsigned int r1 : 1; | ||
142 | unsigned int r2 : 1; | ||
143 | unsigned int r3 : 1; | ||
144 | unsigned int r4 : 1; | ||
145 | unsigned int r5 : 1; | ||
146 | unsigned int r6 : 1; | ||
147 | unsigned int r7 : 1; | ||
148 | unsigned int r8 : 1; | ||
149 | unsigned int r9 : 1; | ||
150 | unsigned int r10 : 1; | ||
151 | unsigned int r11 : 1; | ||
152 | unsigned int r12 : 1; | ||
153 | unsigned int r13 : 1; | ||
154 | unsigned int r14 : 1; | ||
155 | unsigned int r15 : 1; | ||
156 | unsigned int dummy1 : 16; | ||
157 | } reg_iop_mpu_r_wr_stat; | ||
158 | #define REG_RD_ADDR_iop_mpu_r_wr_stat 152 | ||
159 | |||
160 | #define STRIDE_iop_mpu_rw_thread 4 | ||
161 | /* Register rw_thread, scope iop_mpu, type rw */ | ||
162 | typedef struct { | ||
163 | unsigned int addr : 12; | ||
164 | unsigned int dummy1 : 20; | ||
165 | } reg_iop_mpu_rw_thread; | ||
166 | #define REG_RD_ADDR_iop_mpu_rw_thread 156 | ||
167 | #define REG_WR_ADDR_iop_mpu_rw_thread 156 | ||
168 | |||
169 | #define STRIDE_iop_mpu_rw_intr 4 | ||
170 | /* Register rw_intr, scope iop_mpu, type rw */ | ||
171 | typedef struct { | ||
172 | unsigned int addr : 12; | ||
173 | unsigned int dummy1 : 20; | ||
174 | } reg_iop_mpu_rw_intr; | ||
175 | #define REG_RD_ADDR_iop_mpu_rw_intr 196 | ||
176 | #define REG_WR_ADDR_iop_mpu_rw_intr 196 | ||
177 | |||
178 | |||
179 | /* Constants */ | ||
180 | enum { | ||
181 | regk_iop_mpu_no = 0x00000000, | ||
182 | regk_iop_mpu_r_pc_default = 0x00000000, | ||
183 | regk_iop_mpu_rw_ctrl_default = 0x00000000, | ||
184 | regk_iop_mpu_rw_intr_size = 0x00000010, | ||
185 | regk_iop_mpu_rw_r_size = 0x00000010, | ||
186 | regk_iop_mpu_rw_thread_default = 0x00000000, | ||
187 | regk_iop_mpu_rw_thread_size = 0x00000004, | ||
188 | regk_iop_mpu_yes = 0x00000001 | ||
189 | }; | ||
190 | #endif /* __iop_mpu_defs_h */ | ||
diff --git a/include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h b/include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h new file mode 100644 index 000000000000..2ec897ced166 --- /dev/null +++ b/include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | |||
@@ -0,0 +1,764 @@ | |||
1 | /* ************************************************************************* */ | ||
2 | /* This file is autogenerated by IOPASM Version 1.2 */ | ||
3 | /* DO NOT EDIT THIS FILE - All changes will be lost! */ | ||
4 | /* ************************************************************************* */ | ||
5 | |||
6 | |||
7 | |||
8 | #ifndef __IOP_MPU_MACROS_H__ | ||
9 | #define __IOP_MPU_MACROS_H__ | ||
10 | |||
11 | |||
12 | /* ************************************************************************* */ | ||
13 | /* REGISTER DEFINITIONS */ | ||
14 | /* ************************************************************************* */ | ||
15 | #define MPU_R0 (0x0) | ||
16 | #define MPU_R1 (0x1) | ||
17 | #define MPU_R2 (0x2) | ||
18 | #define MPU_R3 (0x3) | ||
19 | #define MPU_R4 (0x4) | ||
20 | #define MPU_R5 (0x5) | ||
21 | #define MPU_R6 (0x6) | ||
22 | #define MPU_R7 (0x7) | ||
23 | #define MPU_R8 (0x8) | ||
24 | #define MPU_R9 (0x9) | ||
25 | #define MPU_R10 (0xa) | ||
26 | #define MPU_R11 (0xb) | ||
27 | #define MPU_R12 (0xc) | ||
28 | #define MPU_R13 (0xd) | ||
29 | #define MPU_R14 (0xe) | ||
30 | #define MPU_R15 (0xf) | ||
31 | #define MPU_PC (0x2) | ||
32 | #define MPU_WSTS (0x3) | ||
33 | #define MPU_JADDR (0x4) | ||
34 | #define MPU_IRP (0x5) | ||
35 | #define MPU_SRP (0x6) | ||
36 | #define MPU_T0 (0x8) | ||
37 | #define MPU_T1 (0x9) | ||
38 | #define MPU_T2 (0xa) | ||
39 | #define MPU_T3 (0xb) | ||
40 | #define MPU_I0 (0x10) | ||
41 | #define MPU_I1 (0x11) | ||
42 | #define MPU_I2 (0x12) | ||
43 | #define MPU_I3 (0x13) | ||
44 | #define MPU_I4 (0x14) | ||
45 | #define MPU_I5 (0x15) | ||
46 | #define MPU_I6 (0x16) | ||
47 | #define MPU_I7 (0x17) | ||
48 | #define MPU_I8 (0x18) | ||
49 | #define MPU_I9 (0x19) | ||
50 | #define MPU_I10 (0x1a) | ||
51 | #define MPU_I11 (0x1b) | ||
52 | #define MPU_I12 (0x1c) | ||
53 | #define MPU_I13 (0x1d) | ||
54 | #define MPU_I14 (0x1e) | ||
55 | #define MPU_I15 (0x1f) | ||
56 | #define MPU_P2 (0x2) | ||
57 | #define MPU_P3 (0x3) | ||
58 | #define MPU_P5 (0x5) | ||
59 | #define MPU_P6 (0x6) | ||
60 | #define MPU_P8 (0x8) | ||
61 | #define MPU_P9 (0x9) | ||
62 | #define MPU_P10 (0xa) | ||
63 | #define MPU_P11 (0xb) | ||
64 | #define MPU_P16 (0x10) | ||
65 | #define MPU_P17 (0x12) | ||
66 | #define MPU_P18 (0x12) | ||
67 | #define MPU_P19 (0x13) | ||
68 | #define MPU_P20 (0x14) | ||
69 | #define MPU_P21 (0x15) | ||
70 | #define MPU_P22 (0x16) | ||
71 | #define MPU_P23 (0x17) | ||
72 | #define MPU_P24 (0x18) | ||
73 | #define MPU_P25 (0x19) | ||
74 | #define MPU_P26 (0x1a) | ||
75 | #define MPU_P27 (0x1b) | ||
76 | #define MPU_P28 (0x1c) | ||
77 | #define MPU_P29 (0x1d) | ||
78 | #define MPU_P30 (0x1e) | ||
79 | #define MPU_P31 (0x1f) | ||
80 | #define MPU_P1 (0x1) | ||
81 | #define MPU_REGA (0x1) | ||
82 | |||
83 | |||
84 | |||
85 | /* ************************************************************************* */ | ||
86 | /* ADDRESS MACROS */ | ||
87 | /* ************************************************************************* */ | ||
88 | #define MK_DWORD_ADDR(ADDR) (ADDR >> 2) | ||
89 | #define MK_BYTE_ADDR(ADDR) (ADDR) | ||
90 | |||
91 | |||
92 | |||
93 | /* ************************************************************************* */ | ||
94 | /* INSTRUCTION MACROS */ | ||
95 | /* ************************************************************************* */ | ||
96 | #define MPU_ADD_RRR(S,N,D) (0x4000008C | ((S & ((1 << 5) - 1)) << 16)\ | ||
97 | | ((N & ((1 << 5) - 1)) << 11)\ | ||
98 | | ((D & ((1 << 5) - 1)) << 21)) | ||
99 | |||
100 | #define MPU_ADD_RRS(S,N,D) (0x4000048C | ((S & ((1 << 5) - 1)) << 16)\ | ||
101 | | ((N & ((1 << 5) - 1)) << 11)\ | ||
102 | | ((D & ((1 << 5) - 1)) << 21)) | ||
103 | |||
104 | #define MPU_ADD_RSR(S,N,D) (0x4000018C | ((S & ((1 << 5) - 1)) << 16)\ | ||
105 | | ((N & ((1 << 5) - 1)) << 11)\ | ||
106 | | ((D & ((1 << 5) - 1)) << 21)) | ||
107 | |||
108 | #define MPU_ADD_RSS(S,N,D) (0x4000058C | ((S & ((1 << 5) - 1)) << 16)\ | ||
109 | | ((N & ((1 << 5) - 1)) << 11)\ | ||
110 | | ((D & ((1 << 5) - 1)) << 21)) | ||
111 | |||
112 | #define MPU_ADD_SRR(S,N,D) (0x4000028C | ((S & ((1 << 5) - 1)) << 16)\ | ||
113 | | ((N & ((1 << 5) - 1)) << 11)\ | ||
114 | | ((D & ((1 << 5) - 1)) << 21)) | ||
115 | |||
116 | #define MPU_ADD_SRS(S,N,D) (0x4000068C | ((S & ((1 << 5) - 1)) << 16)\ | ||
117 | | ((N & ((1 << 5) - 1)) << 11)\ | ||
118 | | ((D & ((1 << 5) - 1)) << 21)) | ||
119 | |||
120 | #define MPU_ADD_SSR(S,N,D) (0x4000038C | ((S & ((1 << 5) - 1)) << 16)\ | ||
121 | | ((N & ((1 << 5) - 1)) << 11)\ | ||
122 | | ((D & ((1 << 5) - 1)) << 21)) | ||
123 | |||
124 | #define MPU_ADD_SSS(S,N,D) (0x4000078C | ((S & ((1 << 5) - 1)) << 16)\ | ||
125 | | ((N & ((1 << 5) - 1)) << 11)\ | ||
126 | | ((D & ((1 << 5) - 1)) << 21)) | ||
127 | |||
128 | #define MPU_ADDQ_RIR(S,N,D) (0x10000000 | ((S & ((1 << 5) - 1)) << 16)\ | ||
129 | | ((N & ((1 << 16) - 1)) << 0)\ | ||
130 | | ((D & ((1 << 5) - 1)) << 21)) | ||
131 | |||
132 | #define MPU_ADDQ_IRR(S,N,D) (0x10000000 | ((S & ((1 << 16) - 1)) << 0)\ | ||
133 | | ((N & ((1 << 5) - 1)) << 16)\ | ||
134 | | ((D & ((1 << 5) - 1)) << 21)) | ||
135 | |||
136 | #define MPU_ADDX_IRR_INSTR(S,N,D) (0xC000008C | ((N & ((1 << 5) - 1)) << 16)\ | ||
137 | | ((D & ((1 << 5) - 1)) << 21)) | ||
138 | |||
139 | #define MPU_ADDX_IRR_IMM(S,N,D) (S & 0xFFFFFFFF) | ||
140 | |||
141 | #define MPU_ADDX_RIR_INSTR(S,N,D) (0xC000008C | ((S & ((1 << 5) - 1)) << 16)\ | ||
142 | | ((D & ((1 << 5) - 1)) << 21)) | ||
143 | |||
144 | #define MPU_ADDX_RIR_IMM(S,N,D) (N & 0xFFFFFFFF) | ||
145 | |||
146 | #define MPU_ADDX_ISR_INSTR(S,N,D) (0xC000028C | ((N & ((1 << 5) - 1)) << 16)\ | ||
147 | | ((D & ((1 << 5) - 1)) << 21)) | ||
148 | |||
149 | #define MPU_ADDX_ISR_IMM(S,N,D) (S & 0xFFFFFFFF) | ||
150 | |||
151 | #define MPU_ADDX_SIR_INSTR(S,N,D) (0xC000028C | ((S & ((1 << 5) - 1)) << 16)\ | ||
152 | | ((D & ((1 << 5) - 1)) << 21)) | ||
153 | |||
154 | #define MPU_ADDX_SIR_IMM(S,N,D) (N & 0xFFFFFFFF) | ||
155 | |||
156 | #define MPU_ADDX_IRS_INSTR(S,N,D) (0xC000048C | ((N & ((1 << 5) - 1)) << 16)\ | ||
157 | | ((D & ((1 << 5) - 1)) << 21)) | ||
158 | |||
159 | #define MPU_ADDX_IRS_IMM(S,N,D) (S & 0xFFFFFFFF) | ||
160 | |||
161 | #define MPU_ADDX_RIS_INSTR(S,N,D) (0xC000048C | ((S & ((1 << 5) - 1)) << 16)\ | ||
162 | | ((D & ((1 << 5) - 1)) << 21)) | ||
163 | |||
164 | #define MPU_ADDX_RIS_IMM(S,N,D) (N & 0xFFFFFFFF) | ||
165 | |||
166 | #define MPU_ADDX_ISS_INSTR(S,N,D) (0xC000068C | ((N & ((1 << 5) - 1)) << 16)\ | ||
167 | | ((D & ((1 << 5) - 1)) << 21)) | ||
168 | |||
169 | #define MPU_ADDX_ISS_IMM(S,N,D) (S & 0xFFFFFFFF) | ||
170 | |||
171 | #define MPU_ADDX_SIS_INSTR(S,N,D) (0xC000068C | ((S & ((1 << 5) - 1)) << 16)\ | ||
172 | | ((D & ((1 << 5) - 1)) << 21)) | ||
173 | |||
174 | #define MPU_ADDX_SIS_IMM(S,N,D) (N & 0xFFFFFFFF) | ||
175 | |||
176 | #define MPU_AND_RRR(S,N,D) (0x4000008A | ((S & ((1 << 5) - 1)) << 16)\ | ||
177 | | ((N & ((1 << 5) - 1)) << 11)\ | ||
178 | | ((D & ((1 << 5) - 1)) << 21)) | ||
179 | |||
180 | #define MPU_AND_RRS(S,N,D) (0x4000048A | ((S & ((1 << 5) - 1)) << 16)\ | ||
181 | | ((N & ((1 << 5) - 1)) << 11)\ | ||
182 | | ((D & ((1 << 5) - 1)) << 21)) | ||
183 | |||
184 | #define MPU_AND_RSR(S,N,D) (0x4000018A | ((S & ((1 << 5) - 1)) << 16)\ | ||
185 | | ((N & ((1 << 5) - 1)) << 11)\ | ||
186 | | ((D & ((1 << 5) - 1)) << 21)) | ||
187 | |||
188 | #define MPU_AND_RSS(S,N,D) (0x4000058A | ((S & ((1 << 5) - 1)) << 16)\ | ||
189 | | ((N & ((1 << 5) - 1)) << 11)\ | ||
190 | | ((D & ((1 << 5) - 1)) << 21)) | ||
191 | |||
192 | #define MPU_AND_SRR(S,N,D) (0x4000028A | ((S & ((1 << 5) - 1)) << 16)\ | ||
193 | | ((N & ((1 << 5) - 1)) << 11)\ | ||
194 | | ((D & ((1 << 5) - 1)) << 21)) | ||
195 | |||
196 | #define MPU_AND_SRS(S,N,D) (0x4000068A | ((S & ((1 << 5) - 1)) << 16)\ | ||
197 | | ((N & ((1 << 5) - 1)) << 11)\ | ||
198 | | ((D & ((1 << 5) - 1)) << 21)) | ||
199 | |||
200 | #define MPU_AND_SSR(S,N,D) (0x4000038A | ((S & ((1 << 5) - 1)) << 16)\ | ||
201 | | ((N & ((1 << 5) - 1)) << 11)\ | ||
202 | | ((D & ((1 << 5) - 1)) << 21)) | ||
203 | |||
204 | #define MPU_AND_SSS(S,N,D) (0x4000078A | ((S & ((1 << 5) - 1)) << 16)\ | ||
205 | | ((N & ((1 << 5) - 1)) << 11)\ | ||
206 | | ((D & ((1 << 5) - 1)) << 21)) | ||
207 | |||
208 | #define MPU_ANDQ_RIR(S,N,D) (0x08000000 | ((S & ((1 << 5) - 1)) << 16)\ | ||
209 | | ((N & ((1 << 16) - 1)) << 0)\ | ||
210 | | ((D & ((1 << 5) - 1)) << 21)) | ||
211 | |||
212 | #define MPU_ANDQ_IRR(S,N,D) (0x08000000 | ((S & ((1 << 16) - 1)) << 0)\ | ||
213 | | ((N & ((1 << 5) - 1)) << 16)\ | ||
214 | | ((D & ((1 << 5) - 1)) << 21)) | ||
215 | |||
216 | #define MPU_ANDX_RIR_INSTR(S,N,D) (0xC000008A | ((S & ((1 << 5) - 1)) << 16)\ | ||
217 | | ((D & ((1 << 5) - 1)) << 21)) | ||
218 | |||
219 | #define MPU_ANDX_RIR_IMM(S,N,D) (N & 0xFFFFFFFF) | ||
220 | |||
221 | #define MPU_ANDX_IRR_INSTR(S,N,D) (0xC000008A | ((N & ((1 << 5) - 1)) << 16)\ | ||
222 | | ((D & ((1 << 5) - 1)) << 21)) | ||
223 | |||
224 | #define MPU_ANDX_IRR_IMM(S,N,D) (S & 0xFFFFFFFF) | ||
225 | |||
226 | #define MPU_ANDX_ISR_INSTR(S,N,D) (0xC000028A | ((N & ((1 << 5) - 1)) << 16)\ | ||
227 | | ((D & ((1 << 5) - 1)) << 21)) | ||
228 | |||
229 | #define MPU_ANDX_ISR_IMM(S,N,D) (S & 0xFFFFFFFF) | ||
230 | |||
231 | #define MPU_ANDX_SIR_INSTR(S,N,D) (0xC000028A | ((S & ((1 << 5) - 1)) << 16)\ | ||
232 | | ((D & ((1 << 5) - 1)) << 21)) | ||
233 | |||
234 | #define MPU_ANDX_SIR_IMM(S,N,D) (N & 0xFFFFFFFF) | ||
235 | |||
236 | #define MPU_ANDX_IRS_INSTR(S,N,D) (0xC000048A | ((N & ((1 << 5) - 1)) << 16)\ | ||
237 | | ((D & ((1 << 5) - 1)) << 21)) | ||
238 | |||
239 | #define MPU_ANDX_IRS_IMM(S,N,D) (S & 0xFFFFFFFF) | ||
240 | |||
241 | #define MPU_ANDX_ISS_INSTR(S,N,D) (0xC000068A | ((N & ((1 << 5) - 1)) << 16)\ | ||
242 | | ((D & ((1 << 5) - 1)) << 21)) | ||
243 | |||
244 | #define MPU_ANDX_ISS_IMM(S,N,D) (S & 0xFFFFFFFF) | ||
245 | |||
246 | #define MPU_ANDX_RIS_INSTR(S,N,D) (0xC000048A | ((S & ((1 << 5) - 1)) << 16)\ | ||
247 | | ((D & ((1 << 5) - 1)) << 21)) | ||
248 | |||
249 | #define MPU_ANDX_RIS_IMM(S,N,D) (N & 0xFFFFFFFF) | ||
250 | |||
251 | #define MPU_ANDX_SIS_INSTR(S,N,D) (0xC000068A | ((S & ((1 << 5) - 1)) << 16)\ | ||
252 | | ((D & ((1 << 5) - 1)) << 21)) | ||
253 | |||
254 | #define MPU_ANDX_SIS_IMM(S,N,D) (N & 0xFFFFFFFF) | ||
255 | |||
256 | #define MPU_BA_I(S) (0x60000000 | ((S & ((1 << 16) - 1)) << 0)) | ||
257 | |||
258 | #define MPU_BAR_R(S) (0x62000000 | ((S & ((1 << 5) - 1)) << 11)) | ||
259 | |||
260 | #define MPU_BAR_S(S) (0x63000000 | ((S & ((1 << 5) - 1)) << 11)) | ||
261 | |||
262 | #define MPU_BBC_RII(S,N,D) (0x78000000 | ((S & ((1 << 5) - 1)) << 16)\ | ||
263 | | ((N & ((1 << 5) - 1)) << 21)\ | ||
264 | | ((D & ((1 << 16) - 1)) << 0)) | ||
265 | |||
266 | #define MPU_BBS_RII(S,N,D) (0x7C000000 | ((S & ((1 << 5) - 1)) << 16)\ | ||
267 | | ((N & ((1 << 5) - 1)) << 21)\ | ||
268 | | ((D & ((1 << 16) - 1)) << 0)) | ||
269 | |||
270 | #define MPU_BNZ_RI(S,D) (0x74400000 | ((S & ((1 << 5) - 1)) << 16)\ | ||
271 | | ((D & ((1 << 16) - 1)) << 0)) | ||
272 | |||
273 | #define MPU_BMI_RI(S,D) (0x7FE00000 | ((S & ((1 << 5) - 1)) << 16)\ | ||
274 | | ((D & ((1 << 16) - 1)) << 0)) | ||
275 | |||
276 | #define MPU_BPL_RI(S,D) (0x7BE00000 | ((S & ((1 << 5) - 1)) << 16)\ | ||
277 | | ((D & ((1 << 16) - 1)) << 0)) | ||
278 | |||
279 | #define MPU_BZ_RI(S,D) (0x74000000 | ((S & ((1 << 5) - 1)) << 16)\ | ||
280 | | ((D & ((1 << 16) - 1)) << 0)) | ||
281 | |||
282 | #define MPU_DI() (0x40000001) | ||
283 | |||
284 | #define MPU_EI() (0x40000003) | ||
285 | |||
286 | #define MPU_HALT() (0x40000002) | ||
287 | |||
288 | #define MPU_JIR_I(S) (0x60200000 | ((S & ((1 << 16) - 1)) << 0)) | ||
289 | |||
290 | #define MPU_JIR_R(S) (0x62200000 | ((S & ((1 << 5) - 1)) << 11)) | ||
291 | |||
292 | #define MPU_JIR_S(S) (0x63200000 | ((S & ((1 << 5) - 1)) << 11)) | ||
293 | |||
294 | #define MPU_JNT() (0x61000000) | ||
295 | |||
296 | #define MPU_JSR_I(S) (0x60400000 | ((S & ((1 << 16) - 1)) << 0)) | ||
297 | |||
298 | #define MPU_JSR_R(S) (0x62400000 | ((S & ((1 << 5) - 1)) << 11)) | ||
299 | |||
300 | #define MPU_JSR_S(S) (0x63400000 | ((S & ((1 << 5) - 1)) << 11)) | ||
301 | |||
302 | #define MPU_LSL_RRR(S,N,D) (0x4000008E | ((S & ((1 << 5) - 1)) << 16)\ | ||
303 | | ((N & ((1 << 5) - 1)) << 11)\ | ||
304 | | ((D & ((1 << 5) - 1)) << 21)) | ||
305 | |||
306 | #define MPU_LSL_RRS(S,N,D) (0x4000048E | ((S & ((1 << 5) - 1)) << 16)\ | ||
307 | | ((N & ((1 << 5) - 1)) << 11)\ | ||
308 | | ((D & ((1 << 5) - 1)) << 21)) | ||
309 | |||
310 | #define MPU_LSL_RSR(S,N,D) (0x4000018E | ((S & ((1 << 5) - 1)) << 16)\ | ||
311 | | ((N & ((1 << 5) - 1)) << 11)\ | ||
312 | | ((D & ((1 << 5) - 1)) << 21)) | ||
313 | |||
314 | #define MPU_LSL_RSS(S,N,D) (0x4000058E | ((S & ((1 << 5) - 1)) << 16)\ | ||
315 | | ((N & ((1 << 5) - 1)) << 11)\ | ||
316 | | ((D & ((1 << 5) - 1)) << 21)) | ||
317 | |||
318 | #define MPU_LSL_SRR(S,N,D) (0x4000028E | ((S & ((1 << 5) - 1)) << 16)\ | ||
319 | | ((N & ((1 << 5) - 1)) << 11)\ | ||
320 | | ((D & ((1 << 5) - 1)) << 21)) | ||
321 | |||
322 | #define MPU_LSL_SRS(S,N,D) (0x4000068E | ((S & ((1 << 5) - 1)) << 16)\ | ||
323 | | ((N & ((1 << 5) - 1)) << 11)\ | ||
324 | | ((D & ((1 << 5) - 1)) << 21)) | ||
325 | |||
326 | #define MPU_LSL_SSR(S,N,D) (0x4000038E | ((S & ((1 << 5) - 1)) << 16)\ | ||
327 | | ((N & ((1 << 5) - 1)) << 11)\ | ||
328 | | ((D & ((1 << 5) - 1)) << 21)) | ||
329 | |||
330 | #define MPU_LSL_SSS(S,N,D) (0x4000078E | ((S & ((1 << 5) - 1)) << 16)\ | ||
331 | | ((N & ((1 << 5) - 1)) << 11)\ | ||
332 | | ((D & ((1 << 5) - 1)) << 21)) | ||
333 | |||
334 | #define MPU_LSLQ_RIR(S,N,D) (0x18000000 | ((S & ((1 << 5) - 1)) << 16)\ | ||
335 | | ((N & ((1 << 16) - 1)) << 0)\ | ||
336 | | ((D & ((1 << 5) - 1)) << 21)) | ||
337 | |||
338 | #define MPU_LSR_RRR(S,N,D) (0x4000008F | ((S & ((1 << 5) - 1)) << 16)\ | ||
339 | | ((N & ((1 << 5) - 1)) << 11)\ | ||
340 | | ((D & ((1 << 5) - 1)) << 21)) | ||
341 | |||
342 | #define MPU_LSR_RRS(S,N,D) (0x4000048F | ((S & ((1 << 5) - 1)) << 16)\ | ||
343 | | ((N & ((1 << 5) - 1)) << 11)\ | ||
344 | | ((D & ((1 << 5) - 1)) << 21)) | ||
345 | |||
346 | #define MPU_LSR_RSR(S,N,D) (0x4000018F | ((S & ((1 << 5) - 1)) << 16)\ | ||
347 | | ((N & ((1 << 5) - 1)) << 11)\ | ||
348 | | ((D & ((1 << 5) - 1)) << 21)) | ||
349 | |||
350 | #define MPU_LSR_RSS(S,N,D) (0x4000058F | ((S & ((1 << 5) - 1)) << 16)\ | ||
351 | | ((N & ((1 << 5) - 1)) << 11)\ | ||
352 | | ((D & ((1 << 5) - 1)) << 21)) | ||
353 | |||
354 | #define MPU_LSR_SRR(S,N,D) (0x4000028F | ((S & ((1 << 5) - 1)) << 16)\ | ||
355 | | ((N & ((1 << 5) - 1)) << 11)\ | ||
356 | | ((D & ((1 << 5) - 1)) << 21)) | ||
357 | |||
358 | #define MPU_LSR_SRS(S,N,D) (0x4000068F | ((S & ((1 << 5) - 1)) << 16)\ | ||
359 | | ((N & ((1 << 5) - 1)) << 11)\ | ||
360 | | ((D & ((1 << 5) - 1)) << 21)) | ||
361 | |||
362 | #define MPU_LSR_SSR(S,N,D) (0x4000038F | ((S & ((1 << 5) - 1)) << 16)\ | ||
363 | | ((N & ((1 << 5) - 1)) << 11)\ | ||
364 | | ((D & ((1 << 5) - 1)) << 21)) | ||
365 | |||
366 | #define MPU_LSR_SSS(S,N,D) (0x4000078F | ((S & ((1 << 5) - 1)) << 16)\ | ||
367 | | ((N & ((1 << 5) - 1)) << 11)\ | ||
368 | | ((D & ((1 << 5) - 1)) << 21)) | ||
369 | |||
370 | #define MPU_LSRQ_RIR(S,N,D) (0x1C000000 | ((S & ((1 << 5) - 1)) << 16)\ | ||
371 | | ((N & ((1 << 16) - 1)) << 0)\ | ||
372 | | ((D & ((1 << 5) - 1)) << 21)) | ||
373 | |||
374 | #define MPU_LW_IR(S,D) (0x64400000 | ((S & ((1 << 16) - 1)) << 0)\ | ||
375 | | ((D & ((1 << 5) - 1)) << 16)) | ||
376 | |||
377 | #define MPU_LW_IS(S,D) (0x64600000 | ((S & ((1 << 16) - 1)) << 0)\ | ||
378 | | ((D & ((1 << 5) - 1)) << 16)) | ||
379 | |||
380 | #define MPU_LW_RR(S,D) (0x66400000 | ((S & ((1 << 5) - 1)) << 11)\ | ||
381 | | ((D & ((1 << 5) - 1)) << 16)) | ||
382 | |||
383 | #define MPU_LW_RS(S,D) (0x66600000 | ((S & ((1 << 5) - 1)) << 11)\ | ||
384 | | ((D & ((1 << 5) - 1)) << 16)) | ||
385 | |||
386 | #define MPU_LW_SR(S,D) (0x67400000 | ((S & ((1 << 5) - 1)) << 11)\ | ||
387 | | ((D & ((1 << 5) - 1)) << 16)) | ||
388 | |||
389 | #define MPU_LW_SS(S,D) (0x67600000 | ((S & ((1 << 5) - 1)) << 11)\ | ||
390 | | ((D & ((1 << 5) - 1)) << 16)) | ||
391 | |||
392 | #define MPU_LW_RIR(S,N,D) (0x66400000 | ((S & ((1 << 5) - 1)) << 11)\ | ||
393 | | ((N & ((1 << 8) - 1)) << 0)\ | ||
394 | | ((D & ((1 << 5) - 1)) << 16)) | ||
395 | |||
396 | #define MPU_LW_RIS(S,N,D) (0x66600000 | ((S & ((1 << 5) - 1)) << 11)\ | ||
397 | | ((N & ((1 << 8) - 1)) << 0)\ | ||
398 | | ((D & ((1 << 5) - 1)) << 16)) | ||
399 | |||
400 | #define MPU_LW_SIR(S,N,D) (0x67400000 | ((S & ((1 << 5) - 1)) << 11)\ | ||
401 | | ((N & ((1 << 8) - 1)) << 0)\ | ||
402 | | ((D & ((1 << 5) - 1)) << 16)) | ||
403 | |||
404 | #define MPU_LW_SIS(S,N,D) (0x67600000 | ((S & ((1 << 5) - 1)) << 11)\ | ||
405 | | ((N & ((1 << 8) - 1)) << 0)\ | ||
406 | | ((D & ((1 << 5) - 1)) << 16)) | ||
407 | |||
408 | #define MPU_MOVE_RR(S,D) (0x40000081 | ((S & ((1 << 5) - 1)) << 11)\ | ||
409 | | ((D & ((1 << 5) - 1)) << 21)) | ||
410 | |||
411 | #define MPU_MOVE_RS(S,D) (0x40000481 | ((S & ((1 << 5) - 1)) << 11)\ | ||
412 | | ((D & ((1 << 5) - 1)) << 21)) | ||
413 | |||
414 | #define MPU_MOVE_SR(S,D) (0x40000181 | ((S & ((1 << 5) - 1)) << 11)\ | ||
415 | | ((D & ((1 << 5) - 1)) << 21)) | ||
416 | |||
417 | #define MPU_MOVE_SS(S,D) (0x40000581 | ((S & ((1 << 5) - 1)) << 11)\ | ||
418 | | ((D & ((1 << 5) - 1)) << 21)) | ||
419 | |||
420 | #define MPU_MOVEQ_IR(S,D) (0x24000000 | ((S & ((1 << 16) - 1)) << 0)\ | ||
421 | | ((D & ((1 << 5) - 1)) << 21)) | ||
422 | |||
423 | #define MPU_MOVEQ_IS(S,D) (0x2C000000 | ((S & ((1 << 16) - 1)) << 0)\ | ||
424 | | ((D & ((1 << 5) - 1)) << 21)) | ||
425 | |||
426 | #define MPU_MOVEX_IR_INSTR(S,D) (0xC0000081 | ((D & ((1 << 5) - 1)) << 21)) | ||
427 | |||
428 | #define MPU_MOVEX_IR_IMM(S,D) (S & 0xFFFFFFFF) | ||
429 | |||
430 | #define MPU_MOVEX_IS_INSTR(S,D) (0xC0000481 | ((D & ((1 << 5) - 1)) << 21)) | ||
431 | |||
432 | #define MPU_MOVEX_IS_IMM(S,D) (S & 0xFFFFFFFF) | ||
433 | |||
434 | #define MPU_NOP() (0x40000000) | ||
435 | |||
436 | #define MPU_NOT_RR(S,D) (0x40100081 | ((S & ((1 << 5) - 1)) << 11)\ | ||
437 | | ((D & ((1 << 5) - 1)) << 21)) | ||
438 | |||
439 | #define MPU_NOT_RS(S,D) (0x40100481 | ((S & ((1 << 5) - 1)) << 11)\ | ||
440 | | ((D & ((1 << 5) - 1)) << 21)) | ||
441 | |||
442 | #define MPU_NOT_SR(S,D) (0x40100181 | ((S & ((1 << 5) - 1)) << 11)\ | ||
443 | | ((D & ((1 << 5) - 1)) << 21)) | ||
444 | |||
445 | #define MPU_NOT_SS(S,D) (0x40100581 | ((S & ((1 << 5) - 1)) << 11)\ | ||
446 | | ((D & ((1 << 5) - 1)) << 21)) | ||
447 | |||
448 | #define MPU_OR_RRR(S,N,D) (0x4000008B | ((S & ((1 << 5) - 1)) << 16)\ | ||
449 | | ((N & ((1 << 5) - 1)) << 11)\ | ||
450 | | ((D & ((1 << 5) - 1)) << 21)) | ||
451 | |||
452 | #define MPU_OR_RRS(S,N,D) (0x4000048B | ((S & ((1 << 5) - 1)) << 16)\ | ||
453 | | ((N & ((1 << 5) - 1)) << 11)\ | ||
454 | | ((D & ((1 << 5) - 1)) << 21)) | ||
455 | |||
456 | #define MPU_OR_RSR(S,N,D) (0x4000018B | ((S & ((1 << 5) - 1)) << 16)\ | ||
457 | | ((N & ((1 << 5) - 1)) << 11)\ | ||
458 | | ((D & ((1 << 5) - 1)) << 21)) | ||
459 | |||
460 | #define MPU_OR_RSS(S,N,D) (0x4000058B | ((S & ((1 << 5) - 1)) << 16)\ | ||
461 | | ((N & ((1 << 5) - 1)) << 11)\ | ||
462 | | ((D & ((1 << 5) - 1)) << 21)) | ||
463 | |||
464 | #define MPU_OR_SRR(S,N,D) (0x4000028B | ((S & ((1 << 5) - 1)) << 16)\ | ||
465 | | ((N & ((1 << 5) - 1)) << 11)\ | ||
466 | | ((D & ((1 << 5) - 1)) << 21)) | ||
467 | |||
468 | #define MPU_OR_SRS(S,N,D) (0x4000068B | ((S & ((1 << 5) - 1)) << 16)\ | ||
469 | | ((N & ((1 << 5) - 1)) << 11)\ | ||
470 | | ((D & ((1 << 5) - 1)) << 21)) | ||
471 | |||
472 | #define MPU_OR_SSR(S,N,D) (0x4000038B | ((S & ((1 << 5) - 1)) << 16)\ | ||
473 | | ((N & ((1 << 5) - 1)) << 11)\ | ||
474 | | ((D & ((1 << 5) - 1)) << 21)) | ||
475 | |||
476 | #define MPU_OR_SSS(S,N,D) (0x4000078B | ((S & ((1 << 5) - 1)) << 16)\ | ||
477 | | ((N & ((1 << 5) - 1)) << 11)\ | ||
478 | | ((D & ((1 << 5) - 1)) << 21)) | ||
479 | |||
480 | #define MPU_ORQ_RIR(S,N,D) (0x0C000000 | ((S & ((1 << 5) - 1)) << 16)\ | ||
481 | | ((N & ((1 << 16) - 1)) << 0)\ | ||
482 | | ((D & ((1 << 5) - 1)) << 21)) | ||
483 | |||
484 | #define MPU_ORQ_IRR(S,N,D) (0x0C000000 | ((S & ((1 << 16) - 1)) << 0)\ | ||
485 | | ((N & ((1 << 5) - 1)) << 16)\ | ||
486 | | ((D & ((1 << 5) - 1)) << 21)) | ||
487 | |||
488 | #define MPU_ORX_RIR_INSTR(S,N,D) (0xC000008B | ((S & ((1 << 5) - 1)) << 16)\ | ||
489 | | ((D & ((1 << 5) - 1)) << 21)) | ||
490 | |||
491 | #define MPU_ORX_RIR_IMM(S,N,D) (N & 0xFFFFFFFF) | ||
492 | |||
493 | #define MPU_ORX_IRR_INSTR(S,N,D) (0xC000008B | ((N & ((1 << 5) - 1)) << 16)\ | ||
494 | | ((D & ((1 << 5) - 1)) << 21)) | ||
495 | |||
496 | #define MPU_ORX_IRR_IMM(S,N,D) (S & 0xFFFFFFFF) | ||
497 | |||
498 | #define MPU_ORX_SIR_INSTR(S,N,D) (0xC000028B | ((S & ((1 << 5) - 1)) << 16)\ | ||
499 | | ((D & ((1 << 5) - 1)) << 21)) | ||
500 | |||
501 | #define MPU_ORX_SIR_IMM(S,N,D) (N & 0xFFFFFFFF) | ||
502 | |||
503 | #define MPU_ORX_ISR_INSTR(S,N,D) (0xC000028B | ((N & ((1 << 5) - 1)) << 16)\ | ||
504 | | ((D & ((1 << 5) - 1)) << 21)) | ||
505 | |||
506 | #define MPU_ORX_ISR_IMM(S,N,D) (S & 0xFFFFFFFF) | ||
507 | |||
508 | #define MPU_ORX_RIS_INSTR(S,N,D) (0xC000048B | ((S & ((1 << 5) - 1)) << 16)\ | ||
509 | | ((D & ((1 << 5) - 1)) << 21)) | ||
510 | |||
511 | #define MPU_ORX_RIS_IMM(S,N,D) (N & 0xFFFFFFFF) | ||
512 | |||
513 | #define MPU_ORX_IRS_INSTR(S,N,D) (0xC000048B | ((N & ((1 << 5) - 1)) << 16)\ | ||
514 | | ((D & ((1 << 5) - 1)) << 21)) | ||
515 | |||
516 | #define MPU_ORX_IRS_IMM(S,N,D) (S & 0xFFFFFFFF) | ||
517 | |||
518 | #define MPU_ORX_SIS_INSTR(S,N,D) (0xC000068B | ((S & ((1 << 5) - 1)) << 16)\ | ||
519 | | ((D & ((1 << 5) - 1)) << 21)) | ||
520 | |||
521 | #define MPU_ORX_SIS_IMM(S,N,D) (N & 0xFFFFFFFF) | ||
522 | |||
523 | #define MPU_ORX_ISS_INSTR(S,N,D) (0xC000068B | ((N & ((1 << 5) - 1)) << 16)\ | ||
524 | | ((D & ((1 << 5) - 1)) << 21)) | ||
525 | |||
526 | #define MPU_ORX_ISS_IMM(S,N,D) (S & 0xFFFFFFFF) | ||
527 | |||
528 | #define MPU_RET() (0x63003000) | ||
529 | |||
530 | #define MPU_RETI() (0x63602800) | ||
531 | |||
532 | #define MPU_RR_IR(S,D) (0x50000000 | ((S & ((1 << 11) - 1)) << 0)\ | ||
533 | | ((D & ((1 << 5) - 1)) << 21)) | ||
534 | |||
535 | #define MPU_RR_SR(S,D) (0x50008000 | ((S & ((1 << 5) - 1)) << 16)\ | ||
536 | | ((D & ((1 << 5) - 1)) << 21)) | ||
537 | |||
538 | #define MPU_RW_RI(S,D) (0x56000000 | ((S & ((1 << 5) - 1)) << 11)\ | ||
539 | | ((D & ((1 << 11) - 1)) << 0)) | ||
540 | |||
541 | #define MPU_RW_RS(S,D) (0x57000000 | ((S & ((1 << 5) - 1)) << 11)\ | ||
542 | | ((D & ((1 << 5) - 1)) << 16)) | ||
543 | |||
544 | #define MPU_RWQ_II(S,D) (0x58000000 | ((S & ((1 << 16) - 1)) << 11)\ | ||
545 | | ((D & ((1 << 11) - 1)) << 0)) | ||
546 | |||
547 | #define MPU_RWQ_IS(S,D) (0x55000000 | ((S & ((1 << 16) - 1)) << 0)\ | ||
548 | | ((D & ((1 << 5) - 1)) << 16)) | ||
549 | |||
550 | #define MPU_RWX_II_INSTR(S,D) (0xD4000000 | ((D & ((1 << 11) - 1)) << 0)) | ||
551 | |||
552 | #define MPU_RWX_II_IMM(S,D) (S & 0xFFFFFFFF) | ||
553 | |||
554 | #define MPU_RWX_IS_INSTR(S,D) (0xD5000000 | ((D & ((1 << 5) - 1)) << 16)) | ||
555 | |||
556 | #define MPU_RWX_IS_IMM(S,D) (S & 0xFFFFFFFF) | ||
557 | |||
558 | #define MPU_SUB_RRR(S,N,D) (0x4000008D | ((S & ((1 << 5) - 1)) << 16)\ | ||
559 | | ((N & ((1 << 5) - 1)) << 11)\ | ||
560 | | ((D & ((1 << 5) - 1)) << 21)) | ||
561 | |||
562 | #define MPU_SUB_RRS(S,N,D) (0x4000048D | ((S & ((1 << 5) - 1)) << 16)\ | ||
563 | | ((N & ((1 << 5) - 1)) << 11)\ | ||
564 | | ((D & ((1 << 5) - 1)) << 21)) | ||
565 | |||
566 | #define MPU_SUB_RSR(S,N,D) (0x4000018D | ((S & ((1 << 5) - 1)) << 16)\ | ||
567 | | ((N & ((1 << 5) - 1)) << 11)\ | ||
568 | | ((D & ((1 << 5) - 1)) << 21)) | ||
569 | |||
570 | #define MPU_SUB_RSS(S,N,D) (0x4000058D | ((S & ((1 << 5) - 1)) << 16)\ | ||
571 | | ((N & ((1 << 5) - 1)) << 11)\ | ||
572 | | ((D & ((1 << 5) - 1)) << 21)) | ||
573 | |||
574 | #define MPU_SUB_SRR(S,N,D) (0x4000028D | ((S & ((1 << 5) - 1)) << 16)\ | ||
575 | | ((N & ((1 << 5) - 1)) << 11)\ | ||
576 | | ((D & ((1 << 5) - 1)) << 21)) | ||
577 | |||
578 | #define MPU_SUB_SRS(S,N,D) (0x4000068D | ((S & ((1 << 5) - 1)) << 16)\ | ||
579 | | ((N & ((1 << 5) - 1)) << 11)\ | ||
580 | | ((D & ((1 << 5) - 1)) << 21)) | ||
581 | |||
582 | #define MPU_SUB_SSR(S,N,D) (0x4000038D | ((S & ((1 << 5) - 1)) << 16)\ | ||
583 | | ((N & ((1 << 5) - 1)) << 11)\ | ||
584 | | ((D & ((1 << 5) - 1)) << 21)) | ||
585 | |||
586 | #define MPU_SUB_SSS(S,N,D) (0x4000078D | ((S & ((1 << 5) - 1)) << 16)\ | ||
587 | | ((N & ((1 << 5) - 1)) << 11)\ | ||
588 | | ((D & ((1 << 5) - 1)) << 21)) | ||
589 | |||
590 | #define MPU_SUBQ_RIR(S,N,D) (0x14000000 | ((S & ((1 << 5) - 1)) << 16)\ | ||
591 | | ((N & ((1 << 16) - 1)) << 0)\ | ||
592 | | ((D & ((1 << 5) - 1)) << 21)) | ||
593 | |||
594 | #define MPU_SUBX_RIR_INSTR(S,N,D) (0xC000008D | ((S & ((1 << 5) - 1)) << 16)\ | ||
595 | | ((D & ((1 << 5) - 1)) << 21)) | ||
596 | |||
597 | #define MPU_SUBX_RIR_IMM(S,N,D) (N & 0xFFFFFFFF) | ||
598 | |||
599 | #define MPU_SUBX_SIR_INSTR(S,N,D) (0xC000028D | ((S & ((1 << 5) - 1)) << 16)\ | ||
600 | | ((D & ((1 << 5) - 1)) << 21)) | ||
601 | |||
602 | #define MPU_SUBX_SIR_IMM(S,N,D) (N & 0xFFFFFFFF) | ||
603 | |||
604 | #define MPU_SUBX_RIS_INSTR(S,N,D) (0xC000048D | ((S & ((1 << 5) - 1)) << 16)\ | ||
605 | | ((D & ((1 << 5) - 1)) << 21)) | ||
606 | |||
607 | #define MPU_SUBX_RIS_IMM(S,N,D) (N & 0xFFFFFFFF) | ||
608 | |||
609 | #define MPU_SUBX_SIS_INSTR(S,N,D) (0xC000068D | ((S & ((1 << 5) - 1)) << 16)\ | ||
610 | | ((D & ((1 << 5) - 1)) << 21)) | ||
611 | |||
612 | #define MPU_SUBX_SIS_IMM(S,N,D) (N & 0xFFFFFFFF) | ||
613 | |||
614 | #define MPU_SW_RI(S,D) (0x64000000 | ((S & ((1 << 5) - 1)) << 16)\ | ||
615 | | ((D & ((1 << 16) - 1)) << 0)) | ||
616 | |||
617 | #define MPU_SW_SI(S,D) (0x64200000 | ((S & ((1 << 5) - 1)) << 16)\ | ||
618 | | ((D & ((1 << 16) - 1)) << 0)) | ||
619 | |||
620 | #define MPU_SW_RR(S,D) (0x66000000 | ((S & ((1 << 5) - 1)) << 16)\ | ||
621 | | ((D & ((1 << 5) - 1)) << 11)) | ||
622 | |||
623 | #define MPU_SW_SR(S,D) (0x66200000 | ((S & ((1 << 5) - 1)) << 16)\ | ||
624 | | ((D & ((1 << 5) - 1)) << 11)) | ||
625 | |||
626 | #define MPU_SW_RS(S,D) (0x67000000 | ((S & ((1 << 5) - 1)) << 16)\ | ||
627 | | ((D & ((1 << 5) - 1)) << 11)) | ||
628 | |||
629 | #define MPU_SW_SS(S,D) (0x67200000 | ((S & ((1 << 5) - 1)) << 16)\ | ||
630 | | ((D & ((1 << 5) - 1)) << 11)) | ||
631 | |||
632 | #define MPU_SW_RIR(S,N,D) (0x66000000 | ((S & ((1 << 5) - 1)) << 16)\ | ||
633 | | ((N & ((1 << 8) - 1)) << 0)\ | ||
634 | | ((D & ((1 << 5) - 1)) << 11)) | ||
635 | |||
636 | #define MPU_SW_SIR(S,N,D) (0x66200000 | ((S & ((1 << 5) - 1)) << 16)\ | ||
637 | | ((N & ((1 << 8) - 1)) << 0)\ | ||
638 | | ((D & ((1 << 5) - 1)) << 11)) | ||
639 | |||
640 | #define MPU_SW_RIS(S,N,D) (0x67000000 | ((S & ((1 << 5) - 1)) << 16)\ | ||
641 | | ((N & ((1 << 8) - 1)) << 0)\ | ||
642 | | ((D & ((1 << 5) - 1)) << 11)) | ||
643 | |||
644 | #define MPU_SW_SIS(S,N,D) (0x67200000 | ((S & ((1 << 5) - 1)) << 16)\ | ||
645 | | ((N & ((1 << 8) - 1)) << 0)\ | ||
646 | | ((D & ((1 << 5) - 1)) << 11)) | ||
647 | |||
648 | #define MPU_SWX_II_INSTR(S,D) (0xE4000000 | ((D & ((1 << 16) - 1)) << 0)) | ||
649 | |||
650 | #define MPU_SWX_II_IMM(S,D) (S & 0xFFFFFFFF) | ||
651 | |||
652 | #define MPU_SWX_IR_INSTR(S,D) (0xE6000000 | ((D & ((1 << 5) - 1)) << 11)) | ||
653 | |||
654 | #define MPU_SWX_IR_IMM(S,D) (S & 0xFFFFFFFF) | ||
655 | |||
656 | #define MPU_SWX_IS_INSTR(S,D) (0xE7000000 | ((D & ((1 << 5) - 1)) << 11)) | ||
657 | |||
658 | #define MPU_SWX_IS_IMM(S,D) (S & 0xFFFFFFFF) | ||
659 | |||
660 | #define MPU_SWX_IIR_INSTR(S,N,D) (0xE6000000 | ((N & ((1 << 8) - 1)) << 0)\ | ||
661 | | ((D & ((1 << 5) - 1)) << 11)) | ||
662 | |||
663 | #define MPU_SWX_IIR_IMM(S,N,D) (S & 0xFFFFFFFF) | ||
664 | |||
665 | #define MPU_SWX_IIS_INSTR(S,N,D) (0xE7000000 | ((N & ((1 << 8) - 1)) << 0)\ | ||
666 | | ((D & ((1 << 5) - 1)) << 11)) | ||
667 | |||
668 | #define MPU_SWX_IIS_IMM(S,N,D) (S & 0xFFFFFFFF) | ||
669 | |||
670 | #define MPU_XOR_RRR(S,N,D) (0x40000089 | ((S & ((1 << 5) - 1)) << 16)\ | ||
671 | | ((N & ((1 << 5) - 1)) << 11)\ | ||
672 | | ((D & ((1 << 5) - 1)) << 21)) | ||
673 | |||
674 | #define MPU_XOR_RRS(S,N,D) (0x40000489 | ((S & ((1 << 5) - 1)) << 16)\ | ||
675 | | ((N & ((1 << 5) - 1)) << 11)\ | ||
676 | | ((D & ((1 << 5) - 1)) << 21)) | ||
677 | |||
678 | #define MPU_XOR_RSR(S,N,D) (0x40000189 | ((S & ((1 << 5) - 1)) << 16)\ | ||
679 | | ((N & ((1 << 5) - 1)) << 11)\ | ||
680 | | ((D & ((1 << 5) - 1)) << 21)) | ||
681 | |||
682 | #define MPU_XOR_RSS(S,N,D) (0x40000589 | ((S & ((1 << 5) - 1)) << 16)\ | ||
683 | | ((N & ((1 << 5) - 1)) << 11)\ | ||
684 | | ((D & ((1 << 5) - 1)) << 21)) | ||
685 | |||
686 | #define MPU_XOR_SRR(S,N,D) (0x40000289 | ((S & ((1 << 5) - 1)) << 16)\ | ||
687 | | ((N & ((1 << 5) - 1)) << 11)\ | ||
688 | | ((D & ((1 << 5) - 1)) << 21)) | ||
689 | |||
690 | #define MPU_XOR_SRS(S,N,D) (0x40000689 | ((S & ((1 << 5) - 1)) << 16)\ | ||
691 | | ((N & ((1 << 5) - 1)) << 11)\ | ||
692 | | ((D & ((1 << 5) - 1)) << 21)) | ||
693 | |||
694 | #define MPU_XOR_SSR(S,N,D) (0x40000389 | ((S & ((1 << 5) - 1)) << 16)\ | ||
695 | | ((N & ((1 << 5) - 1)) << 11)\ | ||
696 | | ((D & ((1 << 5) - 1)) << 21)) | ||
697 | |||
698 | #define MPU_XOR_SSS(S,N,D) (0x40000789 | ((S & ((1 << 5) - 1)) << 16)\ | ||
699 | | ((N & ((1 << 5) - 1)) << 11)\ | ||
700 | | ((D & ((1 << 5) - 1)) << 21)) | ||
701 | |||
702 | #define MPU_XOR_RR(S,D) (0x40000088 | ((S & ((1 << 5) - 1)) << 11)\ | ||
703 | | ((D & ((1 << 5) - 1)) << 21)) | ||
704 | |||
705 | #define MPU_XOR_RS(S,D) (0x40000488 | ((S & ((1 << 5) - 1)) << 11)\ | ||
706 | | ((D & ((1 << 5) - 1)) << 21)) | ||
707 | |||
708 | #define MPU_XOR_SR(S,D) (0x40000188 | ((S & ((1 << 5) - 1)) << 11)\ | ||
709 | | ((D & ((1 << 5) - 1)) << 21)) | ||
710 | |||
711 | #define MPU_XOR_SS(S,D) (0x40000588 | ((S & ((1 << 5) - 1)) << 11)\ | ||
712 | | ((D & ((1 << 5) - 1)) << 21)) | ||
713 | |||
714 | #define MPU_XORQ_RIR(S,N,D) (0x04000000 | ((S & ((1 << 5) - 1)) << 16)\ | ||
715 | | ((N & ((1 << 16) - 1)) << 0)\ | ||
716 | | ((D & ((1 << 5) - 1)) << 21)) | ||
717 | |||
718 | #define MPU_XORQ_IRR(S,N,D) (0x04000000 | ((S & ((1 << 16) - 1)) << 0)\ | ||
719 | | ((N & ((1 << 5) - 1)) << 16)\ | ||
720 | | ((D & ((1 << 5) - 1)) << 21)) | ||
721 | |||
722 | #define MPU_XORX_RIR_INSTR(S,N,D) (0xC0000089 | ((S & ((1 << 5) - 1)) << 16)\ | ||
723 | | ((D & ((1 << 5) - 1)) << 21)) | ||
724 | |||
725 | #define MPU_XORX_RIR_IMM(S,N,D) (N & 0xFFFFFFFF) | ||
726 | |||
727 | #define MPU_XORX_IRR_INSTR(S,N,D) (0xC0000089 | ((N & ((1 << 5) - 1)) << 16)\ | ||
728 | | ((D & ((1 << 5) - 1)) << 21)) | ||
729 | |||
730 | #define MPU_XORX_IRR_IMM(S,N,D) (S & 0xFFFFFFFF) | ||
731 | |||
732 | #define MPU_XORX_SIR_INSTR(S,N,D) (0xC0000289 | ((S & ((1 << 5) - 1)) << 16)\ | ||
733 | | ((D & ((1 << 5) - 1)) << 21)) | ||
734 | |||
735 | #define MPU_XORX_SIR_IMM(S,N,D) (N & 0xFFFFFFFF) | ||
736 | |||
737 | #define MPU_XORX_ISR_INSTR(S,N,D) (0xC0000289 | ((N & ((1 << 5) - 1)) << 16)\ | ||
738 | | ((D & ((1 << 5) - 1)) << 21)) | ||
739 | |||
740 | #define MPU_XORX_ISR_IMM(S,N,D) (S & 0xFFFFFFFF) | ||
741 | |||
742 | #define MPU_XORX_RIS_INSTR(S,N,D) (0xC0000489 | ((S & ((1 << 5) - 1)) << 16)\ | ||
743 | | ((D & ((1 << 5) - 1)) << 21)) | ||
744 | |||
745 | #define MPU_XORX_RIS_IMM(S,N,D) (N & 0xFFFFFFFF) | ||
746 | |||
747 | #define MPU_XORX_IRS_INSTR(S,N,D) (0xC0000489 | ((N & ((1 << 5) - 1)) << 16)\ | ||
748 | | ((D & ((1 << 5) - 1)) << 21)) | ||
749 | |||
750 | #define MPU_XORX_IRS_IMM(S,N,D) (S & 0xFFFFFFFF) | ||
751 | |||
752 | #define MPU_XORX_SIS_INSTR(S,N,D) (0xC0000689 | ((S & ((1 << 5) - 1)) << 16)\ | ||
753 | | ((D & ((1 << 5) - 1)) << 21)) | ||
754 | |||
755 | #define MPU_XORX_SIS_IMM(S,N,D) (N & 0xFFFFFFFF) | ||
756 | |||
757 | #define MPU_XORX_ISS_INSTR(S,N,D) (0xC0000689 | ((N & ((1 << 5) - 1)) << 16)\ | ||
758 | | ((D & ((1 << 5) - 1)) << 21)) | ||
759 | |||
760 | #define MPU_XORX_ISS_IMM(S,N,D) (S & 0xFFFFFFFF) | ||
761 | |||
762 | |||
763 | #endif /* end of __IOP_MPU_MACROS_H__ */ | ||
764 | /* End of iop_mpu_macros.h */ | ||
diff --git a/include/asm-cris/arch-v32/hwregs/iop/iop_reg_space.h b/include/asm-cris/arch-v32/hwregs/iop/iop_reg_space.h new file mode 100644 index 000000000000..756550f5d6cb --- /dev/null +++ b/include/asm-cris/arch-v32/hwregs/iop/iop_reg_space.h | |||
@@ -0,0 +1,44 @@ | |||
1 | /* Autogenerated Changes here will be lost! | ||
2 | * generated by ../gen_sw.pl Mon Apr 11 16:10:18 2005 iop_sw.cfg | ||
3 | */ | ||
4 | #define regi_iop_version (regi_iop + 0) | ||
5 | #define regi_iop_fifo_in0_extra (regi_iop + 64) | ||
6 | #define regi_iop_fifo_in1_extra (regi_iop + 128) | ||
7 | #define regi_iop_fifo_out0_extra (regi_iop + 192) | ||
8 | #define regi_iop_fifo_out1_extra (regi_iop + 256) | ||
9 | #define regi_iop_trigger_grp0 (regi_iop + 320) | ||
10 | #define regi_iop_trigger_grp1 (regi_iop + 384) | ||
11 | #define regi_iop_trigger_grp2 (regi_iop + 448) | ||
12 | #define regi_iop_trigger_grp3 (regi_iop + 512) | ||
13 | #define regi_iop_trigger_grp4 (regi_iop + 576) | ||
14 | #define regi_iop_trigger_grp5 (regi_iop + 640) | ||
15 | #define regi_iop_trigger_grp6 (regi_iop + 704) | ||
16 | #define regi_iop_trigger_grp7 (regi_iop + 768) | ||
17 | #define regi_iop_crc_par0 (regi_iop + 896) | ||
18 | #define regi_iop_crc_par1 (regi_iop + 1024) | ||
19 | #define regi_iop_dmc_in0 (regi_iop + 1152) | ||
20 | #define regi_iop_dmc_in1 (regi_iop + 1280) | ||
21 | #define regi_iop_dmc_out0 (regi_iop + 1408) | ||
22 | #define regi_iop_dmc_out1 (regi_iop + 1536) | ||
23 | #define regi_iop_fifo_in0 (regi_iop + 1664) | ||
24 | #define regi_iop_fifo_in1 (regi_iop + 1792) | ||
25 | #define regi_iop_fifo_out0 (regi_iop + 1920) | ||
26 | #define regi_iop_fifo_out1 (regi_iop + 2048) | ||
27 | #define regi_iop_scrc_in0 (regi_iop + 2176) | ||
28 | #define regi_iop_scrc_in1 (regi_iop + 2304) | ||
29 | #define regi_iop_scrc_out0 (regi_iop + 2432) | ||
30 | #define regi_iop_scrc_out1 (regi_iop + 2560) | ||
31 | #define regi_iop_timer_grp0 (regi_iop + 2688) | ||
32 | #define regi_iop_timer_grp1 (regi_iop + 2816) | ||
33 | #define regi_iop_timer_grp2 (regi_iop + 2944) | ||
34 | #define regi_iop_timer_grp3 (regi_iop + 3072) | ||
35 | #define regi_iop_sap_in (regi_iop + 3328) | ||
36 | #define regi_iop_sap_out (regi_iop + 3584) | ||
37 | #define regi_iop_spu0 (regi_iop + 3840) | ||
38 | #define regi_iop_spu1 (regi_iop + 4096) | ||
39 | #define regi_iop_sw_cfg (regi_iop + 4352) | ||
40 | #define regi_iop_sw_cpu (regi_iop + 4608) | ||
41 | #define regi_iop_sw_mpu (regi_iop + 4864) | ||
42 | #define regi_iop_sw_spu0 (regi_iop + 5120) | ||
43 | #define regi_iop_sw_spu1 (regi_iop + 5376) | ||
44 | #define regi_iop_mpu (regi_iop + 5632) | ||
diff --git a/include/asm-cris/arch-v32/hwregs/iop/iop_sap_in_defs.h b/include/asm-cris/arch-v32/hwregs/iop/iop_sap_in_defs.h new file mode 100644 index 000000000000..5548ac10074f --- /dev/null +++ b/include/asm-cris/arch-v32/hwregs/iop/iop_sap_in_defs.h | |||
@@ -0,0 +1,179 @@ | |||
1 | #ifndef __iop_sap_in_defs_h | ||
2 | #define __iop_sap_in_defs_h | ||
3 | |||
4 | /* | ||
5 | * This file is autogenerated from | ||
6 | * file: ../../inst/io_proc/rtl/iop_sap_in.r | ||
7 | * id: <not found> | ||
8 | * last modfied: Mon Apr 11 16:08:45 2005 | ||
9 | * | ||
10 | * by /n/asic/design/tools/rdesc/src/rdes2c --outfile iop_sap_in_defs.h ../../inst/io_proc/rtl/iop_sap_in.r | ||
11 | * id: $Id: iop_sap_in_defs.h,v 1.5 2005/04/24 18:31:05 starvik Exp $ | ||
12 | * Any changes here will be lost. | ||
13 | * | ||
14 | * -*- buffer-read-only: t -*- | ||
15 | */ | ||
16 | /* Main access macros */ | ||
17 | #ifndef REG_RD | ||
18 | #define REG_RD( scope, inst, reg ) \ | ||
19 | REG_READ( reg_##scope##_##reg, \ | ||
20 | (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
21 | #endif | ||
22 | |||
23 | #ifndef REG_WR | ||
24 | #define REG_WR( scope, inst, reg, val ) \ | ||
25 | REG_WRITE( reg_##scope##_##reg, \ | ||
26 | (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) | ||
27 | #endif | ||
28 | |||
29 | #ifndef REG_RD_VECT | ||
30 | #define REG_RD_VECT( scope, inst, reg, index ) \ | ||
31 | REG_READ( reg_##scope##_##reg, \ | ||
32 | (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
33 | (index) * STRIDE_##scope##_##reg ) | ||
34 | #endif | ||
35 | |||
36 | #ifndef REG_WR_VECT | ||
37 | #define REG_WR_VECT( scope, inst, reg, index, val ) \ | ||
38 | REG_WRITE( reg_##scope##_##reg, \ | ||
39 | (inst) + REG_WR_ADDR_##scope##_##reg + \ | ||
40 | (index) * STRIDE_##scope##_##reg, (val) ) | ||
41 | #endif | ||
42 | |||
43 | #ifndef REG_RD_INT | ||
44 | #define REG_RD_INT( scope, inst, reg ) \ | ||
45 | REG_READ( int, (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
46 | #endif | ||
47 | |||
48 | #ifndef REG_WR_INT | ||
49 | #define REG_WR_INT( scope, inst, reg, val ) \ | ||
50 | REG_WRITE( int, (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) | ||
51 | #endif | ||
52 | |||
53 | #ifndef REG_RD_INT_VECT | ||
54 | #define REG_RD_INT_VECT( scope, inst, reg, index ) \ | ||
55 | REG_READ( int, (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
56 | (index) * STRIDE_##scope##_##reg ) | ||
57 | #endif | ||
58 | |||
59 | #ifndef REG_WR_INT_VECT | ||
60 | #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ | ||
61 | REG_WRITE( int, (inst) + REG_WR_ADDR_##scope##_##reg + \ | ||
62 | (index) * STRIDE_##scope##_##reg, (val) ) | ||
63 | #endif | ||
64 | |||
65 | #ifndef REG_TYPE_CONV | ||
66 | #define REG_TYPE_CONV( type, orgtype, val ) \ | ||
67 | ( { union { orgtype o; type n; } r; r.o = val; r.n; } ) | ||
68 | #endif | ||
69 | |||
70 | #ifndef reg_page_size | ||
71 | #define reg_page_size 8192 | ||
72 | #endif | ||
73 | |||
74 | #ifndef REG_ADDR | ||
75 | #define REG_ADDR( scope, inst, reg ) \ | ||
76 | ( (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
77 | #endif | ||
78 | |||
79 | #ifndef REG_ADDR_VECT | ||
80 | #define REG_ADDR_VECT( scope, inst, reg, index ) \ | ||
81 | ( (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
82 | (index) * STRIDE_##scope##_##reg ) | ||
83 | #endif | ||
84 | |||
85 | /* C-code for register scope iop_sap_in */ | ||
86 | |||
87 | /* Register rw_bus0_sync, scope iop_sap_in, type rw */ | ||
88 | typedef struct { | ||
89 | unsigned int byte0_sel : 2; | ||
90 | unsigned int byte0_ext_src : 3; | ||
91 | unsigned int byte0_edge : 2; | ||
92 | unsigned int byte0_delay : 1; | ||
93 | unsigned int byte1_sel : 2; | ||
94 | unsigned int byte1_ext_src : 3; | ||
95 | unsigned int byte1_edge : 2; | ||
96 | unsigned int byte1_delay : 1; | ||
97 | unsigned int byte2_sel : 2; | ||
98 | unsigned int byte2_ext_src : 3; | ||
99 | unsigned int byte2_edge : 2; | ||
100 | unsigned int byte2_delay : 1; | ||
101 | unsigned int byte3_sel : 2; | ||
102 | unsigned int byte3_ext_src : 3; | ||
103 | unsigned int byte3_edge : 2; | ||
104 | unsigned int byte3_delay : 1; | ||
105 | } reg_iop_sap_in_rw_bus0_sync; | ||
106 | #define REG_RD_ADDR_iop_sap_in_rw_bus0_sync 0 | ||
107 | #define REG_WR_ADDR_iop_sap_in_rw_bus0_sync 0 | ||
108 | |||
109 | /* Register rw_bus1_sync, scope iop_sap_in, type rw */ | ||
110 | typedef struct { | ||
111 | unsigned int byte0_sel : 2; | ||
112 | unsigned int byte0_ext_src : 3; | ||
113 | unsigned int byte0_edge : 2; | ||
114 | unsigned int byte0_delay : 1; | ||
115 | unsigned int byte1_sel : 2; | ||
116 | unsigned int byte1_ext_src : 3; | ||
117 | unsigned int byte1_edge : 2; | ||
118 | unsigned int byte1_delay : 1; | ||
119 | unsigned int byte2_sel : 2; | ||
120 | unsigned int byte2_ext_src : 3; | ||
121 | unsigned int byte2_edge : 2; | ||
122 | unsigned int byte2_delay : 1; | ||
123 | unsigned int byte3_sel : 2; | ||
124 | unsigned int byte3_ext_src : 3; | ||
125 | unsigned int byte3_edge : 2; | ||
126 | unsigned int byte3_delay : 1; | ||
127 | } reg_iop_sap_in_rw_bus1_sync; | ||
128 | #define REG_RD_ADDR_iop_sap_in_rw_bus1_sync 4 | ||
129 | #define REG_WR_ADDR_iop_sap_in_rw_bus1_sync 4 | ||
130 | |||
131 | #define STRIDE_iop_sap_in_rw_gio 4 | ||
132 | /* Register rw_gio, scope iop_sap_in, type rw */ | ||
133 | typedef struct { | ||
134 | unsigned int sync_sel : 2; | ||
135 | unsigned int sync_ext_src : 3; | ||
136 | unsigned int sync_edge : 2; | ||
137 | unsigned int delay : 1; | ||
138 | unsigned int logic : 2; | ||
139 | unsigned int dummy1 : 22; | ||
140 | } reg_iop_sap_in_rw_gio; | ||
141 | #define REG_RD_ADDR_iop_sap_in_rw_gio 8 | ||
142 | #define REG_WR_ADDR_iop_sap_in_rw_gio 8 | ||
143 | |||
144 | |||
145 | /* Constants */ | ||
146 | enum { | ||
147 | regk_iop_sap_in_and = 0x00000002, | ||
148 | regk_iop_sap_in_ext_clk200 = 0x00000003, | ||
149 | regk_iop_sap_in_gio1 = 0x00000000, | ||
150 | regk_iop_sap_in_gio13 = 0x00000005, | ||
151 | regk_iop_sap_in_gio18 = 0x00000003, | ||
152 | regk_iop_sap_in_gio19 = 0x00000004, | ||
153 | regk_iop_sap_in_gio21 = 0x00000006, | ||
154 | regk_iop_sap_in_gio23 = 0x00000005, | ||
155 | regk_iop_sap_in_gio29 = 0x00000007, | ||
156 | regk_iop_sap_in_gio5 = 0x00000004, | ||
157 | regk_iop_sap_in_gio6 = 0x00000001, | ||
158 | regk_iop_sap_in_gio7 = 0x00000002, | ||
159 | regk_iop_sap_in_inv = 0x00000001, | ||
160 | regk_iop_sap_in_neg = 0x00000002, | ||
161 | regk_iop_sap_in_no = 0x00000000, | ||
162 | regk_iop_sap_in_no_del_ext_clk200 = 0x00000001, | ||
163 | regk_iop_sap_in_none = 0x00000000, | ||
164 | regk_iop_sap_in_or = 0x00000003, | ||
165 | regk_iop_sap_in_pos = 0x00000001, | ||
166 | regk_iop_sap_in_pos_neg = 0x00000003, | ||
167 | regk_iop_sap_in_rw_bus0_sync_default = 0x02020202, | ||
168 | regk_iop_sap_in_rw_bus1_sync_default = 0x02020202, | ||
169 | regk_iop_sap_in_rw_gio_default = 0x00000002, | ||
170 | regk_iop_sap_in_rw_gio_size = 0x00000020, | ||
171 | regk_iop_sap_in_timer_grp0_tmr3 = 0x00000006, | ||
172 | regk_iop_sap_in_timer_grp1_tmr3 = 0x00000004, | ||
173 | regk_iop_sap_in_timer_grp2_tmr3 = 0x00000005, | ||
174 | regk_iop_sap_in_timer_grp3_tmr3 = 0x00000007, | ||
175 | regk_iop_sap_in_tmr_clk200 = 0x00000000, | ||
176 | regk_iop_sap_in_two_clk200 = 0x00000002, | ||
177 | regk_iop_sap_in_yes = 0x00000001 | ||
178 | }; | ||
179 | #endif /* __iop_sap_in_defs_h */ | ||
diff --git a/include/asm-cris/arch-v32/hwregs/iop/iop_sap_out_defs.h b/include/asm-cris/arch-v32/hwregs/iop/iop_sap_out_defs.h new file mode 100644 index 000000000000..273936996183 --- /dev/null +++ b/include/asm-cris/arch-v32/hwregs/iop/iop_sap_out_defs.h | |||
@@ -0,0 +1,306 @@ | |||
1 | #ifndef __iop_sap_out_defs_h | ||
2 | #define __iop_sap_out_defs_h | ||
3 | |||
4 | /* | ||
5 | * This file is autogenerated from | ||
6 | * file: ../../inst/io_proc/rtl/iop_sap_out.r | ||
7 | * id: <not found> | ||
8 | * last modfied: Mon Apr 11 16:08:46 2005 | ||
9 | * | ||
10 | * by /n/asic/design/tools/rdesc/src/rdes2c --outfile iop_sap_out_defs.h ../../inst/io_proc/rtl/iop_sap_out.r | ||
11 | * id: $Id: iop_sap_out_defs.h,v 1.5 2005/04/24 18:31:05 starvik Exp $ | ||
12 | * Any changes here will be lost. | ||
13 | * | ||
14 | * -*- buffer-read-only: t -*- | ||
15 | */ | ||
16 | /* Main access macros */ | ||
17 | #ifndef REG_RD | ||
18 | #define REG_RD( scope, inst, reg ) \ | ||
19 | REG_READ( reg_##scope##_##reg, \ | ||
20 | (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
21 | #endif | ||
22 | |||
23 | #ifndef REG_WR | ||
24 | #define REG_WR( scope, inst, reg, val ) \ | ||
25 | REG_WRITE( reg_##scope##_##reg, \ | ||
26 | (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) | ||
27 | #endif | ||
28 | |||
29 | #ifndef REG_RD_VECT | ||
30 | #define REG_RD_VECT( scope, inst, reg, index ) \ | ||
31 | REG_READ( reg_##scope##_##reg, \ | ||
32 | (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
33 | (index) * STRIDE_##scope##_##reg ) | ||
34 | #endif | ||
35 | |||
36 | #ifndef REG_WR_VECT | ||
37 | #define REG_WR_VECT( scope, inst, reg, index, val ) \ | ||
38 | REG_WRITE( reg_##scope##_##reg, \ | ||
39 | (inst) + REG_WR_ADDR_##scope##_##reg + \ | ||
40 | (index) * STRIDE_##scope##_##reg, (val) ) | ||
41 | #endif | ||
42 | |||
43 | #ifndef REG_RD_INT | ||
44 | #define REG_RD_INT( scope, inst, reg ) \ | ||
45 | REG_READ( int, (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
46 | #endif | ||
47 | |||
48 | #ifndef REG_WR_INT | ||
49 | #define REG_WR_INT( scope, inst, reg, val ) \ | ||
50 | REG_WRITE( int, (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) | ||
51 | #endif | ||
52 | |||
53 | #ifndef REG_RD_INT_VECT | ||
54 | #define REG_RD_INT_VECT( scope, inst, reg, index ) \ | ||
55 | REG_READ( int, (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
56 | (index) * STRIDE_##scope##_##reg ) | ||
57 | #endif | ||
58 | |||
59 | #ifndef REG_WR_INT_VECT | ||
60 | #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ | ||
61 | REG_WRITE( int, (inst) + REG_WR_ADDR_##scope##_##reg + \ | ||
62 | (index) * STRIDE_##scope##_##reg, (val) ) | ||
63 | #endif | ||
64 | |||
65 | #ifndef REG_TYPE_CONV | ||
66 | #define REG_TYPE_CONV( type, orgtype, val ) \ | ||
67 | ( { union { orgtype o; type n; } r; r.o = val; r.n; } ) | ||
68 | #endif | ||
69 | |||
70 | #ifndef reg_page_size | ||
71 | #define reg_page_size 8192 | ||
72 | #endif | ||
73 | |||
74 | #ifndef REG_ADDR | ||
75 | #define REG_ADDR( scope, inst, reg ) \ | ||
76 | ( (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
77 | #endif | ||
78 | |||
79 | #ifndef REG_ADDR_VECT | ||
80 | #define REG_ADDR_VECT( scope, inst, reg, index ) \ | ||
81 | ( (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
82 | (index) * STRIDE_##scope##_##reg ) | ||
83 | #endif | ||
84 | |||
85 | /* C-code for register scope iop_sap_out */ | ||
86 | |||
87 | /* Register rw_gen_gated, scope iop_sap_out, type rw */ | ||
88 | typedef struct { | ||
89 | unsigned int clk0_src : 2; | ||
90 | unsigned int clk0_gate_src : 2; | ||
91 | unsigned int clk0_force_src : 3; | ||
92 | unsigned int clk1_src : 2; | ||
93 | unsigned int clk1_gate_src : 2; | ||
94 | unsigned int clk1_force_src : 3; | ||
95 | unsigned int clk2_src : 2; | ||
96 | unsigned int clk2_gate_src : 2; | ||
97 | unsigned int clk2_force_src : 3; | ||
98 | unsigned int clk3_src : 2; | ||
99 | unsigned int clk3_gate_src : 2; | ||
100 | unsigned int clk3_force_src : 3; | ||
101 | unsigned int dummy1 : 4; | ||
102 | } reg_iop_sap_out_rw_gen_gated; | ||
103 | #define REG_RD_ADDR_iop_sap_out_rw_gen_gated 0 | ||
104 | #define REG_WR_ADDR_iop_sap_out_rw_gen_gated 0 | ||
105 | |||
106 | /* Register rw_bus0, scope iop_sap_out, type rw */ | ||
107 | typedef struct { | ||
108 | unsigned int byte0_clk_sel : 3; | ||
109 | unsigned int byte0_gated_clk : 2; | ||
110 | unsigned int byte0_clk_inv : 1; | ||
111 | unsigned int byte1_clk_sel : 3; | ||
112 | unsigned int byte1_gated_clk : 2; | ||
113 | unsigned int byte1_clk_inv : 1; | ||
114 | unsigned int byte2_clk_sel : 3; | ||
115 | unsigned int byte2_gated_clk : 2; | ||
116 | unsigned int byte2_clk_inv : 1; | ||
117 | unsigned int byte3_clk_sel : 3; | ||
118 | unsigned int byte3_gated_clk : 2; | ||
119 | unsigned int byte3_clk_inv : 1; | ||
120 | unsigned int dummy1 : 8; | ||
121 | } reg_iop_sap_out_rw_bus0; | ||
122 | #define REG_RD_ADDR_iop_sap_out_rw_bus0 4 | ||
123 | #define REG_WR_ADDR_iop_sap_out_rw_bus0 4 | ||
124 | |||
125 | /* Register rw_bus1, scope iop_sap_out, type rw */ | ||
126 | typedef struct { | ||
127 | unsigned int byte0_clk_sel : 3; | ||
128 | unsigned int byte0_gated_clk : 2; | ||
129 | unsigned int byte0_clk_inv : 1; | ||
130 | unsigned int byte1_clk_sel : 3; | ||
131 | unsigned int byte1_gated_clk : 2; | ||
132 | unsigned int byte1_clk_inv : 1; | ||
133 | unsigned int byte2_clk_sel : 3; | ||
134 | unsigned int byte2_gated_clk : 2; | ||
135 | unsigned int byte2_clk_inv : 1; | ||
136 | unsigned int byte3_clk_sel : 3; | ||
137 | unsigned int byte3_gated_clk : 2; | ||
138 | unsigned int byte3_clk_inv : 1; | ||
139 | unsigned int dummy1 : 8; | ||
140 | } reg_iop_sap_out_rw_bus1; | ||
141 | #define REG_RD_ADDR_iop_sap_out_rw_bus1 8 | ||
142 | #define REG_WR_ADDR_iop_sap_out_rw_bus1 8 | ||
143 | |||
144 | /* Register rw_bus0_lo_oe, scope iop_sap_out, type rw */ | ||
145 | typedef struct { | ||
146 | unsigned int byte0_clk_sel : 3; | ||
147 | unsigned int byte0_clk_ext : 3; | ||
148 | unsigned int byte0_gated_clk : 2; | ||
149 | unsigned int byte0_clk_inv : 1; | ||
150 | unsigned int byte0_logic : 2; | ||
151 | unsigned int byte1_clk_sel : 3; | ||
152 | unsigned int byte1_clk_ext : 3; | ||
153 | unsigned int byte1_gated_clk : 2; | ||
154 | unsigned int byte1_clk_inv : 1; | ||
155 | unsigned int byte1_logic : 2; | ||
156 | unsigned int dummy1 : 10; | ||
157 | } reg_iop_sap_out_rw_bus0_lo_oe; | ||
158 | #define REG_RD_ADDR_iop_sap_out_rw_bus0_lo_oe 12 | ||
159 | #define REG_WR_ADDR_iop_sap_out_rw_bus0_lo_oe 12 | ||
160 | |||
161 | /* Register rw_bus0_hi_oe, scope iop_sap_out, type rw */ | ||
162 | typedef struct { | ||
163 | unsigned int byte2_clk_sel : 3; | ||
164 | unsigned int byte2_clk_ext : 3; | ||
165 | unsigned int byte2_gated_clk : 2; | ||
166 | unsigned int byte2_clk_inv : 1; | ||
167 | unsigned int byte2_logic : 2; | ||
168 | unsigned int byte3_clk_sel : 3; | ||
169 | unsigned int byte3_clk_ext : 3; | ||
170 | unsigned int byte3_gated_clk : 2; | ||
171 | unsigned int byte3_clk_inv : 1; | ||
172 | unsigned int byte3_logic : 2; | ||
173 | unsigned int dummy1 : 10; | ||
174 | } reg_iop_sap_out_rw_bus0_hi_oe; | ||
175 | #define REG_RD_ADDR_iop_sap_out_rw_bus0_hi_oe 16 | ||
176 | #define REG_WR_ADDR_iop_sap_out_rw_bus0_hi_oe 16 | ||
177 | |||
178 | /* Register rw_bus1_lo_oe, scope iop_sap_out, type rw */ | ||
179 | typedef struct { | ||
180 | unsigned int byte0_clk_sel : 3; | ||
181 | unsigned int byte0_clk_ext : 3; | ||
182 | unsigned int byte0_gated_clk : 2; | ||
183 | unsigned int byte0_clk_inv : 1; | ||
184 | unsigned int byte0_logic : 2; | ||
185 | unsigned int byte1_clk_sel : 3; | ||
186 | unsigned int byte1_clk_ext : 3; | ||
187 | unsigned int byte1_gated_clk : 2; | ||
188 | unsigned int byte1_clk_inv : 1; | ||
189 | unsigned int byte1_logic : 2; | ||
190 | unsigned int dummy1 : 10; | ||
191 | } reg_iop_sap_out_rw_bus1_lo_oe; | ||
192 | #define REG_RD_ADDR_iop_sap_out_rw_bus1_lo_oe 20 | ||
193 | #define REG_WR_ADDR_iop_sap_out_rw_bus1_lo_oe 20 | ||
194 | |||
195 | /* Register rw_bus1_hi_oe, scope iop_sap_out, type rw */ | ||
196 | typedef struct { | ||
197 | unsigned int byte2_clk_sel : 3; | ||
198 | unsigned int byte2_clk_ext : 3; | ||
199 | unsigned int byte2_gated_clk : 2; | ||
200 | unsigned int byte2_clk_inv : 1; | ||
201 | unsigned int byte2_logic : 2; | ||
202 | unsigned int byte3_clk_sel : 3; | ||
203 | unsigned int byte3_clk_ext : 3; | ||
204 | unsigned int byte3_gated_clk : 2; | ||
205 | unsigned int byte3_clk_inv : 1; | ||
206 | unsigned int byte3_logic : 2; | ||
207 | unsigned int dummy1 : 10; | ||
208 | } reg_iop_sap_out_rw_bus1_hi_oe; | ||
209 | #define REG_RD_ADDR_iop_sap_out_rw_bus1_hi_oe 24 | ||
210 | #define REG_WR_ADDR_iop_sap_out_rw_bus1_hi_oe 24 | ||
211 | |||
212 | #define STRIDE_iop_sap_out_rw_gio 4 | ||
213 | /* Register rw_gio, scope iop_sap_out, type rw */ | ||
214 | typedef struct { | ||
215 | unsigned int out_clk_sel : 3; | ||
216 | unsigned int out_clk_ext : 4; | ||
217 | unsigned int out_gated_clk : 2; | ||
218 | unsigned int out_clk_inv : 1; | ||
219 | unsigned int out_logic : 1; | ||
220 | unsigned int oe_clk_sel : 3; | ||
221 | unsigned int oe_clk_ext : 3; | ||
222 | unsigned int oe_gated_clk : 2; | ||
223 | unsigned int oe_clk_inv : 1; | ||
224 | unsigned int oe_logic : 2; | ||
225 | unsigned int dummy1 : 10; | ||
226 | } reg_iop_sap_out_rw_gio; | ||
227 | #define REG_RD_ADDR_iop_sap_out_rw_gio 28 | ||
228 | #define REG_WR_ADDR_iop_sap_out_rw_gio 28 | ||
229 | |||
230 | |||
231 | /* Constants */ | ||
232 | enum { | ||
233 | regk_iop_sap_out_and = 0x00000002, | ||
234 | regk_iop_sap_out_clk0 = 0x00000000, | ||
235 | regk_iop_sap_out_clk1 = 0x00000001, | ||
236 | regk_iop_sap_out_clk12 = 0x00000002, | ||
237 | regk_iop_sap_out_clk2 = 0x00000002, | ||
238 | regk_iop_sap_out_clk200 = 0x00000001, | ||
239 | regk_iop_sap_out_clk3 = 0x00000003, | ||
240 | regk_iop_sap_out_ext = 0x00000003, | ||
241 | regk_iop_sap_out_gated = 0x00000004, | ||
242 | regk_iop_sap_out_gio1 = 0x00000000, | ||
243 | regk_iop_sap_out_gio13 = 0x00000002, | ||
244 | regk_iop_sap_out_gio13_clk = 0x0000000c, | ||
245 | regk_iop_sap_out_gio15 = 0x00000001, | ||
246 | regk_iop_sap_out_gio18 = 0x00000003, | ||
247 | regk_iop_sap_out_gio18_clk = 0x0000000d, | ||
248 | regk_iop_sap_out_gio1_clk = 0x00000008, | ||
249 | regk_iop_sap_out_gio21_clk = 0x0000000e, | ||
250 | regk_iop_sap_out_gio23 = 0x00000002, | ||
251 | regk_iop_sap_out_gio29_clk = 0x0000000f, | ||
252 | regk_iop_sap_out_gio31 = 0x00000003, | ||
253 | regk_iop_sap_out_gio5 = 0x00000001, | ||
254 | regk_iop_sap_out_gio5_clk = 0x00000009, | ||
255 | regk_iop_sap_out_gio6_clk = 0x0000000a, | ||
256 | regk_iop_sap_out_gio7 = 0x00000000, | ||
257 | regk_iop_sap_out_gio7_clk = 0x0000000b, | ||
258 | regk_iop_sap_out_gio_in13 = 0x00000001, | ||
259 | regk_iop_sap_out_gio_in21 = 0x00000002, | ||
260 | regk_iop_sap_out_gio_in29 = 0x00000003, | ||
261 | regk_iop_sap_out_gio_in5 = 0x00000000, | ||
262 | regk_iop_sap_out_inv = 0x00000001, | ||
263 | regk_iop_sap_out_nand = 0x00000003, | ||
264 | regk_iop_sap_out_no = 0x00000000, | ||
265 | regk_iop_sap_out_none = 0x00000000, | ||
266 | regk_iop_sap_out_rw_bus0_default = 0x00000000, | ||
267 | regk_iop_sap_out_rw_bus0_hi_oe_default = 0x00000000, | ||
268 | regk_iop_sap_out_rw_bus0_lo_oe_default = 0x00000000, | ||
269 | regk_iop_sap_out_rw_bus1_default = 0x00000000, | ||
270 | regk_iop_sap_out_rw_bus1_hi_oe_default = 0x00000000, | ||
271 | regk_iop_sap_out_rw_bus1_lo_oe_default = 0x00000000, | ||
272 | regk_iop_sap_out_rw_gen_gated_default = 0x00000000, | ||
273 | regk_iop_sap_out_rw_gio_default = 0x00000000, | ||
274 | regk_iop_sap_out_rw_gio_size = 0x00000020, | ||
275 | regk_iop_sap_out_spu0_gio0 = 0x00000002, | ||
276 | regk_iop_sap_out_spu0_gio1 = 0x00000003, | ||
277 | regk_iop_sap_out_spu0_gio12 = 0x00000004, | ||
278 | regk_iop_sap_out_spu0_gio13 = 0x00000004, | ||
279 | regk_iop_sap_out_spu0_gio14 = 0x00000004, | ||
280 | regk_iop_sap_out_spu0_gio15 = 0x00000004, | ||
281 | regk_iop_sap_out_spu0_gio2 = 0x00000002, | ||
282 | regk_iop_sap_out_spu0_gio3 = 0x00000003, | ||
283 | regk_iop_sap_out_spu0_gio4 = 0x00000002, | ||
284 | regk_iop_sap_out_spu0_gio5 = 0x00000003, | ||
285 | regk_iop_sap_out_spu0_gio6 = 0x00000002, | ||
286 | regk_iop_sap_out_spu0_gio7 = 0x00000003, | ||
287 | regk_iop_sap_out_spu1_gio0 = 0x00000005, | ||
288 | regk_iop_sap_out_spu1_gio1 = 0x00000006, | ||
289 | regk_iop_sap_out_spu1_gio12 = 0x00000007, | ||
290 | regk_iop_sap_out_spu1_gio13 = 0x00000007, | ||
291 | regk_iop_sap_out_spu1_gio14 = 0x00000007, | ||
292 | regk_iop_sap_out_spu1_gio15 = 0x00000007, | ||
293 | regk_iop_sap_out_spu1_gio2 = 0x00000005, | ||
294 | regk_iop_sap_out_spu1_gio3 = 0x00000006, | ||
295 | regk_iop_sap_out_spu1_gio4 = 0x00000005, | ||
296 | regk_iop_sap_out_spu1_gio5 = 0x00000006, | ||
297 | regk_iop_sap_out_spu1_gio6 = 0x00000005, | ||
298 | regk_iop_sap_out_spu1_gio7 = 0x00000006, | ||
299 | regk_iop_sap_out_timer_grp0_tmr2 = 0x00000004, | ||
300 | regk_iop_sap_out_timer_grp1_tmr2 = 0x00000005, | ||
301 | regk_iop_sap_out_timer_grp2_tmr2 = 0x00000006, | ||
302 | regk_iop_sap_out_timer_grp3_tmr2 = 0x00000007, | ||
303 | regk_iop_sap_out_tmr = 0x00000005, | ||
304 | regk_iop_sap_out_yes = 0x00000001 | ||
305 | }; | ||
306 | #endif /* __iop_sap_out_defs_h */ | ||
diff --git a/include/asm-cris/arch-v32/hwregs/iop/iop_scrc_in_defs.h b/include/asm-cris/arch-v32/hwregs/iop/iop_scrc_in_defs.h new file mode 100644 index 000000000000..4f0a9a81e737 --- /dev/null +++ b/include/asm-cris/arch-v32/hwregs/iop/iop_scrc_in_defs.h | |||
@@ -0,0 +1,160 @@ | |||
1 | #ifndef __iop_scrc_in_defs_h | ||
2 | #define __iop_scrc_in_defs_h | ||
3 | |||
4 | /* | ||
5 | * This file is autogenerated from | ||
6 | * file: ../../inst/io_proc/rtl/iop_scrc_in.r | ||
7 | * id: iop_scrc_in.r,v 1.10 2005/02/16 09:13:58 niklaspa Exp | ||
8 | * last modfied: Mon Apr 11 16:08:46 2005 | ||
9 | * | ||
10 | * by /n/asic/design/tools/rdesc/src/rdes2c --outfile iop_scrc_in_defs.h ../../inst/io_proc/rtl/iop_scrc_in.r | ||
11 | * id: $Id: iop_scrc_in_defs.h,v 1.4 2005/04/24 18:31:05 starvik Exp $ | ||
12 | * Any changes here will be lost. | ||
13 | * | ||
14 | * -*- buffer-read-only: t -*- | ||
15 | */ | ||
16 | /* Main access macros */ | ||
17 | #ifndef REG_RD | ||
18 | #define REG_RD( scope, inst, reg ) \ | ||
19 | REG_READ( reg_##scope##_##reg, \ | ||
20 | (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
21 | #endif | ||
22 | |||
23 | #ifndef REG_WR | ||
24 | #define REG_WR( scope, inst, reg, val ) \ | ||
25 | REG_WRITE( reg_##scope##_##reg, \ | ||
26 | (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) | ||
27 | #endif | ||
28 | |||
29 | #ifndef REG_RD_VECT | ||
30 | #define REG_RD_VECT( scope, inst, reg, index ) \ | ||
31 | REG_READ( reg_##scope##_##reg, \ | ||
32 | (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
33 | (index) * STRIDE_##scope##_##reg ) | ||
34 | #endif | ||
35 | |||
36 | #ifndef REG_WR_VECT | ||
37 | #define REG_WR_VECT( scope, inst, reg, index, val ) \ | ||
38 | REG_WRITE( reg_##scope##_##reg, \ | ||
39 | (inst) + REG_WR_ADDR_##scope##_##reg + \ | ||
40 | (index) * STRIDE_##scope##_##reg, (val) ) | ||
41 | #endif | ||
42 | |||
43 | #ifndef REG_RD_INT | ||
44 | #define REG_RD_INT( scope, inst, reg ) \ | ||
45 | REG_READ( int, (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
46 | #endif | ||
47 | |||
48 | #ifndef REG_WR_INT | ||
49 | #define REG_WR_INT( scope, inst, reg, val ) \ | ||
50 | REG_WRITE( int, (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) | ||
51 | #endif | ||
52 | |||
53 | #ifndef REG_RD_INT_VECT | ||
54 | #define REG_RD_INT_VECT( scope, inst, reg, index ) \ | ||
55 | REG_READ( int, (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
56 | (index) * STRIDE_##scope##_##reg ) | ||
57 | #endif | ||
58 | |||
59 | #ifndef REG_WR_INT_VECT | ||
60 | #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ | ||
61 | REG_WRITE( int, (inst) + REG_WR_ADDR_##scope##_##reg + \ | ||
62 | (index) * STRIDE_##scope##_##reg, (val) ) | ||
63 | #endif | ||
64 | |||
65 | #ifndef REG_TYPE_CONV | ||
66 | #define REG_TYPE_CONV( type, orgtype, val ) \ | ||
67 | ( { union { orgtype o; type n; } r; r.o = val; r.n; } ) | ||
68 | #endif | ||
69 | |||
70 | #ifndef reg_page_size | ||
71 | #define reg_page_size 8192 | ||
72 | #endif | ||
73 | |||
74 | #ifndef REG_ADDR | ||
75 | #define REG_ADDR( scope, inst, reg ) \ | ||
76 | ( (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
77 | #endif | ||
78 | |||
79 | #ifndef REG_ADDR_VECT | ||
80 | #define REG_ADDR_VECT( scope, inst, reg, index ) \ | ||
81 | ( (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
82 | (index) * STRIDE_##scope##_##reg ) | ||
83 | #endif | ||
84 | |||
85 | /* C-code for register scope iop_scrc_in */ | ||
86 | |||
87 | /* Register rw_cfg, scope iop_scrc_in, type rw */ | ||
88 | typedef struct { | ||
89 | unsigned int trig : 2; | ||
90 | unsigned int dummy1 : 30; | ||
91 | } reg_iop_scrc_in_rw_cfg; | ||
92 | #define REG_RD_ADDR_iop_scrc_in_rw_cfg 0 | ||
93 | #define REG_WR_ADDR_iop_scrc_in_rw_cfg 0 | ||
94 | |||
95 | /* Register rw_ctrl, scope iop_scrc_in, type rw */ | ||
96 | typedef struct { | ||
97 | unsigned int dif_in_en : 1; | ||
98 | unsigned int dummy1 : 31; | ||
99 | } reg_iop_scrc_in_rw_ctrl; | ||
100 | #define REG_RD_ADDR_iop_scrc_in_rw_ctrl 4 | ||
101 | #define REG_WR_ADDR_iop_scrc_in_rw_ctrl 4 | ||
102 | |||
103 | /* Register r_stat, scope iop_scrc_in, type r */ | ||
104 | typedef struct { | ||
105 | unsigned int err : 1; | ||
106 | unsigned int dummy1 : 31; | ||
107 | } reg_iop_scrc_in_r_stat; | ||
108 | #define REG_RD_ADDR_iop_scrc_in_r_stat 8 | ||
109 | |||
110 | /* Register rw_init_crc, scope iop_scrc_in, type rw */ | ||
111 | typedef unsigned int reg_iop_scrc_in_rw_init_crc; | ||
112 | #define REG_RD_ADDR_iop_scrc_in_rw_init_crc 12 | ||
113 | #define REG_WR_ADDR_iop_scrc_in_rw_init_crc 12 | ||
114 | |||
115 | /* Register rs_computed_crc, scope iop_scrc_in, type rs */ | ||
116 | typedef unsigned int reg_iop_scrc_in_rs_computed_crc; | ||
117 | #define REG_RD_ADDR_iop_scrc_in_rs_computed_crc 16 | ||
118 | |||
119 | /* Register r_computed_crc, scope iop_scrc_in, type r */ | ||
120 | typedef unsigned int reg_iop_scrc_in_r_computed_crc; | ||
121 | #define REG_RD_ADDR_iop_scrc_in_r_computed_crc 20 | ||
122 | |||
123 | /* Register rw_crc, scope iop_scrc_in, type rw */ | ||
124 | typedef unsigned int reg_iop_scrc_in_rw_crc; | ||
125 | #define REG_RD_ADDR_iop_scrc_in_rw_crc 24 | ||
126 | #define REG_WR_ADDR_iop_scrc_in_rw_crc 24 | ||
127 | |||
128 | /* Register rw_correct_crc, scope iop_scrc_in, type rw */ | ||
129 | typedef unsigned int reg_iop_scrc_in_rw_correct_crc; | ||
130 | #define REG_RD_ADDR_iop_scrc_in_rw_correct_crc 28 | ||
131 | #define REG_WR_ADDR_iop_scrc_in_rw_correct_crc 28 | ||
132 | |||
133 | /* Register rw_wr1bit, scope iop_scrc_in, type rw */ | ||
134 | typedef struct { | ||
135 | unsigned int data : 2; | ||
136 | unsigned int last : 2; | ||
137 | unsigned int dummy1 : 28; | ||
138 | } reg_iop_scrc_in_rw_wr1bit; | ||
139 | #define REG_RD_ADDR_iop_scrc_in_rw_wr1bit 32 | ||
140 | #define REG_WR_ADDR_iop_scrc_in_rw_wr1bit 32 | ||
141 | |||
142 | |||
143 | /* Constants */ | ||
144 | enum { | ||
145 | regk_iop_scrc_in_dif_in = 0x00000002, | ||
146 | regk_iop_scrc_in_hi = 0x00000000, | ||
147 | regk_iop_scrc_in_neg = 0x00000002, | ||
148 | regk_iop_scrc_in_no = 0x00000000, | ||
149 | regk_iop_scrc_in_pos = 0x00000001, | ||
150 | regk_iop_scrc_in_pos_neg = 0x00000003, | ||
151 | regk_iop_scrc_in_r_computed_crc_default = 0x00000000, | ||
152 | regk_iop_scrc_in_rs_computed_crc_default = 0x00000000, | ||
153 | regk_iop_scrc_in_rw_cfg_default = 0x00000000, | ||
154 | regk_iop_scrc_in_rw_ctrl_default = 0x00000000, | ||
155 | regk_iop_scrc_in_rw_init_crc_default = 0x00000000, | ||
156 | regk_iop_scrc_in_set0 = 0x00000000, | ||
157 | regk_iop_scrc_in_set1 = 0x00000001, | ||
158 | regk_iop_scrc_in_yes = 0x00000001 | ||
159 | }; | ||
160 | #endif /* __iop_scrc_in_defs_h */ | ||
diff --git a/include/asm-cris/arch-v32/hwregs/iop/iop_scrc_out_defs.h b/include/asm-cris/arch-v32/hwregs/iop/iop_scrc_out_defs.h new file mode 100644 index 000000000000..fd1d6ea1d484 --- /dev/null +++ b/include/asm-cris/arch-v32/hwregs/iop/iop_scrc_out_defs.h | |||
@@ -0,0 +1,146 @@ | |||
1 | #ifndef __iop_scrc_out_defs_h | ||
2 | #define __iop_scrc_out_defs_h | ||
3 | |||
4 | /* | ||
5 | * This file is autogenerated from | ||
6 | * file: ../../inst/io_proc/rtl/iop_scrc_out.r | ||
7 | * id: iop_scrc_out.r,v 1.11 2005/02/16 09:13:38 niklaspa Exp | ||
8 | * last modfied: Mon Apr 11 16:08:46 2005 | ||
9 | * | ||
10 | * by /n/asic/design/tools/rdesc/src/rdes2c --outfile iop_scrc_out_defs.h ../../inst/io_proc/rtl/iop_scrc_out.r | ||
11 | * id: $Id: iop_scrc_out_defs.h,v 1.4 2005/04/24 18:31:05 starvik Exp $ | ||
12 | * Any changes here will be lost. | ||
13 | * | ||
14 | * -*- buffer-read-only: t -*- | ||
15 | */ | ||
16 | /* Main access macros */ | ||
17 | #ifndef REG_RD | ||
18 | #define REG_RD( scope, inst, reg ) \ | ||
19 | REG_READ( reg_##scope##_##reg, \ | ||
20 | (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
21 | #endif | ||
22 | |||
23 | #ifndef REG_WR | ||
24 | #define REG_WR( scope, inst, reg, val ) \ | ||
25 | REG_WRITE( reg_##scope##_##reg, \ | ||
26 | (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) | ||
27 | #endif | ||
28 | |||
29 | #ifndef REG_RD_VECT | ||
30 | #define REG_RD_VECT( scope, inst, reg, index ) \ | ||
31 | REG_READ( reg_##scope##_##reg, \ | ||
32 | (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
33 | (index) * STRIDE_##scope##_##reg ) | ||
34 | #endif | ||
35 | |||
36 | #ifndef REG_WR_VECT | ||
37 | #define REG_WR_VECT( scope, inst, reg, index, val ) \ | ||
38 | REG_WRITE( reg_##scope##_##reg, \ | ||
39 | (inst) + REG_WR_ADDR_##scope##_##reg + \ | ||
40 | (index) * STRIDE_##scope##_##reg, (val) ) | ||
41 | #endif | ||
42 | |||
43 | #ifndef REG_RD_INT | ||
44 | #define REG_RD_INT( scope, inst, reg ) \ | ||
45 | REG_READ( int, (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
46 | #endif | ||
47 | |||
48 | #ifndef REG_WR_INT | ||
49 | #define REG_WR_INT( scope, inst, reg, val ) \ | ||
50 | REG_WRITE( int, (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) | ||
51 | #endif | ||
52 | |||
53 | #ifndef REG_RD_INT_VECT | ||
54 | #define REG_RD_INT_VECT( scope, inst, reg, index ) \ | ||
55 | REG_READ( int, (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
56 | (index) * STRIDE_##scope##_##reg ) | ||
57 | #endif | ||
58 | |||
59 | #ifndef REG_WR_INT_VECT | ||
60 | #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ | ||
61 | REG_WRITE( int, (inst) + REG_WR_ADDR_##scope##_##reg + \ | ||
62 | (index) * STRIDE_##scope##_##reg, (val) ) | ||
63 | #endif | ||
64 | |||
65 | #ifndef REG_TYPE_CONV | ||
66 | #define REG_TYPE_CONV( type, orgtype, val ) \ | ||
67 | ( { union { orgtype o; type n; } r; r.o = val; r.n; } ) | ||
68 | #endif | ||
69 | |||
70 | #ifndef reg_page_size | ||
71 | #define reg_page_size 8192 | ||
72 | #endif | ||
73 | |||
74 | #ifndef REG_ADDR | ||
75 | #define REG_ADDR( scope, inst, reg ) \ | ||
76 | ( (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
77 | #endif | ||
78 | |||
79 | #ifndef REG_ADDR_VECT | ||
80 | #define REG_ADDR_VECT( scope, inst, reg, index ) \ | ||
81 | ( (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
82 | (index) * STRIDE_##scope##_##reg ) | ||
83 | #endif | ||
84 | |||
85 | /* C-code for register scope iop_scrc_out */ | ||
86 | |||
87 | /* Register rw_cfg, scope iop_scrc_out, type rw */ | ||
88 | typedef struct { | ||
89 | unsigned int trig : 2; | ||
90 | unsigned int inv_crc : 1; | ||
91 | unsigned int dummy1 : 29; | ||
92 | } reg_iop_scrc_out_rw_cfg; | ||
93 | #define REG_RD_ADDR_iop_scrc_out_rw_cfg 0 | ||
94 | #define REG_WR_ADDR_iop_scrc_out_rw_cfg 0 | ||
95 | |||
96 | /* Register rw_ctrl, scope iop_scrc_out, type rw */ | ||
97 | typedef struct { | ||
98 | unsigned int strb_src : 1; | ||
99 | unsigned int out_src : 1; | ||
100 | unsigned int dummy1 : 30; | ||
101 | } reg_iop_scrc_out_rw_ctrl; | ||
102 | #define REG_RD_ADDR_iop_scrc_out_rw_ctrl 4 | ||
103 | #define REG_WR_ADDR_iop_scrc_out_rw_ctrl 4 | ||
104 | |||
105 | /* Register rw_init_crc, scope iop_scrc_out, type rw */ | ||
106 | typedef unsigned int reg_iop_scrc_out_rw_init_crc; | ||
107 | #define REG_RD_ADDR_iop_scrc_out_rw_init_crc 8 | ||
108 | #define REG_WR_ADDR_iop_scrc_out_rw_init_crc 8 | ||
109 | |||
110 | /* Register rw_crc, scope iop_scrc_out, type rw */ | ||
111 | typedef unsigned int reg_iop_scrc_out_rw_crc; | ||
112 | #define REG_RD_ADDR_iop_scrc_out_rw_crc 12 | ||
113 | #define REG_WR_ADDR_iop_scrc_out_rw_crc 12 | ||
114 | |||
115 | /* Register rw_data, scope iop_scrc_out, type rw */ | ||
116 | typedef struct { | ||
117 | unsigned int val : 1; | ||
118 | unsigned int dummy1 : 31; | ||
119 | } reg_iop_scrc_out_rw_data; | ||
120 | #define REG_RD_ADDR_iop_scrc_out_rw_data 16 | ||
121 | #define REG_WR_ADDR_iop_scrc_out_rw_data 16 | ||
122 | |||
123 | /* Register r_computed_crc, scope iop_scrc_out, type r */ | ||
124 | typedef unsigned int reg_iop_scrc_out_r_computed_crc; | ||
125 | #define REG_RD_ADDR_iop_scrc_out_r_computed_crc 20 | ||
126 | |||
127 | |||
128 | /* Constants */ | ||
129 | enum { | ||
130 | regk_iop_scrc_out_crc = 0x00000001, | ||
131 | regk_iop_scrc_out_data = 0x00000000, | ||
132 | regk_iop_scrc_out_dif = 0x00000001, | ||
133 | regk_iop_scrc_out_hi = 0x00000000, | ||
134 | regk_iop_scrc_out_neg = 0x00000002, | ||
135 | regk_iop_scrc_out_no = 0x00000000, | ||
136 | regk_iop_scrc_out_pos = 0x00000001, | ||
137 | regk_iop_scrc_out_pos_neg = 0x00000003, | ||
138 | regk_iop_scrc_out_reg = 0x00000000, | ||
139 | regk_iop_scrc_out_rw_cfg_default = 0x00000000, | ||
140 | regk_iop_scrc_out_rw_crc_default = 0x00000000, | ||
141 | regk_iop_scrc_out_rw_ctrl_default = 0x00000000, | ||
142 | regk_iop_scrc_out_rw_data_default = 0x00000000, | ||
143 | regk_iop_scrc_out_rw_init_crc_default = 0x00000000, | ||
144 | regk_iop_scrc_out_yes = 0x00000001 | ||
145 | }; | ||
146 | #endif /* __iop_scrc_out_defs_h */ | ||
diff --git a/include/asm-cris/arch-v32/hwregs/iop/iop_spu_defs.h b/include/asm-cris/arch-v32/hwregs/iop/iop_spu_defs.h new file mode 100644 index 000000000000..0fda26e2f06f --- /dev/null +++ b/include/asm-cris/arch-v32/hwregs/iop/iop_spu_defs.h | |||
@@ -0,0 +1,453 @@ | |||
1 | #ifndef __iop_spu_defs_h | ||
2 | #define __iop_spu_defs_h | ||
3 | |||
4 | /* | ||
5 | * This file is autogenerated from | ||
6 | * file: ../../inst/io_proc/rtl/iop_spu.r | ||
7 | * id: <not found> | ||
8 | * last modfied: Mon Apr 11 16:08:46 2005 | ||
9 | * | ||
10 | * by /n/asic/design/tools/rdesc/src/rdes2c --outfile iop_spu_defs.h ../../inst/io_proc/rtl/iop_spu.r | ||
11 | * id: $Id: iop_spu_defs.h,v 1.5 2005/04/24 18:31:05 starvik Exp $ | ||
12 | * Any changes here will be lost. | ||
13 | * | ||
14 | * -*- buffer-read-only: t -*- | ||
15 | */ | ||
16 | /* Main access macros */ | ||
17 | #ifndef REG_RD | ||
18 | #define REG_RD( scope, inst, reg ) \ | ||
19 | REG_READ( reg_##scope##_##reg, \ | ||
20 | (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
21 | #endif | ||
22 | |||
23 | #ifndef REG_WR | ||
24 | #define REG_WR( scope, inst, reg, val ) \ | ||
25 | REG_WRITE( reg_##scope##_##reg, \ | ||
26 | (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) | ||
27 | #endif | ||
28 | |||
29 | #ifndef REG_RD_VECT | ||
30 | #define REG_RD_VECT( scope, inst, reg, index ) \ | ||
31 | REG_READ( reg_##scope##_##reg, \ | ||
32 | (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
33 | (index) * STRIDE_##scope##_##reg ) | ||
34 | #endif | ||
35 | |||
36 | #ifndef REG_WR_VECT | ||
37 | #define REG_WR_VECT( scope, inst, reg, index, val ) \ | ||
38 | REG_WRITE( reg_##scope##_##reg, \ | ||
39 | (inst) + REG_WR_ADDR_##scope##_##reg + \ | ||
40 | (index) * STRIDE_##scope##_##reg, (val) ) | ||
41 | #endif | ||
42 | |||
43 | #ifndef REG_RD_INT | ||
44 | #define REG_RD_INT( scope, inst, reg ) \ | ||
45 | REG_READ( int, (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
46 | #endif | ||
47 | |||
48 | #ifndef REG_WR_INT | ||
49 | #define REG_WR_INT( scope, inst, reg, val ) \ | ||
50 | REG_WRITE( int, (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) | ||
51 | #endif | ||
52 | |||
53 | #ifndef REG_RD_INT_VECT | ||
54 | #define REG_RD_INT_VECT( scope, inst, reg, index ) \ | ||
55 | REG_READ( int, (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
56 | (index) * STRIDE_##scope##_##reg ) | ||
57 | #endif | ||
58 | |||
59 | #ifndef REG_WR_INT_VECT | ||
60 | #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ | ||
61 | REG_WRITE( int, (inst) + REG_WR_ADDR_##scope##_##reg + \ | ||
62 | (index) * STRIDE_##scope##_##reg, (val) ) | ||
63 | #endif | ||
64 | |||
65 | #ifndef REG_TYPE_CONV | ||
66 | #define REG_TYPE_CONV( type, orgtype, val ) \ | ||
67 | ( { union { orgtype o; type n; } r; r.o = val; r.n; } ) | ||
68 | #endif | ||
69 | |||
70 | #ifndef reg_page_size | ||
71 | #define reg_page_size 8192 | ||
72 | #endif | ||
73 | |||
74 | #ifndef REG_ADDR | ||
75 | #define REG_ADDR( scope, inst, reg ) \ | ||
76 | ( (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
77 | #endif | ||
78 | |||
79 | #ifndef REG_ADDR_VECT | ||
80 | #define REG_ADDR_VECT( scope, inst, reg, index ) \ | ||
81 | ( (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
82 | (index) * STRIDE_##scope##_##reg ) | ||
83 | #endif | ||
84 | |||
85 | /* C-code for register scope iop_spu */ | ||
86 | |||
87 | #define STRIDE_iop_spu_rw_r 4 | ||
88 | /* Register rw_r, scope iop_spu, type rw */ | ||
89 | typedef unsigned int reg_iop_spu_rw_r; | ||
90 | #define REG_RD_ADDR_iop_spu_rw_r 0 | ||
91 | #define REG_WR_ADDR_iop_spu_rw_r 0 | ||
92 | |||
93 | /* Register rw_seq_pc, scope iop_spu, type rw */ | ||
94 | typedef struct { | ||
95 | unsigned int addr : 12; | ||
96 | unsigned int dummy1 : 20; | ||
97 | } reg_iop_spu_rw_seq_pc; | ||
98 | #define REG_RD_ADDR_iop_spu_rw_seq_pc 64 | ||
99 | #define REG_WR_ADDR_iop_spu_rw_seq_pc 64 | ||
100 | |||
101 | /* Register rw_fsm_pc, scope iop_spu, type rw */ | ||
102 | typedef struct { | ||
103 | unsigned int addr : 12; | ||
104 | unsigned int dummy1 : 20; | ||
105 | } reg_iop_spu_rw_fsm_pc; | ||
106 | #define REG_RD_ADDR_iop_spu_rw_fsm_pc 68 | ||
107 | #define REG_WR_ADDR_iop_spu_rw_fsm_pc 68 | ||
108 | |||
109 | /* Register rw_ctrl, scope iop_spu, type rw */ | ||
110 | typedef struct { | ||
111 | unsigned int fsm : 1; | ||
112 | unsigned int en : 1; | ||
113 | unsigned int dummy1 : 30; | ||
114 | } reg_iop_spu_rw_ctrl; | ||
115 | #define REG_RD_ADDR_iop_spu_rw_ctrl 72 | ||
116 | #define REG_WR_ADDR_iop_spu_rw_ctrl 72 | ||
117 | |||
118 | /* Register rw_fsm_inputs3_0, scope iop_spu, type rw */ | ||
119 | typedef struct { | ||
120 | unsigned int val0 : 5; | ||
121 | unsigned int src0 : 3; | ||
122 | unsigned int val1 : 5; | ||
123 | unsigned int src1 : 3; | ||
124 | unsigned int val2 : 5; | ||
125 | unsigned int src2 : 3; | ||
126 | unsigned int val3 : 5; | ||
127 | unsigned int src3 : 3; | ||
128 | } reg_iop_spu_rw_fsm_inputs3_0; | ||
129 | #define REG_RD_ADDR_iop_spu_rw_fsm_inputs3_0 76 | ||
130 | #define REG_WR_ADDR_iop_spu_rw_fsm_inputs3_0 76 | ||
131 | |||
132 | /* Register rw_fsm_inputs7_4, scope iop_spu, type rw */ | ||
133 | typedef struct { | ||
134 | unsigned int val4 : 5; | ||
135 | unsigned int src4 : 3; | ||
136 | unsigned int val5 : 5; | ||
137 | unsigned int src5 : 3; | ||
138 | unsigned int val6 : 5; | ||
139 | unsigned int src6 : 3; | ||
140 | unsigned int val7 : 5; | ||
141 | unsigned int src7 : 3; | ||
142 | } reg_iop_spu_rw_fsm_inputs7_4; | ||
143 | #define REG_RD_ADDR_iop_spu_rw_fsm_inputs7_4 80 | ||
144 | #define REG_WR_ADDR_iop_spu_rw_fsm_inputs7_4 80 | ||
145 | |||
146 | /* Register rw_gio_out, scope iop_spu, type rw */ | ||
147 | typedef unsigned int reg_iop_spu_rw_gio_out; | ||
148 | #define REG_RD_ADDR_iop_spu_rw_gio_out 84 | ||
149 | #define REG_WR_ADDR_iop_spu_rw_gio_out 84 | ||
150 | |||
151 | /* Register rw_bus0_out, scope iop_spu, type rw */ | ||
152 | typedef unsigned int reg_iop_spu_rw_bus0_out; | ||
153 | #define REG_RD_ADDR_iop_spu_rw_bus0_out 88 | ||
154 | #define REG_WR_ADDR_iop_spu_rw_bus0_out 88 | ||
155 | |||
156 | /* Register rw_bus1_out, scope iop_spu, type rw */ | ||
157 | typedef unsigned int reg_iop_spu_rw_bus1_out; | ||
158 | #define REG_RD_ADDR_iop_spu_rw_bus1_out 92 | ||
159 | #define REG_WR_ADDR_iop_spu_rw_bus1_out 92 | ||
160 | |||
161 | /* Register r_gio_in, scope iop_spu, type r */ | ||
162 | typedef unsigned int reg_iop_spu_r_gio_in; | ||
163 | #define REG_RD_ADDR_iop_spu_r_gio_in 96 | ||
164 | |||
165 | /* Register r_bus0_in, scope iop_spu, type r */ | ||
166 | typedef unsigned int reg_iop_spu_r_bus0_in; | ||
167 | #define REG_RD_ADDR_iop_spu_r_bus0_in 100 | ||
168 | |||
169 | /* Register r_bus1_in, scope iop_spu, type r */ | ||
170 | typedef unsigned int reg_iop_spu_r_bus1_in; | ||
171 | #define REG_RD_ADDR_iop_spu_r_bus1_in 104 | ||
172 | |||
173 | /* Register rw_gio_out_set, scope iop_spu, type rw */ | ||
174 | typedef unsigned int reg_iop_spu_rw_gio_out_set; | ||
175 | #define REG_RD_ADDR_iop_spu_rw_gio_out_set 108 | ||
176 | #define REG_WR_ADDR_iop_spu_rw_gio_out_set 108 | ||
177 | |||
178 | /* Register rw_gio_out_clr, scope iop_spu, type rw */ | ||
179 | typedef unsigned int reg_iop_spu_rw_gio_out_clr; | ||
180 | #define REG_RD_ADDR_iop_spu_rw_gio_out_clr 112 | ||
181 | #define REG_WR_ADDR_iop_spu_rw_gio_out_clr 112 | ||
182 | |||
183 | /* Register rs_wr_stat, scope iop_spu, type rs */ | ||
184 | typedef struct { | ||
185 | unsigned int r0 : 1; | ||
186 | unsigned int r1 : 1; | ||
187 | unsigned int r2 : 1; | ||
188 | unsigned int r3 : 1; | ||
189 | unsigned int r4 : 1; | ||
190 | unsigned int r5 : 1; | ||
191 | unsigned int r6 : 1; | ||
192 | unsigned int r7 : 1; | ||
193 | unsigned int r8 : 1; | ||
194 | unsigned int r9 : 1; | ||
195 | unsigned int r10 : 1; | ||
196 | unsigned int r11 : 1; | ||
197 | unsigned int r12 : 1; | ||
198 | unsigned int r13 : 1; | ||
199 | unsigned int r14 : 1; | ||
200 | unsigned int r15 : 1; | ||
201 | unsigned int dummy1 : 16; | ||
202 | } reg_iop_spu_rs_wr_stat; | ||
203 | #define REG_RD_ADDR_iop_spu_rs_wr_stat 116 | ||
204 | |||
205 | /* Register r_wr_stat, scope iop_spu, type r */ | ||
206 | typedef struct { | ||
207 | unsigned int r0 : 1; | ||
208 | unsigned int r1 : 1; | ||
209 | unsigned int r2 : 1; | ||
210 | unsigned int r3 : 1; | ||
211 | unsigned int r4 : 1; | ||
212 | unsigned int r5 : 1; | ||
213 | unsigned int r6 : 1; | ||
214 | unsigned int r7 : 1; | ||
215 | unsigned int r8 : 1; | ||
216 | unsigned int r9 : 1; | ||
217 | unsigned int r10 : 1; | ||
218 | unsigned int r11 : 1; | ||
219 | unsigned int r12 : 1; | ||
220 | unsigned int r13 : 1; | ||
221 | unsigned int r14 : 1; | ||
222 | unsigned int r15 : 1; | ||
223 | unsigned int dummy1 : 16; | ||
224 | } reg_iop_spu_r_wr_stat; | ||
225 | #define REG_RD_ADDR_iop_spu_r_wr_stat 120 | ||
226 | |||
227 | /* Register r_reg_indexed_by_bus0_in, scope iop_spu, type r */ | ||
228 | typedef unsigned int reg_iop_spu_r_reg_indexed_by_bus0_in; | ||
229 | #define REG_RD_ADDR_iop_spu_r_reg_indexed_by_bus0_in 124 | ||
230 | |||
231 | /* Register r_stat_in, scope iop_spu, type r */ | ||
232 | typedef struct { | ||
233 | unsigned int timer_grp_lo : 4; | ||
234 | unsigned int fifo_out_last : 1; | ||
235 | unsigned int fifo_out_rdy : 1; | ||
236 | unsigned int fifo_out_all : 1; | ||
237 | unsigned int fifo_in_rdy : 1; | ||
238 | unsigned int dmc_out_all : 1; | ||
239 | unsigned int dmc_out_dth : 1; | ||
240 | unsigned int dmc_out_eop : 1; | ||
241 | unsigned int dmc_out_dv : 1; | ||
242 | unsigned int dmc_out_last : 1; | ||
243 | unsigned int dmc_out_cmd_rq : 1; | ||
244 | unsigned int dmc_out_cmd_rdy : 1; | ||
245 | unsigned int pcrc_correct : 1; | ||
246 | unsigned int timer_grp_hi : 4; | ||
247 | unsigned int dmc_in_sth : 1; | ||
248 | unsigned int dmc_in_full : 1; | ||
249 | unsigned int dmc_in_cmd_rdy : 1; | ||
250 | unsigned int spu_gio_out : 4; | ||
251 | unsigned int sync_clk12 : 1; | ||
252 | unsigned int scrc_out_data : 1; | ||
253 | unsigned int scrc_in_err : 1; | ||
254 | unsigned int mc_busy : 1; | ||
255 | unsigned int mc_owned : 1; | ||
256 | } reg_iop_spu_r_stat_in; | ||
257 | #define REG_RD_ADDR_iop_spu_r_stat_in 128 | ||
258 | |||
259 | /* Register r_trigger_in, scope iop_spu, type r */ | ||
260 | typedef unsigned int reg_iop_spu_r_trigger_in; | ||
261 | #define REG_RD_ADDR_iop_spu_r_trigger_in 132 | ||
262 | |||
263 | /* Register r_special_stat, scope iop_spu, type r */ | ||
264 | typedef struct { | ||
265 | unsigned int c_flag : 1; | ||
266 | unsigned int v_flag : 1; | ||
267 | unsigned int z_flag : 1; | ||
268 | unsigned int n_flag : 1; | ||
269 | unsigned int xor_bus0_r2_0 : 1; | ||
270 | unsigned int xor_bus1_r3_0 : 1; | ||
271 | unsigned int xor_bus0m_r2_0 : 1; | ||
272 | unsigned int xor_bus1m_r3_0 : 1; | ||
273 | unsigned int fsm_in0 : 1; | ||
274 | unsigned int fsm_in1 : 1; | ||
275 | unsigned int fsm_in2 : 1; | ||
276 | unsigned int fsm_in3 : 1; | ||
277 | unsigned int fsm_in4 : 1; | ||
278 | unsigned int fsm_in5 : 1; | ||
279 | unsigned int fsm_in6 : 1; | ||
280 | unsigned int fsm_in7 : 1; | ||
281 | unsigned int event0 : 1; | ||
282 | unsigned int event1 : 1; | ||
283 | unsigned int event2 : 1; | ||
284 | unsigned int event3 : 1; | ||
285 | unsigned int dummy1 : 12; | ||
286 | } reg_iop_spu_r_special_stat; | ||
287 | #define REG_RD_ADDR_iop_spu_r_special_stat 136 | ||
288 | |||
289 | /* Register rw_reg_access, scope iop_spu, type rw */ | ||
290 | typedef struct { | ||
291 | unsigned int addr : 13; | ||
292 | unsigned int dummy1 : 3; | ||
293 | unsigned int imm_hi : 16; | ||
294 | } reg_iop_spu_rw_reg_access; | ||
295 | #define REG_RD_ADDR_iop_spu_rw_reg_access 140 | ||
296 | #define REG_WR_ADDR_iop_spu_rw_reg_access 140 | ||
297 | |||
298 | #define STRIDE_iop_spu_rw_event_cfg 4 | ||
299 | /* Register rw_event_cfg, scope iop_spu, type rw */ | ||
300 | typedef struct { | ||
301 | unsigned int addr : 12; | ||
302 | unsigned int src : 2; | ||
303 | unsigned int eq_en : 1; | ||
304 | unsigned int eq_inv : 1; | ||
305 | unsigned int gt_en : 1; | ||
306 | unsigned int gt_inv : 1; | ||
307 | unsigned int dummy1 : 14; | ||
308 | } reg_iop_spu_rw_event_cfg; | ||
309 | #define REG_RD_ADDR_iop_spu_rw_event_cfg 144 | ||
310 | #define REG_WR_ADDR_iop_spu_rw_event_cfg 144 | ||
311 | |||
312 | #define STRIDE_iop_spu_rw_event_mask 4 | ||
313 | /* Register rw_event_mask, scope iop_spu, type rw */ | ||
314 | typedef unsigned int reg_iop_spu_rw_event_mask; | ||
315 | #define REG_RD_ADDR_iop_spu_rw_event_mask 160 | ||
316 | #define REG_WR_ADDR_iop_spu_rw_event_mask 160 | ||
317 | |||
318 | #define STRIDE_iop_spu_rw_event_val 4 | ||
319 | /* Register rw_event_val, scope iop_spu, type rw */ | ||
320 | typedef unsigned int reg_iop_spu_rw_event_val; | ||
321 | #define REG_RD_ADDR_iop_spu_rw_event_val 176 | ||
322 | #define REG_WR_ADDR_iop_spu_rw_event_val 176 | ||
323 | |||
324 | /* Register rw_event_ret, scope iop_spu, type rw */ | ||
325 | typedef struct { | ||
326 | unsigned int addr : 12; | ||
327 | unsigned int dummy1 : 20; | ||
328 | } reg_iop_spu_rw_event_ret; | ||
329 | #define REG_RD_ADDR_iop_spu_rw_event_ret 192 | ||
330 | #define REG_WR_ADDR_iop_spu_rw_event_ret 192 | ||
331 | |||
332 | /* Register r_trace, scope iop_spu, type r */ | ||
333 | typedef struct { | ||
334 | unsigned int fsm : 1; | ||
335 | unsigned int en : 1; | ||
336 | unsigned int c_flag : 1; | ||
337 | unsigned int v_flag : 1; | ||
338 | unsigned int z_flag : 1; | ||
339 | unsigned int n_flag : 1; | ||
340 | unsigned int seq_addr : 12; | ||
341 | unsigned int dummy1 : 2; | ||
342 | unsigned int fsm_addr : 12; | ||
343 | } reg_iop_spu_r_trace; | ||
344 | #define REG_RD_ADDR_iop_spu_r_trace 196 | ||
345 | |||
346 | /* Register r_fsm_trace, scope iop_spu, type r */ | ||
347 | typedef struct { | ||
348 | unsigned int fsm : 1; | ||
349 | unsigned int en : 1; | ||
350 | unsigned int tmr_done : 1; | ||
351 | unsigned int inp0 : 1; | ||
352 | unsigned int inp1 : 1; | ||
353 | unsigned int inp2 : 1; | ||
354 | unsigned int inp3 : 1; | ||
355 | unsigned int event0 : 1; | ||
356 | unsigned int event1 : 1; | ||
357 | unsigned int event2 : 1; | ||
358 | unsigned int event3 : 1; | ||
359 | unsigned int gio_out : 8; | ||
360 | unsigned int dummy1 : 1; | ||
361 | unsigned int fsm_addr : 12; | ||
362 | } reg_iop_spu_r_fsm_trace; | ||
363 | #define REG_RD_ADDR_iop_spu_r_fsm_trace 200 | ||
364 | |||
365 | #define STRIDE_iop_spu_rw_brp 4 | ||
366 | /* Register rw_brp, scope iop_spu, type rw */ | ||
367 | typedef struct { | ||
368 | unsigned int addr : 12; | ||
369 | unsigned int fsm : 1; | ||
370 | unsigned int en : 1; | ||
371 | unsigned int dummy1 : 18; | ||
372 | } reg_iop_spu_rw_brp; | ||
373 | #define REG_RD_ADDR_iop_spu_rw_brp 204 | ||
374 | #define REG_WR_ADDR_iop_spu_rw_brp 204 | ||
375 | |||
376 | |||
377 | /* Constants */ | ||
378 | enum { | ||
379 | regk_iop_spu_attn_hi = 0x00000005, | ||
380 | regk_iop_spu_attn_lo = 0x00000005, | ||
381 | regk_iop_spu_attn_r0 = 0x00000000, | ||
382 | regk_iop_spu_attn_r1 = 0x00000001, | ||
383 | regk_iop_spu_attn_r10 = 0x00000002, | ||
384 | regk_iop_spu_attn_r11 = 0x00000003, | ||
385 | regk_iop_spu_attn_r12 = 0x00000004, | ||
386 | regk_iop_spu_attn_r13 = 0x00000005, | ||
387 | regk_iop_spu_attn_r14 = 0x00000006, | ||
388 | regk_iop_spu_attn_r15 = 0x00000007, | ||
389 | regk_iop_spu_attn_r2 = 0x00000002, | ||
390 | regk_iop_spu_attn_r3 = 0x00000003, | ||
391 | regk_iop_spu_attn_r4 = 0x00000004, | ||
392 | regk_iop_spu_attn_r5 = 0x00000005, | ||
393 | regk_iop_spu_attn_r6 = 0x00000006, | ||
394 | regk_iop_spu_attn_r7 = 0x00000007, | ||
395 | regk_iop_spu_attn_r8 = 0x00000000, | ||
396 | regk_iop_spu_attn_r9 = 0x00000001, | ||
397 | regk_iop_spu_c = 0x00000000, | ||
398 | regk_iop_spu_flag = 0x00000002, | ||
399 | regk_iop_spu_gio_in = 0x00000000, | ||
400 | regk_iop_spu_gio_out = 0x00000005, | ||
401 | regk_iop_spu_gio_out0 = 0x00000008, | ||
402 | regk_iop_spu_gio_out1 = 0x00000009, | ||
403 | regk_iop_spu_gio_out2 = 0x0000000a, | ||
404 | regk_iop_spu_gio_out3 = 0x0000000b, | ||
405 | regk_iop_spu_gio_out4 = 0x0000000c, | ||
406 | regk_iop_spu_gio_out5 = 0x0000000d, | ||
407 | regk_iop_spu_gio_out6 = 0x0000000e, | ||
408 | regk_iop_spu_gio_out7 = 0x0000000f, | ||
409 | regk_iop_spu_n = 0x00000003, | ||
410 | regk_iop_spu_no = 0x00000000, | ||
411 | regk_iop_spu_r0 = 0x00000008, | ||
412 | regk_iop_spu_r1 = 0x00000009, | ||
413 | regk_iop_spu_r10 = 0x0000000a, | ||
414 | regk_iop_spu_r11 = 0x0000000b, | ||
415 | regk_iop_spu_r12 = 0x0000000c, | ||
416 | regk_iop_spu_r13 = 0x0000000d, | ||
417 | regk_iop_spu_r14 = 0x0000000e, | ||
418 | regk_iop_spu_r15 = 0x0000000f, | ||
419 | regk_iop_spu_r2 = 0x0000000a, | ||
420 | regk_iop_spu_r3 = 0x0000000b, | ||
421 | regk_iop_spu_r4 = 0x0000000c, | ||
422 | regk_iop_spu_r5 = 0x0000000d, | ||
423 | regk_iop_spu_r6 = 0x0000000e, | ||
424 | regk_iop_spu_r7 = 0x0000000f, | ||
425 | regk_iop_spu_r8 = 0x00000008, | ||
426 | regk_iop_spu_r9 = 0x00000009, | ||
427 | regk_iop_spu_reg_hi = 0x00000002, | ||
428 | regk_iop_spu_reg_lo = 0x00000002, | ||
429 | regk_iop_spu_rw_brp_default = 0x00000000, | ||
430 | regk_iop_spu_rw_brp_size = 0x00000004, | ||
431 | regk_iop_spu_rw_ctrl_default = 0x00000000, | ||
432 | regk_iop_spu_rw_event_cfg_size = 0x00000004, | ||
433 | regk_iop_spu_rw_event_mask_size = 0x00000004, | ||
434 | regk_iop_spu_rw_event_val_size = 0x00000004, | ||
435 | regk_iop_spu_rw_gio_out_default = 0x00000000, | ||
436 | regk_iop_spu_rw_r_size = 0x00000010, | ||
437 | regk_iop_spu_rw_reg_access_default = 0x00000000, | ||
438 | regk_iop_spu_stat_in = 0x00000002, | ||
439 | regk_iop_spu_statin_hi = 0x00000004, | ||
440 | regk_iop_spu_statin_lo = 0x00000004, | ||
441 | regk_iop_spu_trig = 0x00000003, | ||
442 | regk_iop_spu_trigger = 0x00000006, | ||
443 | regk_iop_spu_v = 0x00000001, | ||
444 | regk_iop_spu_wsts_gioout_spec = 0x00000001, | ||
445 | regk_iop_spu_xor = 0x00000003, | ||
446 | regk_iop_spu_xor_bus0_r2_0 = 0x00000000, | ||
447 | regk_iop_spu_xor_bus0m_r2_0 = 0x00000002, | ||
448 | regk_iop_spu_xor_bus1_r3_0 = 0x00000001, | ||
449 | regk_iop_spu_xor_bus1m_r3_0 = 0x00000003, | ||
450 | regk_iop_spu_yes = 0x00000001, | ||
451 | regk_iop_spu_z = 0x00000002 | ||
452 | }; | ||
453 | #endif /* __iop_spu_defs_h */ | ||
diff --git a/include/asm-cris/arch-v32/hwregs/iop/iop_sw_cfg_defs.h b/include/asm-cris/arch-v32/hwregs/iop/iop_sw_cfg_defs.h new file mode 100644 index 000000000000..d7b6d75884d2 --- /dev/null +++ b/include/asm-cris/arch-v32/hwregs/iop/iop_sw_cfg_defs.h | |||
@@ -0,0 +1,1042 @@ | |||
1 | #ifndef __iop_sw_cfg_defs_h | ||
2 | #define __iop_sw_cfg_defs_h | ||
3 | |||
4 | /* | ||
5 | * This file is autogenerated from | ||
6 | * file: ../../inst/io_proc/rtl/guinness/iop_sw_cfg.r | ||
7 | * id: <not found> | ||
8 | * last modfied: Mon Apr 11 16:10:19 2005 | ||
9 | * | ||
10 | * by /n/asic/design/tools/rdesc/src/rdes2c --outfile iop_sw_cfg_defs.h ../../inst/io_proc/rtl/guinness/iop_sw_cfg.r | ||
11 | * id: $Id: iop_sw_cfg_defs.h,v 1.4 2005/04/24 18:31:05 starvik Exp $ | ||
12 | * Any changes here will be lost. | ||
13 | * | ||
14 | * -*- buffer-read-only: t -*- | ||
15 | */ | ||
16 | /* Main access macros */ | ||
17 | #ifndef REG_RD | ||
18 | #define REG_RD( scope, inst, reg ) \ | ||
19 | REG_READ( reg_##scope##_##reg, \ | ||
20 | (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
21 | #endif | ||
22 | |||
23 | #ifndef REG_WR | ||
24 | #define REG_WR( scope, inst, reg, val ) \ | ||
25 | REG_WRITE( reg_##scope##_##reg, \ | ||
26 | (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) | ||
27 | #endif | ||
28 | |||
29 | #ifndef REG_RD_VECT | ||
30 | #define REG_RD_VECT( scope, inst, reg, index ) \ | ||
31 | REG_READ( reg_##scope##_##reg, \ | ||
32 | (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
33 | (index) * STRIDE_##scope##_##reg ) | ||
34 | #endif | ||
35 | |||
36 | #ifndef REG_WR_VECT | ||
37 | #define REG_WR_VECT( scope, inst, reg, index, val ) \ | ||
38 | REG_WRITE( reg_##scope##_##reg, \ | ||
39 | (inst) + REG_WR_ADDR_##scope##_##reg + \ | ||
40 | (index) * STRIDE_##scope##_##reg, (val) ) | ||
41 | #endif | ||
42 | |||
43 | #ifndef REG_RD_INT | ||
44 | #define REG_RD_INT( scope, inst, reg ) \ | ||
45 | REG_READ( int, (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
46 | #endif | ||
47 | |||
48 | #ifndef REG_WR_INT | ||
49 | #define REG_WR_INT( scope, inst, reg, val ) \ | ||
50 | REG_WRITE( int, (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) | ||
51 | #endif | ||
52 | |||
53 | #ifndef REG_RD_INT_VECT | ||
54 | #define REG_RD_INT_VECT( scope, inst, reg, index ) \ | ||
55 | REG_READ( int, (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
56 | (index) * STRIDE_##scope##_##reg ) | ||
57 | #endif | ||
58 | |||
59 | #ifndef REG_WR_INT_VECT | ||
60 | #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ | ||
61 | REG_WRITE( int, (inst) + REG_WR_ADDR_##scope##_##reg + \ | ||
62 | (index) * STRIDE_##scope##_##reg, (val) ) | ||
63 | #endif | ||
64 | |||
65 | #ifndef REG_TYPE_CONV | ||
66 | #define REG_TYPE_CONV( type, orgtype, val ) \ | ||
67 | ( { union { orgtype o; type n; } r; r.o = val; r.n; } ) | ||
68 | #endif | ||
69 | |||
70 | #ifndef reg_page_size | ||
71 | #define reg_page_size 8192 | ||
72 | #endif | ||
73 | |||
74 | #ifndef REG_ADDR | ||
75 | #define REG_ADDR( scope, inst, reg ) \ | ||
76 | ( (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
77 | #endif | ||
78 | |||
79 | #ifndef REG_ADDR_VECT | ||
80 | #define REG_ADDR_VECT( scope, inst, reg, index ) \ | ||
81 | ( (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
82 | (index) * STRIDE_##scope##_##reg ) | ||
83 | #endif | ||
84 | |||
85 | /* C-code for register scope iop_sw_cfg */ | ||
86 | |||
87 | /* Register rw_crc_par0_owner, scope iop_sw_cfg, type rw */ | ||
88 | typedef struct { | ||
89 | unsigned int cfg : 2; | ||
90 | unsigned int dummy1 : 30; | ||
91 | } reg_iop_sw_cfg_rw_crc_par0_owner; | ||
92 | #define REG_RD_ADDR_iop_sw_cfg_rw_crc_par0_owner 0 | ||
93 | #define REG_WR_ADDR_iop_sw_cfg_rw_crc_par0_owner 0 | ||
94 | |||
95 | /* Register rw_crc_par1_owner, scope iop_sw_cfg, type rw */ | ||
96 | typedef struct { | ||
97 | unsigned int cfg : 2; | ||
98 | unsigned int dummy1 : 30; | ||
99 | } reg_iop_sw_cfg_rw_crc_par1_owner; | ||
100 | #define REG_RD_ADDR_iop_sw_cfg_rw_crc_par1_owner 4 | ||
101 | #define REG_WR_ADDR_iop_sw_cfg_rw_crc_par1_owner 4 | ||
102 | |||
103 | /* Register rw_dmc_in0_owner, scope iop_sw_cfg, type rw */ | ||
104 | typedef struct { | ||
105 | unsigned int cfg : 2; | ||
106 | unsigned int dummy1 : 30; | ||
107 | } reg_iop_sw_cfg_rw_dmc_in0_owner; | ||
108 | #define REG_RD_ADDR_iop_sw_cfg_rw_dmc_in0_owner 8 | ||
109 | #define REG_WR_ADDR_iop_sw_cfg_rw_dmc_in0_owner 8 | ||
110 | |||
111 | /* Register rw_dmc_in1_owner, scope iop_sw_cfg, type rw */ | ||
112 | typedef struct { | ||
113 | unsigned int cfg : 2; | ||
114 | unsigned int dummy1 : 30; | ||
115 | } reg_iop_sw_cfg_rw_dmc_in1_owner; | ||
116 | #define REG_RD_ADDR_iop_sw_cfg_rw_dmc_in1_owner 12 | ||
117 | #define REG_WR_ADDR_iop_sw_cfg_rw_dmc_in1_owner 12 | ||
118 | |||
119 | /* Register rw_dmc_out0_owner, scope iop_sw_cfg, type rw */ | ||
120 | typedef struct { | ||
121 | unsigned int cfg : 2; | ||
122 | unsigned int dummy1 : 30; | ||
123 | } reg_iop_sw_cfg_rw_dmc_out0_owner; | ||
124 | #define REG_RD_ADDR_iop_sw_cfg_rw_dmc_out0_owner 16 | ||
125 | #define REG_WR_ADDR_iop_sw_cfg_rw_dmc_out0_owner 16 | ||
126 | |||
127 | /* Register rw_dmc_out1_owner, scope iop_sw_cfg, type rw */ | ||
128 | typedef struct { | ||
129 | unsigned int cfg : 2; | ||
130 | unsigned int dummy1 : 30; | ||
131 | } reg_iop_sw_cfg_rw_dmc_out1_owner; | ||
132 | #define REG_RD_ADDR_iop_sw_cfg_rw_dmc_out1_owner 20 | ||
133 | #define REG_WR_ADDR_iop_sw_cfg_rw_dmc_out1_owner 20 | ||
134 | |||
135 | /* Register rw_fifo_in0_owner, scope iop_sw_cfg, type rw */ | ||
136 | typedef struct { | ||
137 | unsigned int cfg : 2; | ||
138 | unsigned int dummy1 : 30; | ||
139 | } reg_iop_sw_cfg_rw_fifo_in0_owner; | ||
140 | #define REG_RD_ADDR_iop_sw_cfg_rw_fifo_in0_owner 24 | ||
141 | #define REG_WR_ADDR_iop_sw_cfg_rw_fifo_in0_owner 24 | ||
142 | |||
143 | /* Register rw_fifo_in0_extra_owner, scope iop_sw_cfg, type rw */ | ||
144 | typedef struct { | ||
145 | unsigned int cfg : 2; | ||
146 | unsigned int dummy1 : 30; | ||
147 | } reg_iop_sw_cfg_rw_fifo_in0_extra_owner; | ||
148 | #define REG_RD_ADDR_iop_sw_cfg_rw_fifo_in0_extra_owner 28 | ||
149 | #define REG_WR_ADDR_iop_sw_cfg_rw_fifo_in0_extra_owner 28 | ||
150 | |||
151 | /* Register rw_fifo_in1_owner, scope iop_sw_cfg, type rw */ | ||
152 | typedef struct { | ||
153 | unsigned int cfg : 2; | ||
154 | unsigned int dummy1 : 30; | ||
155 | } reg_iop_sw_cfg_rw_fifo_in1_owner; | ||
156 | #define REG_RD_ADDR_iop_sw_cfg_rw_fifo_in1_owner 32 | ||
157 | #define REG_WR_ADDR_iop_sw_cfg_rw_fifo_in1_owner 32 | ||
158 | |||
159 | /* Register rw_fifo_in1_extra_owner, scope iop_sw_cfg, type rw */ | ||
160 | typedef struct { | ||
161 | unsigned int cfg : 2; | ||
162 | unsigned int dummy1 : 30; | ||
163 | } reg_iop_sw_cfg_rw_fifo_in1_extra_owner; | ||
164 | #define REG_RD_ADDR_iop_sw_cfg_rw_fifo_in1_extra_owner 36 | ||
165 | #define REG_WR_ADDR_iop_sw_cfg_rw_fifo_in1_extra_owner 36 | ||
166 | |||
167 | /* Register rw_fifo_out0_owner, scope iop_sw_cfg, type rw */ | ||
168 | typedef struct { | ||
169 | unsigned int cfg : 2; | ||
170 | unsigned int dummy1 : 30; | ||
171 | } reg_iop_sw_cfg_rw_fifo_out0_owner; | ||
172 | #define REG_RD_ADDR_iop_sw_cfg_rw_fifo_out0_owner 40 | ||
173 | #define REG_WR_ADDR_iop_sw_cfg_rw_fifo_out0_owner 40 | ||
174 | |||
175 | /* Register rw_fifo_out0_extra_owner, scope iop_sw_cfg, type rw */ | ||
176 | typedef struct { | ||
177 | unsigned int cfg : 2; | ||
178 | unsigned int dummy1 : 30; | ||
179 | } reg_iop_sw_cfg_rw_fifo_out0_extra_owner; | ||
180 | #define REG_RD_ADDR_iop_sw_cfg_rw_fifo_out0_extra_owner 44 | ||
181 | #define REG_WR_ADDR_iop_sw_cfg_rw_fifo_out0_extra_owner 44 | ||
182 | |||
183 | /* Register rw_fifo_out1_owner, scope iop_sw_cfg, type rw */ | ||
184 | typedef struct { | ||
185 | unsigned int cfg : 2; | ||
186 | unsigned int dummy1 : 30; | ||
187 | } reg_iop_sw_cfg_rw_fifo_out1_owner; | ||
188 | #define REG_RD_ADDR_iop_sw_cfg_rw_fifo_out1_owner 48 | ||
189 | #define REG_WR_ADDR_iop_sw_cfg_rw_fifo_out1_owner 48 | ||
190 | |||
191 | /* Register rw_fifo_out1_extra_owner, scope iop_sw_cfg, type rw */ | ||
192 | typedef struct { | ||
193 | unsigned int cfg : 2; | ||
194 | unsigned int dummy1 : 30; | ||
195 | } reg_iop_sw_cfg_rw_fifo_out1_extra_owner; | ||
196 | #define REG_RD_ADDR_iop_sw_cfg_rw_fifo_out1_extra_owner 52 | ||
197 | #define REG_WR_ADDR_iop_sw_cfg_rw_fifo_out1_extra_owner 52 | ||
198 | |||
199 | /* Register rw_sap_in_owner, scope iop_sw_cfg, type rw */ | ||
200 | typedef struct { | ||
201 | unsigned int cfg : 2; | ||
202 | unsigned int dummy1 : 30; | ||
203 | } reg_iop_sw_cfg_rw_sap_in_owner; | ||
204 | #define REG_RD_ADDR_iop_sw_cfg_rw_sap_in_owner 56 | ||
205 | #define REG_WR_ADDR_iop_sw_cfg_rw_sap_in_owner 56 | ||
206 | |||
207 | /* Register rw_sap_out_owner, scope iop_sw_cfg, type rw */ | ||
208 | typedef struct { | ||
209 | unsigned int cfg : 2; | ||
210 | unsigned int dummy1 : 30; | ||
211 | } reg_iop_sw_cfg_rw_sap_out_owner; | ||
212 | #define REG_RD_ADDR_iop_sw_cfg_rw_sap_out_owner 60 | ||
213 | #define REG_WR_ADDR_iop_sw_cfg_rw_sap_out_owner 60 | ||
214 | |||
215 | /* Register rw_scrc_in0_owner, scope iop_sw_cfg, type rw */ | ||
216 | typedef struct { | ||
217 | unsigned int cfg : 2; | ||
218 | unsigned int dummy1 : 30; | ||
219 | } reg_iop_sw_cfg_rw_scrc_in0_owner; | ||
220 | #define REG_RD_ADDR_iop_sw_cfg_rw_scrc_in0_owner 64 | ||
221 | #define REG_WR_ADDR_iop_sw_cfg_rw_scrc_in0_owner 64 | ||
222 | |||
223 | /* Register rw_scrc_in1_owner, scope iop_sw_cfg, type rw */ | ||
224 | typedef struct { | ||
225 | unsigned int cfg : 2; | ||
226 | unsigned int dummy1 : 30; | ||
227 | } reg_iop_sw_cfg_rw_scrc_in1_owner; | ||
228 | #define REG_RD_ADDR_iop_sw_cfg_rw_scrc_in1_owner 68 | ||
229 | #define REG_WR_ADDR_iop_sw_cfg_rw_scrc_in1_owner 68 | ||
230 | |||
231 | /* Register rw_scrc_out0_owner, scope iop_sw_cfg, type rw */ | ||
232 | typedef struct { | ||
233 | unsigned int cfg : 2; | ||
234 | unsigned int dummy1 : 30; | ||
235 | } reg_iop_sw_cfg_rw_scrc_out0_owner; | ||
236 | #define REG_RD_ADDR_iop_sw_cfg_rw_scrc_out0_owner 72 | ||
237 | #define REG_WR_ADDR_iop_sw_cfg_rw_scrc_out0_owner 72 | ||
238 | |||
239 | /* Register rw_scrc_out1_owner, scope iop_sw_cfg, type rw */ | ||
240 | typedef struct { | ||
241 | unsigned int cfg : 2; | ||
242 | unsigned int dummy1 : 30; | ||
243 | } reg_iop_sw_cfg_rw_scrc_out1_owner; | ||
244 | #define REG_RD_ADDR_iop_sw_cfg_rw_scrc_out1_owner 76 | ||
245 | #define REG_WR_ADDR_iop_sw_cfg_rw_scrc_out1_owner 76 | ||
246 | |||
247 | /* Register rw_spu0_owner, scope iop_sw_cfg, type rw */ | ||
248 | typedef struct { | ||
249 | unsigned int cfg : 2; | ||
250 | unsigned int dummy1 : 30; | ||
251 | } reg_iop_sw_cfg_rw_spu0_owner; | ||
252 | #define REG_RD_ADDR_iop_sw_cfg_rw_spu0_owner 80 | ||
253 | #define REG_WR_ADDR_iop_sw_cfg_rw_spu0_owner 80 | ||
254 | |||
255 | /* Register rw_spu1_owner, scope iop_sw_cfg, type rw */ | ||
256 | typedef struct { | ||
257 | unsigned int cfg : 2; | ||
258 | unsigned int dummy1 : 30; | ||
259 | } reg_iop_sw_cfg_rw_spu1_owner; | ||
260 | #define REG_RD_ADDR_iop_sw_cfg_rw_spu1_owner 84 | ||
261 | #define REG_WR_ADDR_iop_sw_cfg_rw_spu1_owner 84 | ||
262 | |||
263 | /* Register rw_timer_grp0_owner, scope iop_sw_cfg, type rw */ | ||
264 | typedef struct { | ||
265 | unsigned int cfg : 2; | ||
266 | unsigned int dummy1 : 30; | ||
267 | } reg_iop_sw_cfg_rw_timer_grp0_owner; | ||
268 | #define REG_RD_ADDR_iop_sw_cfg_rw_timer_grp0_owner 88 | ||
269 | #define REG_WR_ADDR_iop_sw_cfg_rw_timer_grp0_owner 88 | ||
270 | |||
271 | /* Register rw_timer_grp1_owner, scope iop_sw_cfg, type rw */ | ||
272 | typedef struct { | ||
273 | unsigned int cfg : 2; | ||
274 | unsigned int dummy1 : 30; | ||
275 | } reg_iop_sw_cfg_rw_timer_grp1_owner; | ||
276 | #define REG_RD_ADDR_iop_sw_cfg_rw_timer_grp1_owner 92 | ||
277 | #define REG_WR_ADDR_iop_sw_cfg_rw_timer_grp1_owner 92 | ||
278 | |||
279 | /* Register rw_timer_grp2_owner, scope iop_sw_cfg, type rw */ | ||
280 | typedef struct { | ||
281 | unsigned int cfg : 2; | ||
282 | unsigned int dummy1 : 30; | ||
283 | } reg_iop_sw_cfg_rw_timer_grp2_owner; | ||
284 | #define REG_RD_ADDR_iop_sw_cfg_rw_timer_grp2_owner 96 | ||
285 | #define REG_WR_ADDR_iop_sw_cfg_rw_timer_grp2_owner 96 | ||
286 | |||
287 | /* Register rw_timer_grp3_owner, scope iop_sw_cfg, type rw */ | ||
288 | typedef struct { | ||
289 | unsigned int cfg : 2; | ||
290 | unsigned int dummy1 : 30; | ||
291 | } reg_iop_sw_cfg_rw_timer_grp3_owner; | ||
292 | #define REG_RD_ADDR_iop_sw_cfg_rw_timer_grp3_owner 100 | ||
293 | #define REG_WR_ADDR_iop_sw_cfg_rw_timer_grp3_owner 100 | ||
294 | |||
295 | /* Register rw_trigger_grp0_owner, scope iop_sw_cfg, type rw */ | ||
296 | typedef struct { | ||
297 | unsigned int cfg : 2; | ||
298 | unsigned int dummy1 : 30; | ||
299 | } reg_iop_sw_cfg_rw_trigger_grp0_owner; | ||
300 | #define REG_RD_ADDR_iop_sw_cfg_rw_trigger_grp0_owner 104 | ||
301 | #define REG_WR_ADDR_iop_sw_cfg_rw_trigger_grp0_owner 104 | ||
302 | |||
303 | /* Register rw_trigger_grp1_owner, scope iop_sw_cfg, type rw */ | ||
304 | typedef struct { | ||
305 | unsigned int cfg : 2; | ||
306 | unsigned int dummy1 : 30; | ||
307 | } reg_iop_sw_cfg_rw_trigger_grp1_owner; | ||
308 | #define REG_RD_ADDR_iop_sw_cfg_rw_trigger_grp1_owner 108 | ||
309 | #define REG_WR_ADDR_iop_sw_cfg_rw_trigger_grp1_owner 108 | ||
310 | |||
311 | /* Register rw_trigger_grp2_owner, scope iop_sw_cfg, type rw */ | ||
312 | typedef struct { | ||
313 | unsigned int cfg : 2; | ||
314 | unsigned int dummy1 : 30; | ||
315 | } reg_iop_sw_cfg_rw_trigger_grp2_owner; | ||
316 | #define REG_RD_ADDR_iop_sw_cfg_rw_trigger_grp2_owner 112 | ||
317 | #define REG_WR_ADDR_iop_sw_cfg_rw_trigger_grp2_owner 112 | ||
318 | |||
319 | /* Register rw_trigger_grp3_owner, scope iop_sw_cfg, type rw */ | ||
320 | typedef struct { | ||
321 | unsigned int cfg : 2; | ||
322 | unsigned int dummy1 : 30; | ||
323 | } reg_iop_sw_cfg_rw_trigger_grp3_owner; | ||
324 | #define REG_RD_ADDR_iop_sw_cfg_rw_trigger_grp3_owner 116 | ||
325 | #define REG_WR_ADDR_iop_sw_cfg_rw_trigger_grp3_owner 116 | ||
326 | |||
327 | /* Register rw_trigger_grp4_owner, scope iop_sw_cfg, type rw */ | ||
328 | typedef struct { | ||
329 | unsigned int cfg : 2; | ||
330 | unsigned int dummy1 : 30; | ||
331 | } reg_iop_sw_cfg_rw_trigger_grp4_owner; | ||
332 | #define REG_RD_ADDR_iop_sw_cfg_rw_trigger_grp4_owner 120 | ||
333 | #define REG_WR_ADDR_iop_sw_cfg_rw_trigger_grp4_owner 120 | ||
334 | |||
335 | /* Register rw_trigger_grp5_owner, scope iop_sw_cfg, type rw */ | ||
336 | typedef struct { | ||
337 | unsigned int cfg : 2; | ||
338 | unsigned int dummy1 : 30; | ||
339 | } reg_iop_sw_cfg_rw_trigger_grp5_owner; | ||
340 | #define REG_RD_ADDR_iop_sw_cfg_rw_trigger_grp5_owner 124 | ||
341 | #define REG_WR_ADDR_iop_sw_cfg_rw_trigger_grp5_owner 124 | ||
342 | |||
343 | /* Register rw_trigger_grp6_owner, scope iop_sw_cfg, type rw */ | ||
344 | typedef struct { | ||
345 | unsigned int cfg : 2; | ||
346 | unsigned int dummy1 : 30; | ||
347 | } reg_iop_sw_cfg_rw_trigger_grp6_owner; | ||
348 | #define REG_RD_ADDR_iop_sw_cfg_rw_trigger_grp6_owner 128 | ||
349 | #define REG_WR_ADDR_iop_sw_cfg_rw_trigger_grp6_owner 128 | ||
350 | |||
351 | /* Register rw_trigger_grp7_owner, scope iop_sw_cfg, type rw */ | ||
352 | typedef struct { | ||
353 | unsigned int cfg : 2; | ||
354 | unsigned int dummy1 : 30; | ||
355 | } reg_iop_sw_cfg_rw_trigger_grp7_owner; | ||
356 | #define REG_RD_ADDR_iop_sw_cfg_rw_trigger_grp7_owner 132 | ||
357 | #define REG_WR_ADDR_iop_sw_cfg_rw_trigger_grp7_owner 132 | ||
358 | |||
359 | /* Register rw_bus0_mask, scope iop_sw_cfg, type rw */ | ||
360 | typedef struct { | ||
361 | unsigned int byte0 : 8; | ||
362 | unsigned int byte1 : 8; | ||
363 | unsigned int byte2 : 8; | ||
364 | unsigned int byte3 : 8; | ||
365 | } reg_iop_sw_cfg_rw_bus0_mask; | ||
366 | #define REG_RD_ADDR_iop_sw_cfg_rw_bus0_mask 136 | ||
367 | #define REG_WR_ADDR_iop_sw_cfg_rw_bus0_mask 136 | ||
368 | |||
369 | /* Register rw_bus0_oe_mask, scope iop_sw_cfg, type rw */ | ||
370 | typedef struct { | ||
371 | unsigned int byte0 : 1; | ||
372 | unsigned int byte1 : 1; | ||
373 | unsigned int byte2 : 1; | ||
374 | unsigned int byte3 : 1; | ||
375 | unsigned int dummy1 : 28; | ||
376 | } reg_iop_sw_cfg_rw_bus0_oe_mask; | ||
377 | #define REG_RD_ADDR_iop_sw_cfg_rw_bus0_oe_mask 140 | ||
378 | #define REG_WR_ADDR_iop_sw_cfg_rw_bus0_oe_mask 140 | ||
379 | |||
380 | /* Register rw_bus1_mask, scope iop_sw_cfg, type rw */ | ||
381 | typedef struct { | ||
382 | unsigned int byte0 : 8; | ||
383 | unsigned int byte1 : 8; | ||
384 | unsigned int byte2 : 8; | ||
385 | unsigned int byte3 : 8; | ||
386 | } reg_iop_sw_cfg_rw_bus1_mask; | ||
387 | #define REG_RD_ADDR_iop_sw_cfg_rw_bus1_mask 144 | ||
388 | #define REG_WR_ADDR_iop_sw_cfg_rw_bus1_mask 144 | ||
389 | |||
390 | /* Register rw_bus1_oe_mask, scope iop_sw_cfg, type rw */ | ||
391 | typedef struct { | ||
392 | unsigned int byte0 : 1; | ||
393 | unsigned int byte1 : 1; | ||
394 | unsigned int byte2 : 1; | ||
395 | unsigned int byte3 : 1; | ||
396 | unsigned int dummy1 : 28; | ||
397 | } reg_iop_sw_cfg_rw_bus1_oe_mask; | ||
398 | #define REG_RD_ADDR_iop_sw_cfg_rw_bus1_oe_mask 148 | ||
399 | #define REG_WR_ADDR_iop_sw_cfg_rw_bus1_oe_mask 148 | ||
400 | |||
401 | /* Register rw_gio_mask, scope iop_sw_cfg, type rw */ | ||
402 | typedef struct { | ||
403 | unsigned int val : 32; | ||
404 | } reg_iop_sw_cfg_rw_gio_mask; | ||
405 | #define REG_RD_ADDR_iop_sw_cfg_rw_gio_mask 152 | ||
406 | #define REG_WR_ADDR_iop_sw_cfg_rw_gio_mask 152 | ||
407 | |||
408 | /* Register rw_gio_oe_mask, scope iop_sw_cfg, type rw */ | ||
409 | typedef struct { | ||
410 | unsigned int val : 32; | ||
411 | } reg_iop_sw_cfg_rw_gio_oe_mask; | ||
412 | #define REG_RD_ADDR_iop_sw_cfg_rw_gio_oe_mask 156 | ||
413 | #define REG_WR_ADDR_iop_sw_cfg_rw_gio_oe_mask 156 | ||
414 | |||
415 | /* Register rw_pinmapping, scope iop_sw_cfg, type rw */ | ||
416 | typedef struct { | ||
417 | unsigned int bus0_byte0 : 2; | ||
418 | unsigned int bus0_byte1 : 2; | ||
419 | unsigned int bus0_byte2 : 2; | ||
420 | unsigned int bus0_byte3 : 2; | ||
421 | unsigned int bus1_byte0 : 2; | ||
422 | unsigned int bus1_byte1 : 2; | ||
423 | unsigned int bus1_byte2 : 2; | ||
424 | unsigned int bus1_byte3 : 2; | ||
425 | unsigned int gio3_0 : 2; | ||
426 | unsigned int gio7_4 : 2; | ||
427 | unsigned int gio11_8 : 2; | ||
428 | unsigned int gio15_12 : 2; | ||
429 | unsigned int gio19_16 : 2; | ||
430 | unsigned int gio23_20 : 2; | ||
431 | unsigned int gio27_24 : 2; | ||
432 | unsigned int gio31_28 : 2; | ||
433 | } reg_iop_sw_cfg_rw_pinmapping; | ||
434 | #define REG_RD_ADDR_iop_sw_cfg_rw_pinmapping 160 | ||
435 | #define REG_WR_ADDR_iop_sw_cfg_rw_pinmapping 160 | ||
436 | |||
437 | /* Register rw_bus_out_cfg, scope iop_sw_cfg, type rw */ | ||
438 | typedef struct { | ||
439 | unsigned int bus0_lo : 3; | ||
440 | unsigned int bus0_hi : 3; | ||
441 | unsigned int bus0_lo_oe : 3; | ||
442 | unsigned int bus0_hi_oe : 3; | ||
443 | unsigned int bus1_lo : 3; | ||
444 | unsigned int bus1_hi : 3; | ||
445 | unsigned int bus1_lo_oe : 3; | ||
446 | unsigned int bus1_hi_oe : 3; | ||
447 | unsigned int dummy1 : 8; | ||
448 | } reg_iop_sw_cfg_rw_bus_out_cfg; | ||
449 | #define REG_RD_ADDR_iop_sw_cfg_rw_bus_out_cfg 164 | ||
450 | #define REG_WR_ADDR_iop_sw_cfg_rw_bus_out_cfg 164 | ||
451 | |||
452 | /* Register rw_gio_out_grp0_cfg, scope iop_sw_cfg, type rw */ | ||
453 | typedef struct { | ||
454 | unsigned int gio0 : 4; | ||
455 | unsigned int gio0_oe : 2; | ||
456 | unsigned int gio1 : 4; | ||
457 | unsigned int gio1_oe : 2; | ||
458 | unsigned int gio2 : 4; | ||
459 | unsigned int gio2_oe : 2; | ||
460 | unsigned int gio3 : 4; | ||
461 | unsigned int gio3_oe : 2; | ||
462 | unsigned int dummy1 : 8; | ||
463 | } reg_iop_sw_cfg_rw_gio_out_grp0_cfg; | ||
464 | #define REG_RD_ADDR_iop_sw_cfg_rw_gio_out_grp0_cfg 168 | ||
465 | #define REG_WR_ADDR_iop_sw_cfg_rw_gio_out_grp0_cfg 168 | ||
466 | |||
467 | /* Register rw_gio_out_grp1_cfg, scope iop_sw_cfg, type rw */ | ||
468 | typedef struct { | ||
469 | unsigned int gio4 : 4; | ||
470 | unsigned int gio4_oe : 2; | ||
471 | unsigned int gio5 : 4; | ||
472 | unsigned int gio5_oe : 2; | ||
473 | unsigned int gio6 : 4; | ||
474 | unsigned int gio6_oe : 2; | ||
475 | unsigned int gio7 : 4; | ||
476 | unsigned int gio7_oe : 2; | ||
477 | unsigned int dummy1 : 8; | ||
478 | } reg_iop_sw_cfg_rw_gio_out_grp1_cfg; | ||
479 | #define REG_RD_ADDR_iop_sw_cfg_rw_gio_out_grp1_cfg 172 | ||
480 | #define REG_WR_ADDR_iop_sw_cfg_rw_gio_out_grp1_cfg 172 | ||
481 | |||
482 | /* Register rw_gio_out_grp2_cfg, scope iop_sw_cfg, type rw */ | ||
483 | typedef struct { | ||
484 | unsigned int gio8 : 4; | ||
485 | unsigned int gio8_oe : 2; | ||
486 | unsigned int gio9 : 4; | ||
487 | unsigned int gio9_oe : 2; | ||
488 | unsigned int gio10 : 4; | ||
489 | unsigned int gio10_oe : 2; | ||
490 | unsigned int gio11 : 4; | ||
491 | unsigned int gio11_oe : 2; | ||
492 | unsigned int dummy1 : 8; | ||
493 | } reg_iop_sw_cfg_rw_gio_out_grp2_cfg; | ||
494 | #define REG_RD_ADDR_iop_sw_cfg_rw_gio_out_grp2_cfg 176 | ||
495 | #define REG_WR_ADDR_iop_sw_cfg_rw_gio_out_grp2_cfg 176 | ||
496 | |||
497 | /* Register rw_gio_out_grp3_cfg, scope iop_sw_cfg, type rw */ | ||
498 | typedef struct { | ||
499 | unsigned int gio12 : 4; | ||
500 | unsigned int gio12_oe : 2; | ||
501 | unsigned int gio13 : 4; | ||
502 | unsigned int gio13_oe : 2; | ||
503 | unsigned int gio14 : 4; | ||
504 | unsigned int gio14_oe : 2; | ||
505 | unsigned int gio15 : 4; | ||
506 | unsigned int gio15_oe : 2; | ||
507 | unsigned int dummy1 : 8; | ||
508 | } reg_iop_sw_cfg_rw_gio_out_grp3_cfg; | ||
509 | #define REG_RD_ADDR_iop_sw_cfg_rw_gio_out_grp3_cfg 180 | ||
510 | #define REG_WR_ADDR_iop_sw_cfg_rw_gio_out_grp3_cfg 180 | ||
511 | |||
512 | /* Register rw_gio_out_grp4_cfg, scope iop_sw_cfg, type rw */ | ||
513 | typedef struct { | ||
514 | unsigned int gio16 : 4; | ||
515 | unsigned int gio16_oe : 2; | ||
516 | unsigned int gio17 : 4; | ||
517 | unsigned int gio17_oe : 2; | ||
518 | unsigned int gio18 : 4; | ||
519 | unsigned int gio18_oe : 2; | ||
520 | unsigned int gio19 : 4; | ||
521 | unsigned int gio19_oe : 2; | ||
522 | unsigned int dummy1 : 8; | ||
523 | } reg_iop_sw_cfg_rw_gio_out_grp4_cfg; | ||
524 | #define REG_RD_ADDR_iop_sw_cfg_rw_gio_out_grp4_cfg 184 | ||
525 | #define REG_WR_ADDR_iop_sw_cfg_rw_gio_out_grp4_cfg 184 | ||
526 | |||
527 | /* Register rw_gio_out_grp5_cfg, scope iop_sw_cfg, type rw */ | ||
528 | typedef struct { | ||
529 | unsigned int gio20 : 4; | ||
530 | unsigned int gio20_oe : 2; | ||
531 | unsigned int gio21 : 4; | ||
532 | unsigned int gio21_oe : 2; | ||
533 | unsigned int gio22 : 4; | ||
534 | unsigned int gio22_oe : 2; | ||
535 | unsigned int gio23 : 4; | ||
536 | unsigned int gio23_oe : 2; | ||
537 | unsigned int dummy1 : 8; | ||
538 | } reg_iop_sw_cfg_rw_gio_out_grp5_cfg; | ||
539 | #define REG_RD_ADDR_iop_sw_cfg_rw_gio_out_grp5_cfg 188 | ||
540 | #define REG_WR_ADDR_iop_sw_cfg_rw_gio_out_grp5_cfg 188 | ||
541 | |||
542 | /* Register rw_gio_out_grp6_cfg, scope iop_sw_cfg, type rw */ | ||
543 | typedef struct { | ||
544 | unsigned int gio24 : 4; | ||
545 | unsigned int gio24_oe : 2; | ||
546 | unsigned int gio25 : 4; | ||
547 | unsigned int gio25_oe : 2; | ||
548 | unsigned int gio26 : 4; | ||
549 | unsigned int gio26_oe : 2; | ||
550 | unsigned int gio27 : 4; | ||
551 | unsigned int gio27_oe : 2; | ||
552 | unsigned int dummy1 : 8; | ||
553 | } reg_iop_sw_cfg_rw_gio_out_grp6_cfg; | ||
554 | #define REG_RD_ADDR_iop_sw_cfg_rw_gio_out_grp6_cfg 192 | ||
555 | #define REG_WR_ADDR_iop_sw_cfg_rw_gio_out_grp6_cfg 192 | ||
556 | |||
557 | /* Register rw_gio_out_grp7_cfg, scope iop_sw_cfg, type rw */ | ||
558 | typedef struct { | ||
559 | unsigned int gio28 : 4; | ||
560 | unsigned int gio28_oe : 2; | ||
561 | unsigned int gio29 : 4; | ||
562 | unsigned int gio29_oe : 2; | ||
563 | unsigned int gio30 : 4; | ||
564 | unsigned int gio30_oe : 2; | ||
565 | unsigned int gio31 : 4; | ||
566 | unsigned int gio31_oe : 2; | ||
567 | unsigned int dummy1 : 8; | ||
568 | } reg_iop_sw_cfg_rw_gio_out_grp7_cfg; | ||
569 | #define REG_RD_ADDR_iop_sw_cfg_rw_gio_out_grp7_cfg 196 | ||
570 | #define REG_WR_ADDR_iop_sw_cfg_rw_gio_out_grp7_cfg 196 | ||
571 | |||
572 | /* Register rw_spu0_cfg, scope iop_sw_cfg, type rw */ | ||
573 | typedef struct { | ||
574 | unsigned int bus0_in : 2; | ||
575 | unsigned int bus1_in : 2; | ||
576 | unsigned int dummy1 : 28; | ||
577 | } reg_iop_sw_cfg_rw_spu0_cfg; | ||
578 | #define REG_RD_ADDR_iop_sw_cfg_rw_spu0_cfg 200 | ||
579 | #define REG_WR_ADDR_iop_sw_cfg_rw_spu0_cfg 200 | ||
580 | |||
581 | /* Register rw_spu1_cfg, scope iop_sw_cfg, type rw */ | ||
582 | typedef struct { | ||
583 | unsigned int bus0_in : 2; | ||
584 | unsigned int bus1_in : 2; | ||
585 | unsigned int dummy1 : 28; | ||
586 | } reg_iop_sw_cfg_rw_spu1_cfg; | ||
587 | #define REG_RD_ADDR_iop_sw_cfg_rw_spu1_cfg 204 | ||
588 | #define REG_WR_ADDR_iop_sw_cfg_rw_spu1_cfg 204 | ||
589 | |||
590 | /* Register rw_timer_grp0_cfg, scope iop_sw_cfg, type rw */ | ||
591 | typedef struct { | ||
592 | unsigned int ext_clk : 3; | ||
593 | unsigned int tmr0_en : 1; | ||
594 | unsigned int tmr1_en : 1; | ||
595 | unsigned int tmr2_en : 1; | ||
596 | unsigned int tmr3_en : 1; | ||
597 | unsigned int tmr0_dis : 1; | ||
598 | unsigned int tmr1_dis : 1; | ||
599 | unsigned int tmr2_dis : 1; | ||
600 | unsigned int tmr3_dis : 1; | ||
601 | unsigned int dummy1 : 21; | ||
602 | } reg_iop_sw_cfg_rw_timer_grp0_cfg; | ||
603 | #define REG_RD_ADDR_iop_sw_cfg_rw_timer_grp0_cfg 208 | ||
604 | #define REG_WR_ADDR_iop_sw_cfg_rw_timer_grp0_cfg 208 | ||
605 | |||
606 | /* Register rw_timer_grp1_cfg, scope iop_sw_cfg, type rw */ | ||
607 | typedef struct { | ||
608 | unsigned int ext_clk : 3; | ||
609 | unsigned int tmr0_en : 1; | ||
610 | unsigned int tmr1_en : 1; | ||
611 | unsigned int tmr2_en : 1; | ||
612 | unsigned int tmr3_en : 1; | ||
613 | unsigned int tmr0_dis : 1; | ||
614 | unsigned int tmr1_dis : 1; | ||
615 | unsigned int tmr2_dis : 1; | ||
616 | unsigned int tmr3_dis : 1; | ||
617 | unsigned int dummy1 : 21; | ||
618 | } reg_iop_sw_cfg_rw_timer_grp1_cfg; | ||
619 | #define REG_RD_ADDR_iop_sw_cfg_rw_timer_grp1_cfg 212 | ||
620 | #define REG_WR_ADDR_iop_sw_cfg_rw_timer_grp1_cfg 212 | ||
621 | |||
622 | /* Register rw_timer_grp2_cfg, scope iop_sw_cfg, type rw */ | ||
623 | typedef struct { | ||
624 | unsigned int ext_clk : 3; | ||
625 | unsigned int tmr0_en : 1; | ||
626 | unsigned int tmr1_en : 1; | ||
627 | unsigned int tmr2_en : 1; | ||
628 | unsigned int tmr3_en : 1; | ||
629 | unsigned int tmr0_dis : 1; | ||
630 | unsigned int tmr1_dis : 1; | ||
631 | unsigned int tmr2_dis : 1; | ||
632 | unsigned int tmr3_dis : 1; | ||
633 | unsigned int dummy1 : 21; | ||
634 | } reg_iop_sw_cfg_rw_timer_grp2_cfg; | ||
635 | #define REG_RD_ADDR_iop_sw_cfg_rw_timer_grp2_cfg 216 | ||
636 | #define REG_WR_ADDR_iop_sw_cfg_rw_timer_grp2_cfg 216 | ||
637 | |||
638 | /* Register rw_timer_grp3_cfg, scope iop_sw_cfg, type rw */ | ||
639 | typedef struct { | ||
640 | unsigned int ext_clk : 3; | ||
641 | unsigned int tmr0_en : 1; | ||
642 | unsigned int tmr1_en : 1; | ||
643 | unsigned int tmr2_en : 1; | ||
644 | unsigned int tmr3_en : 1; | ||
645 | unsigned int tmr0_dis : 1; | ||
646 | unsigned int tmr1_dis : 1; | ||
647 | unsigned int tmr2_dis : 1; | ||
648 | unsigned int tmr3_dis : 1; | ||
649 | unsigned int dummy1 : 21; | ||
650 | } reg_iop_sw_cfg_rw_timer_grp3_cfg; | ||
651 | #define REG_RD_ADDR_iop_sw_cfg_rw_timer_grp3_cfg 220 | ||
652 | #define REG_WR_ADDR_iop_sw_cfg_rw_timer_grp3_cfg 220 | ||
653 | |||
654 | /* Register rw_trigger_grps_cfg, scope iop_sw_cfg, type rw */ | ||
655 | typedef struct { | ||
656 | unsigned int grp0_dis : 1; | ||
657 | unsigned int grp0_en : 1; | ||
658 | unsigned int grp1_dis : 1; | ||
659 | unsigned int grp1_en : 1; | ||
660 | unsigned int grp2_dis : 1; | ||
661 | unsigned int grp2_en : 1; | ||
662 | unsigned int grp3_dis : 1; | ||
663 | unsigned int grp3_en : 1; | ||
664 | unsigned int grp4_dis : 1; | ||
665 | unsigned int grp4_en : 1; | ||
666 | unsigned int grp5_dis : 1; | ||
667 | unsigned int grp5_en : 1; | ||
668 | unsigned int grp6_dis : 1; | ||
669 | unsigned int grp6_en : 1; | ||
670 | unsigned int grp7_dis : 1; | ||
671 | unsigned int grp7_en : 1; | ||
672 | unsigned int dummy1 : 16; | ||
673 | } reg_iop_sw_cfg_rw_trigger_grps_cfg; | ||
674 | #define REG_RD_ADDR_iop_sw_cfg_rw_trigger_grps_cfg 224 | ||
675 | #define REG_WR_ADDR_iop_sw_cfg_rw_trigger_grps_cfg 224 | ||
676 | |||
677 | /* Register rw_pdp0_cfg, scope iop_sw_cfg, type rw */ | ||
678 | typedef struct { | ||
679 | unsigned int dmc0_usr : 1; | ||
680 | unsigned int out_strb : 5; | ||
681 | unsigned int in_src : 3; | ||
682 | unsigned int in_size : 3; | ||
683 | unsigned int in_last : 2; | ||
684 | unsigned int in_strb : 4; | ||
685 | unsigned int out_src : 1; | ||
686 | unsigned int dummy1 : 13; | ||
687 | } reg_iop_sw_cfg_rw_pdp0_cfg; | ||
688 | #define REG_RD_ADDR_iop_sw_cfg_rw_pdp0_cfg 228 | ||
689 | #define REG_WR_ADDR_iop_sw_cfg_rw_pdp0_cfg 228 | ||
690 | |||
691 | /* Register rw_pdp1_cfg, scope iop_sw_cfg, type rw */ | ||
692 | typedef struct { | ||
693 | unsigned int dmc1_usr : 1; | ||
694 | unsigned int out_strb : 5; | ||
695 | unsigned int in_src : 3; | ||
696 | unsigned int in_size : 3; | ||
697 | unsigned int in_last : 2; | ||
698 | unsigned int in_strb : 4; | ||
699 | unsigned int out_src : 1; | ||
700 | unsigned int dummy1 : 13; | ||
701 | } reg_iop_sw_cfg_rw_pdp1_cfg; | ||
702 | #define REG_RD_ADDR_iop_sw_cfg_rw_pdp1_cfg 232 | ||
703 | #define REG_WR_ADDR_iop_sw_cfg_rw_pdp1_cfg 232 | ||
704 | |||
705 | /* Register rw_sdp_cfg, scope iop_sw_cfg, type rw */ | ||
706 | typedef struct { | ||
707 | unsigned int sdp_out0_strb : 3; | ||
708 | unsigned int sdp_out1_strb : 3; | ||
709 | unsigned int sdp_in0_data : 3; | ||
710 | unsigned int sdp_in0_last : 2; | ||
711 | unsigned int sdp_in0_strb : 3; | ||
712 | unsigned int sdp_in1_data : 3; | ||
713 | unsigned int sdp_in1_last : 2; | ||
714 | unsigned int sdp_in1_strb : 3; | ||
715 | unsigned int dummy1 : 10; | ||
716 | } reg_iop_sw_cfg_rw_sdp_cfg; | ||
717 | #define REG_RD_ADDR_iop_sw_cfg_rw_sdp_cfg 236 | ||
718 | #define REG_WR_ADDR_iop_sw_cfg_rw_sdp_cfg 236 | ||
719 | |||
720 | |||
721 | /* Constants */ | ||
722 | enum { | ||
723 | regk_iop_sw_cfg_a = 0x00000001, | ||
724 | regk_iop_sw_cfg_b = 0x00000002, | ||
725 | regk_iop_sw_cfg_bus0 = 0x00000000, | ||
726 | regk_iop_sw_cfg_bus0_rot16 = 0x00000004, | ||
727 | regk_iop_sw_cfg_bus0_rot24 = 0x00000006, | ||
728 | regk_iop_sw_cfg_bus0_rot8 = 0x00000002, | ||
729 | regk_iop_sw_cfg_bus1 = 0x00000001, | ||
730 | regk_iop_sw_cfg_bus1_rot16 = 0x00000005, | ||
731 | regk_iop_sw_cfg_bus1_rot24 = 0x00000007, | ||
732 | regk_iop_sw_cfg_bus1_rot8 = 0x00000003, | ||
733 | regk_iop_sw_cfg_clk12 = 0x00000000, | ||
734 | regk_iop_sw_cfg_cpu = 0x00000000, | ||
735 | regk_iop_sw_cfg_dmc0 = 0x00000000, | ||
736 | regk_iop_sw_cfg_dmc1 = 0x00000001, | ||
737 | regk_iop_sw_cfg_gated_clk0 = 0x00000010, | ||
738 | regk_iop_sw_cfg_gated_clk1 = 0x00000011, | ||
739 | regk_iop_sw_cfg_gated_clk2 = 0x00000012, | ||
740 | regk_iop_sw_cfg_gated_clk3 = 0x00000013, | ||
741 | regk_iop_sw_cfg_gio0 = 0x00000004, | ||
742 | regk_iop_sw_cfg_gio1 = 0x00000001, | ||
743 | regk_iop_sw_cfg_gio2 = 0x00000005, | ||
744 | regk_iop_sw_cfg_gio3 = 0x00000002, | ||
745 | regk_iop_sw_cfg_gio4 = 0x00000006, | ||
746 | regk_iop_sw_cfg_gio5 = 0x00000003, | ||
747 | regk_iop_sw_cfg_gio6 = 0x00000007, | ||
748 | regk_iop_sw_cfg_gio7 = 0x00000004, | ||
749 | regk_iop_sw_cfg_gio_in0 = 0x00000000, | ||
750 | regk_iop_sw_cfg_gio_in1 = 0x00000001, | ||
751 | regk_iop_sw_cfg_gio_in10 = 0x00000002, | ||
752 | regk_iop_sw_cfg_gio_in11 = 0x00000003, | ||
753 | regk_iop_sw_cfg_gio_in14 = 0x00000004, | ||
754 | regk_iop_sw_cfg_gio_in15 = 0x00000005, | ||
755 | regk_iop_sw_cfg_gio_in18 = 0x00000002, | ||
756 | regk_iop_sw_cfg_gio_in19 = 0x00000003, | ||
757 | regk_iop_sw_cfg_gio_in20 = 0x00000004, | ||
758 | regk_iop_sw_cfg_gio_in21 = 0x00000005, | ||
759 | regk_iop_sw_cfg_gio_in26 = 0x00000006, | ||
760 | regk_iop_sw_cfg_gio_in27 = 0x00000007, | ||
761 | regk_iop_sw_cfg_gio_in28 = 0x00000006, | ||
762 | regk_iop_sw_cfg_gio_in29 = 0x00000007, | ||
763 | regk_iop_sw_cfg_gio_in4 = 0x00000000, | ||
764 | regk_iop_sw_cfg_gio_in5 = 0x00000001, | ||
765 | regk_iop_sw_cfg_last_timer_grp0_tmr2 = 0x00000001, | ||
766 | regk_iop_sw_cfg_last_timer_grp1_tmr2 = 0x00000001, | ||
767 | regk_iop_sw_cfg_last_timer_grp2_tmr2 = 0x00000002, | ||
768 | regk_iop_sw_cfg_last_timer_grp2_tmr3 = 0x00000003, | ||
769 | regk_iop_sw_cfg_last_timer_grp3_tmr2 = 0x00000002, | ||
770 | regk_iop_sw_cfg_last_timer_grp3_tmr3 = 0x00000003, | ||
771 | regk_iop_sw_cfg_mpu = 0x00000001, | ||
772 | regk_iop_sw_cfg_none = 0x00000000, | ||
773 | regk_iop_sw_cfg_par0 = 0x00000000, | ||
774 | regk_iop_sw_cfg_par1 = 0x00000001, | ||
775 | regk_iop_sw_cfg_pdp_out0 = 0x00000002, | ||
776 | regk_iop_sw_cfg_pdp_out0_hi = 0x00000001, | ||
777 | regk_iop_sw_cfg_pdp_out0_hi_rot8 = 0x00000005, | ||
778 | regk_iop_sw_cfg_pdp_out0_lo = 0x00000000, | ||
779 | regk_iop_sw_cfg_pdp_out0_lo_rot8 = 0x00000004, | ||
780 | regk_iop_sw_cfg_pdp_out1 = 0x00000003, | ||
781 | regk_iop_sw_cfg_pdp_out1_hi = 0x00000003, | ||
782 | regk_iop_sw_cfg_pdp_out1_hi_rot8 = 0x00000005, | ||
783 | regk_iop_sw_cfg_pdp_out1_lo = 0x00000002, | ||
784 | regk_iop_sw_cfg_pdp_out1_lo_rot8 = 0x00000004, | ||
785 | regk_iop_sw_cfg_rw_bus0_mask_default = 0x00000000, | ||
786 | regk_iop_sw_cfg_rw_bus0_oe_mask_default = 0x00000000, | ||
787 | regk_iop_sw_cfg_rw_bus1_mask_default = 0x00000000, | ||
788 | regk_iop_sw_cfg_rw_bus1_oe_mask_default = 0x00000000, | ||
789 | regk_iop_sw_cfg_rw_bus_out_cfg_default = 0x00000000, | ||
790 | regk_iop_sw_cfg_rw_crc_par0_owner_default = 0x00000000, | ||
791 | regk_iop_sw_cfg_rw_crc_par1_owner_default = 0x00000000, | ||
792 | regk_iop_sw_cfg_rw_dmc_in0_owner_default = 0x00000000, | ||
793 | regk_iop_sw_cfg_rw_dmc_in1_owner_default = 0x00000000, | ||
794 | regk_iop_sw_cfg_rw_dmc_out0_owner_default = 0x00000000, | ||
795 | regk_iop_sw_cfg_rw_dmc_out1_owner_default = 0x00000000, | ||
796 | regk_iop_sw_cfg_rw_fifo_in0_extra_owner_default = 0x00000000, | ||
797 | regk_iop_sw_cfg_rw_fifo_in0_owner_default = 0x00000000, | ||
798 | regk_iop_sw_cfg_rw_fifo_in1_extra_owner_default = 0x00000000, | ||
799 | regk_iop_sw_cfg_rw_fifo_in1_owner_default = 0x00000000, | ||
800 | regk_iop_sw_cfg_rw_fifo_out0_extra_owner_default = 0x00000000, | ||
801 | regk_iop_sw_cfg_rw_fifo_out0_owner_default = 0x00000000, | ||
802 | regk_iop_sw_cfg_rw_fifo_out1_extra_owner_default = 0x00000000, | ||
803 | regk_iop_sw_cfg_rw_fifo_out1_owner_default = 0x00000000, | ||
804 | regk_iop_sw_cfg_rw_gio_mask_default = 0x00000000, | ||
805 | regk_iop_sw_cfg_rw_gio_oe_mask_default = 0x00000000, | ||
806 | regk_iop_sw_cfg_rw_gio_out_grp0_cfg_default = 0x00000000, | ||
807 | regk_iop_sw_cfg_rw_gio_out_grp1_cfg_default = 0x00000000, | ||
808 | regk_iop_sw_cfg_rw_gio_out_grp2_cfg_default = 0x00000000, | ||
809 | regk_iop_sw_cfg_rw_gio_out_grp3_cfg_default = 0x00000000, | ||
810 | regk_iop_sw_cfg_rw_gio_out_grp4_cfg_default = 0x00000000, | ||
811 | regk_iop_sw_cfg_rw_gio_out_grp5_cfg_default = 0x00000000, | ||
812 | regk_iop_sw_cfg_rw_gio_out_grp6_cfg_default = 0x00000000, | ||
813 | regk_iop_sw_cfg_rw_gio_out_grp7_cfg_default = 0x00000000, | ||
814 | regk_iop_sw_cfg_rw_pdp0_cfg_default = 0x00000000, | ||
815 | regk_iop_sw_cfg_rw_pdp1_cfg_default = 0x00000000, | ||
816 | regk_iop_sw_cfg_rw_pinmapping_default = 0x55555555, | ||
817 | regk_iop_sw_cfg_rw_sap_in_owner_default = 0x00000000, | ||
818 | regk_iop_sw_cfg_rw_sap_out_owner_default = 0x00000000, | ||
819 | regk_iop_sw_cfg_rw_scrc_in0_owner_default = 0x00000000, | ||
820 | regk_iop_sw_cfg_rw_scrc_in1_owner_default = 0x00000000, | ||
821 | regk_iop_sw_cfg_rw_scrc_out0_owner_default = 0x00000000, | ||
822 | regk_iop_sw_cfg_rw_scrc_out1_owner_default = 0x00000000, | ||
823 | regk_iop_sw_cfg_rw_sdp_cfg_default = 0x00000000, | ||
824 | regk_iop_sw_cfg_rw_spu0_cfg_default = 0x00000000, | ||
825 | regk_iop_sw_cfg_rw_spu0_owner_default = 0x00000000, | ||
826 | regk_iop_sw_cfg_rw_spu1_cfg_default = 0x00000000, | ||
827 | regk_iop_sw_cfg_rw_spu1_owner_default = 0x00000000, | ||
828 | regk_iop_sw_cfg_rw_timer_grp0_cfg_default = 0x00000000, | ||
829 | regk_iop_sw_cfg_rw_timer_grp0_owner_default = 0x00000000, | ||
830 | regk_iop_sw_cfg_rw_timer_grp1_cfg_default = 0x00000000, | ||
831 | regk_iop_sw_cfg_rw_timer_grp1_owner_default = 0x00000000, | ||
832 | regk_iop_sw_cfg_rw_timer_grp2_cfg_default = 0x00000000, | ||
833 | regk_iop_sw_cfg_rw_timer_grp2_owner_default = 0x00000000, | ||
834 | regk_iop_sw_cfg_rw_timer_grp3_cfg_default = 0x00000000, | ||
835 | regk_iop_sw_cfg_rw_timer_grp3_owner_default = 0x00000000, | ||
836 | regk_iop_sw_cfg_rw_trigger_grp0_owner_default = 0x00000000, | ||
837 | regk_iop_sw_cfg_rw_trigger_grp1_owner_default = 0x00000000, | ||
838 | regk_iop_sw_cfg_rw_trigger_grp2_owner_default = 0x00000000, | ||
839 | regk_iop_sw_cfg_rw_trigger_grp3_owner_default = 0x00000000, | ||
840 | regk_iop_sw_cfg_rw_trigger_grp4_owner_default = 0x00000000, | ||
841 | regk_iop_sw_cfg_rw_trigger_grp5_owner_default = 0x00000000, | ||
842 | regk_iop_sw_cfg_rw_trigger_grp6_owner_default = 0x00000000, | ||
843 | regk_iop_sw_cfg_rw_trigger_grp7_owner_default = 0x00000000, | ||
844 | regk_iop_sw_cfg_rw_trigger_grps_cfg_default = 0x00000000, | ||
845 | regk_iop_sw_cfg_sdp_out0 = 0x00000008, | ||
846 | regk_iop_sw_cfg_sdp_out1 = 0x00000009, | ||
847 | regk_iop_sw_cfg_size16 = 0x00000002, | ||
848 | regk_iop_sw_cfg_size24 = 0x00000003, | ||
849 | regk_iop_sw_cfg_size32 = 0x00000004, | ||
850 | regk_iop_sw_cfg_size8 = 0x00000001, | ||
851 | regk_iop_sw_cfg_spu0 = 0x00000002, | ||
852 | regk_iop_sw_cfg_spu0_bus_out0_hi = 0x00000006, | ||
853 | regk_iop_sw_cfg_spu0_bus_out0_lo = 0x00000006, | ||
854 | regk_iop_sw_cfg_spu0_bus_out1_hi = 0x00000007, | ||
855 | regk_iop_sw_cfg_spu0_bus_out1_lo = 0x00000007, | ||
856 | regk_iop_sw_cfg_spu0_g0 = 0x0000000e, | ||
857 | regk_iop_sw_cfg_spu0_g1 = 0x0000000e, | ||
858 | regk_iop_sw_cfg_spu0_g2 = 0x0000000e, | ||
859 | regk_iop_sw_cfg_spu0_g3 = 0x0000000e, | ||
860 | regk_iop_sw_cfg_spu0_g4 = 0x0000000e, | ||
861 | regk_iop_sw_cfg_spu0_g5 = 0x0000000e, | ||
862 | regk_iop_sw_cfg_spu0_g6 = 0x0000000e, | ||
863 | regk_iop_sw_cfg_spu0_g7 = 0x0000000e, | ||
864 | regk_iop_sw_cfg_spu0_gio0 = 0x00000000, | ||
865 | regk_iop_sw_cfg_spu0_gio1 = 0x00000001, | ||
866 | regk_iop_sw_cfg_spu0_gio2 = 0x00000000, | ||
867 | regk_iop_sw_cfg_spu0_gio5 = 0x00000005, | ||
868 | regk_iop_sw_cfg_spu0_gio6 = 0x00000006, | ||
869 | regk_iop_sw_cfg_spu0_gio7 = 0x00000007, | ||
870 | regk_iop_sw_cfg_spu0_gio_out0 = 0x00000008, | ||
871 | regk_iop_sw_cfg_spu0_gio_out1 = 0x00000009, | ||
872 | regk_iop_sw_cfg_spu0_gio_out2 = 0x0000000a, | ||
873 | regk_iop_sw_cfg_spu0_gio_out3 = 0x0000000b, | ||
874 | regk_iop_sw_cfg_spu0_gio_out4 = 0x0000000c, | ||
875 | regk_iop_sw_cfg_spu0_gio_out5 = 0x0000000d, | ||
876 | regk_iop_sw_cfg_spu0_gio_out6 = 0x0000000e, | ||
877 | regk_iop_sw_cfg_spu0_gio_out7 = 0x0000000f, | ||
878 | regk_iop_sw_cfg_spu0_gioout0 = 0x00000000, | ||
879 | regk_iop_sw_cfg_spu0_gioout1 = 0x00000000, | ||
880 | regk_iop_sw_cfg_spu0_gioout10 = 0x0000000e, | ||
881 | regk_iop_sw_cfg_spu0_gioout11 = 0x0000000e, | ||
882 | regk_iop_sw_cfg_spu0_gioout12 = 0x0000000e, | ||
883 | regk_iop_sw_cfg_spu0_gioout13 = 0x0000000e, | ||
884 | regk_iop_sw_cfg_spu0_gioout14 = 0x0000000e, | ||
885 | regk_iop_sw_cfg_spu0_gioout15 = 0x0000000e, | ||
886 | regk_iop_sw_cfg_spu0_gioout16 = 0x0000000e, | ||
887 | regk_iop_sw_cfg_spu0_gioout17 = 0x0000000e, | ||
888 | regk_iop_sw_cfg_spu0_gioout18 = 0x0000000e, | ||
889 | regk_iop_sw_cfg_spu0_gioout19 = 0x0000000e, | ||
890 | regk_iop_sw_cfg_spu0_gioout2 = 0x00000002, | ||
891 | regk_iop_sw_cfg_spu0_gioout20 = 0x0000000e, | ||
892 | regk_iop_sw_cfg_spu0_gioout21 = 0x0000000e, | ||
893 | regk_iop_sw_cfg_spu0_gioout22 = 0x0000000e, | ||
894 | regk_iop_sw_cfg_spu0_gioout23 = 0x0000000e, | ||
895 | regk_iop_sw_cfg_spu0_gioout24 = 0x0000000e, | ||
896 | regk_iop_sw_cfg_spu0_gioout25 = 0x0000000e, | ||
897 | regk_iop_sw_cfg_spu0_gioout26 = 0x0000000e, | ||
898 | regk_iop_sw_cfg_spu0_gioout27 = 0x0000000e, | ||
899 | regk_iop_sw_cfg_spu0_gioout28 = 0x0000000e, | ||
900 | regk_iop_sw_cfg_spu0_gioout29 = 0x0000000e, | ||
901 | regk_iop_sw_cfg_spu0_gioout3 = 0x00000002, | ||
902 | regk_iop_sw_cfg_spu0_gioout30 = 0x0000000e, | ||
903 | regk_iop_sw_cfg_spu0_gioout31 = 0x0000000e, | ||
904 | regk_iop_sw_cfg_spu0_gioout4 = 0x00000004, | ||
905 | regk_iop_sw_cfg_spu0_gioout5 = 0x00000004, | ||
906 | regk_iop_sw_cfg_spu0_gioout6 = 0x00000006, | ||
907 | regk_iop_sw_cfg_spu0_gioout7 = 0x00000006, | ||
908 | regk_iop_sw_cfg_spu0_gioout8 = 0x0000000e, | ||
909 | regk_iop_sw_cfg_spu0_gioout9 = 0x0000000e, | ||
910 | regk_iop_sw_cfg_spu1 = 0x00000003, | ||
911 | regk_iop_sw_cfg_spu1_bus_out0_hi = 0x00000006, | ||
912 | regk_iop_sw_cfg_spu1_bus_out0_lo = 0x00000006, | ||
913 | regk_iop_sw_cfg_spu1_bus_out1_hi = 0x00000007, | ||
914 | regk_iop_sw_cfg_spu1_bus_out1_lo = 0x00000007, | ||
915 | regk_iop_sw_cfg_spu1_g0 = 0x0000000f, | ||
916 | regk_iop_sw_cfg_spu1_g1 = 0x0000000f, | ||
917 | regk_iop_sw_cfg_spu1_g2 = 0x0000000f, | ||
918 | regk_iop_sw_cfg_spu1_g3 = 0x0000000f, | ||
919 | regk_iop_sw_cfg_spu1_g4 = 0x0000000f, | ||
920 | regk_iop_sw_cfg_spu1_g5 = 0x0000000f, | ||
921 | regk_iop_sw_cfg_spu1_g6 = 0x0000000f, | ||
922 | regk_iop_sw_cfg_spu1_g7 = 0x0000000f, | ||
923 | regk_iop_sw_cfg_spu1_gio0 = 0x00000002, | ||
924 | regk_iop_sw_cfg_spu1_gio1 = 0x00000003, | ||
925 | regk_iop_sw_cfg_spu1_gio2 = 0x00000002, | ||
926 | regk_iop_sw_cfg_spu1_gio5 = 0x00000005, | ||
927 | regk_iop_sw_cfg_spu1_gio6 = 0x00000006, | ||
928 | regk_iop_sw_cfg_spu1_gio7 = 0x00000007, | ||
929 | regk_iop_sw_cfg_spu1_gio_out0 = 0x00000008, | ||
930 | regk_iop_sw_cfg_spu1_gio_out1 = 0x00000009, | ||
931 | regk_iop_sw_cfg_spu1_gio_out2 = 0x0000000a, | ||
932 | regk_iop_sw_cfg_spu1_gio_out3 = 0x0000000b, | ||
933 | regk_iop_sw_cfg_spu1_gio_out4 = 0x0000000c, | ||
934 | regk_iop_sw_cfg_spu1_gio_out5 = 0x0000000d, | ||
935 | regk_iop_sw_cfg_spu1_gio_out6 = 0x0000000e, | ||
936 | regk_iop_sw_cfg_spu1_gio_out7 = 0x0000000f, | ||
937 | regk_iop_sw_cfg_spu1_gioout0 = 0x00000001, | ||
938 | regk_iop_sw_cfg_spu1_gioout1 = 0x00000001, | ||
939 | regk_iop_sw_cfg_spu1_gioout10 = 0x0000000f, | ||
940 | regk_iop_sw_cfg_spu1_gioout11 = 0x0000000f, | ||
941 | regk_iop_sw_cfg_spu1_gioout12 = 0x0000000f, | ||
942 | regk_iop_sw_cfg_spu1_gioout13 = 0x0000000f, | ||
943 | regk_iop_sw_cfg_spu1_gioout14 = 0x0000000f, | ||
944 | regk_iop_sw_cfg_spu1_gioout15 = 0x0000000f, | ||
945 | regk_iop_sw_cfg_spu1_gioout16 = 0x0000000f, | ||
946 | regk_iop_sw_cfg_spu1_gioout17 = 0x0000000f, | ||
947 | regk_iop_sw_cfg_spu1_gioout18 = 0x0000000f, | ||
948 | regk_iop_sw_cfg_spu1_gioout19 = 0x0000000f, | ||
949 | regk_iop_sw_cfg_spu1_gioout2 = 0x00000003, | ||
950 | regk_iop_sw_cfg_spu1_gioout20 = 0x0000000f, | ||
951 | regk_iop_sw_cfg_spu1_gioout21 = 0x0000000f, | ||
952 | regk_iop_sw_cfg_spu1_gioout22 = 0x0000000f, | ||
953 | regk_iop_sw_cfg_spu1_gioout23 = 0x0000000f, | ||
954 | regk_iop_sw_cfg_spu1_gioout24 = 0x0000000f, | ||
955 | regk_iop_sw_cfg_spu1_gioout25 = 0x0000000f, | ||
956 | regk_iop_sw_cfg_spu1_gioout26 = 0x0000000f, | ||
957 | regk_iop_sw_cfg_spu1_gioout27 = 0x0000000f, | ||
958 | regk_iop_sw_cfg_spu1_gioout28 = 0x0000000f, | ||
959 | regk_iop_sw_cfg_spu1_gioout29 = 0x0000000f, | ||
960 | regk_iop_sw_cfg_spu1_gioout3 = 0x00000003, | ||
961 | regk_iop_sw_cfg_spu1_gioout30 = 0x0000000f, | ||
962 | regk_iop_sw_cfg_spu1_gioout31 = 0x0000000f, | ||
963 | regk_iop_sw_cfg_spu1_gioout4 = 0x00000005, | ||
964 | regk_iop_sw_cfg_spu1_gioout5 = 0x00000005, | ||
965 | regk_iop_sw_cfg_spu1_gioout6 = 0x00000007, | ||
966 | regk_iop_sw_cfg_spu1_gioout7 = 0x00000007, | ||
967 | regk_iop_sw_cfg_spu1_gioout8 = 0x0000000f, | ||
968 | regk_iop_sw_cfg_spu1_gioout9 = 0x0000000f, | ||
969 | regk_iop_sw_cfg_strb_timer_grp0_tmr0 = 0x00000001, | ||
970 | regk_iop_sw_cfg_strb_timer_grp0_tmr1 = 0x00000002, | ||
971 | regk_iop_sw_cfg_strb_timer_grp1_tmr0 = 0x00000001, | ||
972 | regk_iop_sw_cfg_strb_timer_grp1_tmr1 = 0x00000002, | ||
973 | regk_iop_sw_cfg_strb_timer_grp2_tmr0 = 0x00000003, | ||
974 | regk_iop_sw_cfg_strb_timer_grp2_tmr1 = 0x00000002, | ||
975 | regk_iop_sw_cfg_strb_timer_grp3_tmr0 = 0x00000003, | ||
976 | regk_iop_sw_cfg_strb_timer_grp3_tmr1 = 0x00000002, | ||
977 | regk_iop_sw_cfg_timer_grp0 = 0x00000000, | ||
978 | regk_iop_sw_cfg_timer_grp0_rot = 0x00000001, | ||
979 | regk_iop_sw_cfg_timer_grp0_strb0 = 0x0000000a, | ||
980 | regk_iop_sw_cfg_timer_grp0_strb1 = 0x0000000a, | ||
981 | regk_iop_sw_cfg_timer_grp0_strb2 = 0x0000000a, | ||
982 | regk_iop_sw_cfg_timer_grp0_strb3 = 0x0000000a, | ||
983 | regk_iop_sw_cfg_timer_grp0_tmr0 = 0x00000004, | ||
984 | regk_iop_sw_cfg_timer_grp0_tmr1 = 0x00000004, | ||
985 | regk_iop_sw_cfg_timer_grp1 = 0x00000000, | ||
986 | regk_iop_sw_cfg_timer_grp1_rot = 0x00000001, | ||
987 | regk_iop_sw_cfg_timer_grp1_strb0 = 0x0000000b, | ||
988 | regk_iop_sw_cfg_timer_grp1_strb1 = 0x0000000b, | ||
989 | regk_iop_sw_cfg_timer_grp1_strb2 = 0x0000000b, | ||
990 | regk_iop_sw_cfg_timer_grp1_strb3 = 0x0000000b, | ||
991 | regk_iop_sw_cfg_timer_grp1_tmr0 = 0x00000005, | ||
992 | regk_iop_sw_cfg_timer_grp1_tmr1 = 0x00000005, | ||
993 | regk_iop_sw_cfg_timer_grp2 = 0x00000000, | ||
994 | regk_iop_sw_cfg_timer_grp2_rot = 0x00000001, | ||
995 | regk_iop_sw_cfg_timer_grp2_strb0 = 0x0000000c, | ||
996 | regk_iop_sw_cfg_timer_grp2_strb1 = 0x0000000c, | ||
997 | regk_iop_sw_cfg_timer_grp2_strb2 = 0x0000000c, | ||
998 | regk_iop_sw_cfg_timer_grp2_strb3 = 0x0000000c, | ||
999 | regk_iop_sw_cfg_timer_grp2_tmr0 = 0x00000006, | ||
1000 | regk_iop_sw_cfg_timer_grp2_tmr1 = 0x00000006, | ||
1001 | regk_iop_sw_cfg_timer_grp3 = 0x00000000, | ||
1002 | regk_iop_sw_cfg_timer_grp3_rot = 0x00000001, | ||
1003 | regk_iop_sw_cfg_timer_grp3_strb0 = 0x0000000d, | ||
1004 | regk_iop_sw_cfg_timer_grp3_strb1 = 0x0000000d, | ||
1005 | regk_iop_sw_cfg_timer_grp3_strb2 = 0x0000000d, | ||
1006 | regk_iop_sw_cfg_timer_grp3_strb3 = 0x0000000d, | ||
1007 | regk_iop_sw_cfg_timer_grp3_tmr0 = 0x00000007, | ||
1008 | regk_iop_sw_cfg_timer_grp3_tmr1 = 0x00000007, | ||
1009 | regk_iop_sw_cfg_trig0_0 = 0x00000000, | ||
1010 | regk_iop_sw_cfg_trig0_1 = 0x00000000, | ||
1011 | regk_iop_sw_cfg_trig0_2 = 0x00000000, | ||
1012 | regk_iop_sw_cfg_trig0_3 = 0x00000000, | ||
1013 | regk_iop_sw_cfg_trig1_0 = 0x00000000, | ||
1014 | regk_iop_sw_cfg_trig1_1 = 0x00000000, | ||
1015 | regk_iop_sw_cfg_trig1_2 = 0x00000000, | ||
1016 | regk_iop_sw_cfg_trig1_3 = 0x00000000, | ||
1017 | regk_iop_sw_cfg_trig2_0 = 0x00000000, | ||
1018 | regk_iop_sw_cfg_trig2_1 = 0x00000000, | ||
1019 | regk_iop_sw_cfg_trig2_2 = 0x00000000, | ||
1020 | regk_iop_sw_cfg_trig2_3 = 0x00000000, | ||
1021 | regk_iop_sw_cfg_trig3_0 = 0x00000000, | ||
1022 | regk_iop_sw_cfg_trig3_1 = 0x00000000, | ||
1023 | regk_iop_sw_cfg_trig3_2 = 0x00000000, | ||
1024 | regk_iop_sw_cfg_trig3_3 = 0x00000000, | ||
1025 | regk_iop_sw_cfg_trig4_0 = 0x00000001, | ||
1026 | regk_iop_sw_cfg_trig4_1 = 0x00000001, | ||
1027 | regk_iop_sw_cfg_trig4_2 = 0x00000001, | ||
1028 | regk_iop_sw_cfg_trig4_3 = 0x00000001, | ||
1029 | regk_iop_sw_cfg_trig5_0 = 0x00000001, | ||
1030 | regk_iop_sw_cfg_trig5_1 = 0x00000001, | ||
1031 | regk_iop_sw_cfg_trig5_2 = 0x00000001, | ||
1032 | regk_iop_sw_cfg_trig5_3 = 0x00000001, | ||
1033 | regk_iop_sw_cfg_trig6_0 = 0x00000001, | ||
1034 | regk_iop_sw_cfg_trig6_1 = 0x00000001, | ||
1035 | regk_iop_sw_cfg_trig6_2 = 0x00000001, | ||
1036 | regk_iop_sw_cfg_trig6_3 = 0x00000001, | ||
1037 | regk_iop_sw_cfg_trig7_0 = 0x00000001, | ||
1038 | regk_iop_sw_cfg_trig7_1 = 0x00000001, | ||
1039 | regk_iop_sw_cfg_trig7_2 = 0x00000001, | ||
1040 | regk_iop_sw_cfg_trig7_3 = 0x00000001 | ||
1041 | }; | ||
1042 | #endif /* __iop_sw_cfg_defs_h */ | ||
diff --git a/include/asm-cris/arch-v32/hwregs/iop/iop_sw_cpu_defs.h b/include/asm-cris/arch-v32/hwregs/iop/iop_sw_cpu_defs.h new file mode 100644 index 000000000000..5fed844b19e2 --- /dev/null +++ b/include/asm-cris/arch-v32/hwregs/iop/iop_sw_cpu_defs.h | |||
@@ -0,0 +1,853 @@ | |||
1 | #ifndef __iop_sw_cpu_defs_h | ||
2 | #define __iop_sw_cpu_defs_h | ||
3 | |||
4 | /* | ||
5 | * This file is autogenerated from | ||
6 | * file: ../../inst/io_proc/rtl/guinness/iop_sw_cpu.r | ||
7 | * id: <not found> | ||
8 | * last modfied: Mon Apr 11 16:10:19 2005 | ||
9 | * | ||
10 | * by /n/asic/design/tools/rdesc/src/rdes2c --outfile iop_sw_cpu_defs.h ../../inst/io_proc/rtl/guinness/iop_sw_cpu.r | ||
11 | * id: $Id: iop_sw_cpu_defs.h,v 1.4 2005/04/24 18:31:05 starvik Exp $ | ||
12 | * Any changes here will be lost. | ||
13 | * | ||
14 | * -*- buffer-read-only: t -*- | ||
15 | */ | ||
16 | /* Main access macros */ | ||
17 | #ifndef REG_RD | ||
18 | #define REG_RD( scope, inst, reg ) \ | ||
19 | REG_READ( reg_##scope##_##reg, \ | ||
20 | (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
21 | #endif | ||
22 | |||
23 | #ifndef REG_WR | ||
24 | #define REG_WR( scope, inst, reg, val ) \ | ||
25 | REG_WRITE( reg_##scope##_##reg, \ | ||
26 | (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) | ||
27 | #endif | ||
28 | |||
29 | #ifndef REG_RD_VECT | ||
30 | #define REG_RD_VECT( scope, inst, reg, index ) \ | ||
31 | REG_READ( reg_##scope##_##reg, \ | ||
32 | (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
33 | (index) * STRIDE_##scope##_##reg ) | ||
34 | #endif | ||
35 | |||
36 | #ifndef REG_WR_VECT | ||
37 | #define REG_WR_VECT( scope, inst, reg, index, val ) \ | ||
38 | REG_WRITE( reg_##scope##_##reg, \ | ||
39 | (inst) + REG_WR_ADDR_##scope##_##reg + \ | ||
40 | (index) * STRIDE_##scope##_##reg, (val) ) | ||
41 | #endif | ||
42 | |||
43 | #ifndef REG_RD_INT | ||
44 | #define REG_RD_INT( scope, inst, reg ) \ | ||
45 | REG_READ( int, (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
46 | #endif | ||
47 | |||
48 | #ifndef REG_WR_INT | ||
49 | #define REG_WR_INT( scope, inst, reg, val ) \ | ||
50 | REG_WRITE( int, (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) | ||
51 | #endif | ||
52 | |||
53 | #ifndef REG_RD_INT_VECT | ||
54 | #define REG_RD_INT_VECT( scope, inst, reg, index ) \ | ||
55 | REG_READ( int, (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
56 | (index) * STRIDE_##scope##_##reg ) | ||
57 | #endif | ||
58 | |||
59 | #ifndef REG_WR_INT_VECT | ||
60 | #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ | ||
61 | REG_WRITE( int, (inst) + REG_WR_ADDR_##scope##_##reg + \ | ||
62 | (index) * STRIDE_##scope##_##reg, (val) ) | ||
63 | #endif | ||
64 | |||
65 | #ifndef REG_TYPE_CONV | ||
66 | #define REG_TYPE_CONV( type, orgtype, val ) \ | ||
67 | ( { union { orgtype o; type n; } r; r.o = val; r.n; } ) | ||
68 | #endif | ||
69 | |||
70 | #ifndef reg_page_size | ||
71 | #define reg_page_size 8192 | ||
72 | #endif | ||
73 | |||
74 | #ifndef REG_ADDR | ||
75 | #define REG_ADDR( scope, inst, reg ) \ | ||
76 | ( (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
77 | #endif | ||
78 | |||
79 | #ifndef REG_ADDR_VECT | ||
80 | #define REG_ADDR_VECT( scope, inst, reg, index ) \ | ||
81 | ( (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
82 | (index) * STRIDE_##scope##_##reg ) | ||
83 | #endif | ||
84 | |||
85 | /* C-code for register scope iop_sw_cpu */ | ||
86 | |||
87 | /* Register rw_mc_ctrl, scope iop_sw_cpu, type rw */ | ||
88 | typedef struct { | ||
89 | unsigned int keep_owner : 1; | ||
90 | unsigned int cmd : 2; | ||
91 | unsigned int size : 3; | ||
92 | unsigned int wr_spu0_mem : 1; | ||
93 | unsigned int wr_spu1_mem : 1; | ||
94 | unsigned int dummy1 : 24; | ||
95 | } reg_iop_sw_cpu_rw_mc_ctrl; | ||
96 | #define REG_RD_ADDR_iop_sw_cpu_rw_mc_ctrl 0 | ||
97 | #define REG_WR_ADDR_iop_sw_cpu_rw_mc_ctrl 0 | ||
98 | |||
99 | /* Register rw_mc_data, scope iop_sw_cpu, type rw */ | ||
100 | typedef struct { | ||
101 | unsigned int val : 32; | ||
102 | } reg_iop_sw_cpu_rw_mc_data; | ||
103 | #define REG_RD_ADDR_iop_sw_cpu_rw_mc_data 4 | ||
104 | #define REG_WR_ADDR_iop_sw_cpu_rw_mc_data 4 | ||
105 | |||
106 | /* Register rw_mc_addr, scope iop_sw_cpu, type rw */ | ||
107 | typedef unsigned int reg_iop_sw_cpu_rw_mc_addr; | ||
108 | #define REG_RD_ADDR_iop_sw_cpu_rw_mc_addr 8 | ||
109 | #define REG_WR_ADDR_iop_sw_cpu_rw_mc_addr 8 | ||
110 | |||
111 | /* Register rs_mc_data, scope iop_sw_cpu, type rs */ | ||
112 | typedef unsigned int reg_iop_sw_cpu_rs_mc_data; | ||
113 | #define REG_RD_ADDR_iop_sw_cpu_rs_mc_data 12 | ||
114 | |||
115 | /* Register r_mc_data, scope iop_sw_cpu, type r */ | ||
116 | typedef unsigned int reg_iop_sw_cpu_r_mc_data; | ||
117 | #define REG_RD_ADDR_iop_sw_cpu_r_mc_data 16 | ||
118 | |||
119 | /* Register r_mc_stat, scope iop_sw_cpu, type r */ | ||
120 | typedef struct { | ||
121 | unsigned int busy_cpu : 1; | ||
122 | unsigned int busy_mpu : 1; | ||
123 | unsigned int busy_spu0 : 1; | ||
124 | unsigned int busy_spu1 : 1; | ||
125 | unsigned int owned_by_cpu : 1; | ||
126 | unsigned int owned_by_mpu : 1; | ||
127 | unsigned int owned_by_spu0 : 1; | ||
128 | unsigned int owned_by_spu1 : 1; | ||
129 | unsigned int dummy1 : 24; | ||
130 | } reg_iop_sw_cpu_r_mc_stat; | ||
131 | #define REG_RD_ADDR_iop_sw_cpu_r_mc_stat 20 | ||
132 | |||
133 | /* Register rw_bus0_clr_mask, scope iop_sw_cpu, type rw */ | ||
134 | typedef struct { | ||
135 | unsigned int byte0 : 8; | ||
136 | unsigned int byte1 : 8; | ||
137 | unsigned int byte2 : 8; | ||
138 | unsigned int byte3 : 8; | ||
139 | } reg_iop_sw_cpu_rw_bus0_clr_mask; | ||
140 | #define REG_RD_ADDR_iop_sw_cpu_rw_bus0_clr_mask 24 | ||
141 | #define REG_WR_ADDR_iop_sw_cpu_rw_bus0_clr_mask 24 | ||
142 | |||
143 | /* Register rw_bus0_set_mask, scope iop_sw_cpu, type rw */ | ||
144 | typedef struct { | ||
145 | unsigned int byte0 : 8; | ||
146 | unsigned int byte1 : 8; | ||
147 | unsigned int byte2 : 8; | ||
148 | unsigned int byte3 : 8; | ||
149 | } reg_iop_sw_cpu_rw_bus0_set_mask; | ||
150 | #define REG_RD_ADDR_iop_sw_cpu_rw_bus0_set_mask 28 | ||
151 | #define REG_WR_ADDR_iop_sw_cpu_rw_bus0_set_mask 28 | ||
152 | |||
153 | /* Register rw_bus0_oe_clr_mask, scope iop_sw_cpu, type rw */ | ||
154 | typedef struct { | ||
155 | unsigned int byte0 : 1; | ||
156 | unsigned int byte1 : 1; | ||
157 | unsigned int byte2 : 1; | ||
158 | unsigned int byte3 : 1; | ||
159 | unsigned int dummy1 : 28; | ||
160 | } reg_iop_sw_cpu_rw_bus0_oe_clr_mask; | ||
161 | #define REG_RD_ADDR_iop_sw_cpu_rw_bus0_oe_clr_mask 32 | ||
162 | #define REG_WR_ADDR_iop_sw_cpu_rw_bus0_oe_clr_mask 32 | ||
163 | |||
164 | /* Register rw_bus0_oe_set_mask, scope iop_sw_cpu, type rw */ | ||
165 | typedef struct { | ||
166 | unsigned int byte0 : 1; | ||
167 | unsigned int byte1 : 1; | ||
168 | unsigned int byte2 : 1; | ||
169 | unsigned int byte3 : 1; | ||
170 | unsigned int dummy1 : 28; | ||
171 | } reg_iop_sw_cpu_rw_bus0_oe_set_mask; | ||
172 | #define REG_RD_ADDR_iop_sw_cpu_rw_bus0_oe_set_mask 36 | ||
173 | #define REG_WR_ADDR_iop_sw_cpu_rw_bus0_oe_set_mask 36 | ||
174 | |||
175 | /* Register r_bus0_in, scope iop_sw_cpu, type r */ | ||
176 | typedef unsigned int reg_iop_sw_cpu_r_bus0_in; | ||
177 | #define REG_RD_ADDR_iop_sw_cpu_r_bus0_in 40 | ||
178 | |||
179 | /* Register rw_bus1_clr_mask, scope iop_sw_cpu, type rw */ | ||
180 | typedef struct { | ||
181 | unsigned int byte0 : 8; | ||
182 | unsigned int byte1 : 8; | ||
183 | unsigned int byte2 : 8; | ||
184 | unsigned int byte3 : 8; | ||
185 | } reg_iop_sw_cpu_rw_bus1_clr_mask; | ||
186 | #define REG_RD_ADDR_iop_sw_cpu_rw_bus1_clr_mask 44 | ||
187 | #define REG_WR_ADDR_iop_sw_cpu_rw_bus1_clr_mask 44 | ||
188 | |||
189 | /* Register rw_bus1_set_mask, scope iop_sw_cpu, type rw */ | ||
190 | typedef struct { | ||
191 | unsigned int byte0 : 8; | ||
192 | unsigned int byte1 : 8; | ||
193 | unsigned int byte2 : 8; | ||
194 | unsigned int byte3 : 8; | ||
195 | } reg_iop_sw_cpu_rw_bus1_set_mask; | ||
196 | #define REG_RD_ADDR_iop_sw_cpu_rw_bus1_set_mask 48 | ||
197 | #define REG_WR_ADDR_iop_sw_cpu_rw_bus1_set_mask 48 | ||
198 | |||
199 | /* Register rw_bus1_oe_clr_mask, scope iop_sw_cpu, type rw */ | ||
200 | typedef struct { | ||
201 | unsigned int byte0 : 1; | ||
202 | unsigned int byte1 : 1; | ||
203 | unsigned int byte2 : 1; | ||
204 | unsigned int byte3 : 1; | ||
205 | unsigned int dummy1 : 28; | ||
206 | } reg_iop_sw_cpu_rw_bus1_oe_clr_mask; | ||
207 | #define REG_RD_ADDR_iop_sw_cpu_rw_bus1_oe_clr_mask 52 | ||
208 | #define REG_WR_ADDR_iop_sw_cpu_rw_bus1_oe_clr_mask 52 | ||
209 | |||
210 | /* Register rw_bus1_oe_set_mask, scope iop_sw_cpu, type rw */ | ||
211 | typedef struct { | ||
212 | unsigned int byte0 : 1; | ||
213 | unsigned int byte1 : 1; | ||
214 | unsigned int byte2 : 1; | ||
215 | unsigned int byte3 : 1; | ||
216 | unsigned int dummy1 : 28; | ||
217 | } reg_iop_sw_cpu_rw_bus1_oe_set_mask; | ||
218 | #define REG_RD_ADDR_iop_sw_cpu_rw_bus1_oe_set_mask 56 | ||
219 | #define REG_WR_ADDR_iop_sw_cpu_rw_bus1_oe_set_mask 56 | ||
220 | |||
221 | /* Register r_bus1_in, scope iop_sw_cpu, type r */ | ||
222 | typedef unsigned int reg_iop_sw_cpu_r_bus1_in; | ||
223 | #define REG_RD_ADDR_iop_sw_cpu_r_bus1_in 60 | ||
224 | |||
225 | /* Register rw_gio_clr_mask, scope iop_sw_cpu, type rw */ | ||
226 | typedef struct { | ||
227 | unsigned int val : 32; | ||
228 | } reg_iop_sw_cpu_rw_gio_clr_mask; | ||
229 | #define REG_RD_ADDR_iop_sw_cpu_rw_gio_clr_mask 64 | ||
230 | #define REG_WR_ADDR_iop_sw_cpu_rw_gio_clr_mask 64 | ||
231 | |||
232 | /* Register rw_gio_set_mask, scope iop_sw_cpu, type rw */ | ||
233 | typedef struct { | ||
234 | unsigned int val : 32; | ||
235 | } reg_iop_sw_cpu_rw_gio_set_mask; | ||
236 | #define REG_RD_ADDR_iop_sw_cpu_rw_gio_set_mask 68 | ||
237 | #define REG_WR_ADDR_iop_sw_cpu_rw_gio_set_mask 68 | ||
238 | |||
239 | /* Register rw_gio_oe_clr_mask, scope iop_sw_cpu, type rw */ | ||
240 | typedef struct { | ||
241 | unsigned int val : 32; | ||
242 | } reg_iop_sw_cpu_rw_gio_oe_clr_mask; | ||
243 | #define REG_RD_ADDR_iop_sw_cpu_rw_gio_oe_clr_mask 72 | ||
244 | #define REG_WR_ADDR_iop_sw_cpu_rw_gio_oe_clr_mask 72 | ||
245 | |||
246 | /* Register rw_gio_oe_set_mask, scope iop_sw_cpu, type rw */ | ||
247 | typedef struct { | ||
248 | unsigned int val : 32; | ||
249 | } reg_iop_sw_cpu_rw_gio_oe_set_mask; | ||
250 | #define REG_RD_ADDR_iop_sw_cpu_rw_gio_oe_set_mask 76 | ||
251 | #define REG_WR_ADDR_iop_sw_cpu_rw_gio_oe_set_mask 76 | ||
252 | |||
253 | /* Register r_gio_in, scope iop_sw_cpu, type r */ | ||
254 | typedef unsigned int reg_iop_sw_cpu_r_gio_in; | ||
255 | #define REG_RD_ADDR_iop_sw_cpu_r_gio_in 80 | ||
256 | |||
257 | /* Register rw_intr0_mask, scope iop_sw_cpu, type rw */ | ||
258 | typedef struct { | ||
259 | unsigned int mpu_0 : 1; | ||
260 | unsigned int mpu_1 : 1; | ||
261 | unsigned int mpu_2 : 1; | ||
262 | unsigned int mpu_3 : 1; | ||
263 | unsigned int mpu_4 : 1; | ||
264 | unsigned int mpu_5 : 1; | ||
265 | unsigned int mpu_6 : 1; | ||
266 | unsigned int mpu_7 : 1; | ||
267 | unsigned int mpu_8 : 1; | ||
268 | unsigned int mpu_9 : 1; | ||
269 | unsigned int mpu_10 : 1; | ||
270 | unsigned int mpu_11 : 1; | ||
271 | unsigned int mpu_12 : 1; | ||
272 | unsigned int mpu_13 : 1; | ||
273 | unsigned int mpu_14 : 1; | ||
274 | unsigned int mpu_15 : 1; | ||
275 | unsigned int spu0_0 : 1; | ||
276 | unsigned int spu0_1 : 1; | ||
277 | unsigned int spu0_2 : 1; | ||
278 | unsigned int spu0_3 : 1; | ||
279 | unsigned int spu0_4 : 1; | ||
280 | unsigned int spu0_5 : 1; | ||
281 | unsigned int spu0_6 : 1; | ||
282 | unsigned int spu0_7 : 1; | ||
283 | unsigned int spu1_8 : 1; | ||
284 | unsigned int spu1_9 : 1; | ||
285 | unsigned int spu1_10 : 1; | ||
286 | unsigned int spu1_11 : 1; | ||
287 | unsigned int spu1_12 : 1; | ||
288 | unsigned int spu1_13 : 1; | ||
289 | unsigned int spu1_14 : 1; | ||
290 | unsigned int spu1_15 : 1; | ||
291 | } reg_iop_sw_cpu_rw_intr0_mask; | ||
292 | #define REG_RD_ADDR_iop_sw_cpu_rw_intr0_mask 84 | ||
293 | #define REG_WR_ADDR_iop_sw_cpu_rw_intr0_mask 84 | ||
294 | |||
295 | /* Register rw_ack_intr0, scope iop_sw_cpu, type rw */ | ||
296 | typedef struct { | ||
297 | unsigned int mpu_0 : 1; | ||
298 | unsigned int mpu_1 : 1; | ||
299 | unsigned int mpu_2 : 1; | ||
300 | unsigned int mpu_3 : 1; | ||
301 | unsigned int mpu_4 : 1; | ||
302 | unsigned int mpu_5 : 1; | ||
303 | unsigned int mpu_6 : 1; | ||
304 | unsigned int mpu_7 : 1; | ||
305 | unsigned int mpu_8 : 1; | ||
306 | unsigned int mpu_9 : 1; | ||
307 | unsigned int mpu_10 : 1; | ||
308 | unsigned int mpu_11 : 1; | ||
309 | unsigned int mpu_12 : 1; | ||
310 | unsigned int mpu_13 : 1; | ||
311 | unsigned int mpu_14 : 1; | ||
312 | unsigned int mpu_15 : 1; | ||
313 | unsigned int spu0_0 : 1; | ||
314 | unsigned int spu0_1 : 1; | ||
315 | unsigned int spu0_2 : 1; | ||
316 | unsigned int spu0_3 : 1; | ||
317 | unsigned int spu0_4 : 1; | ||
318 | unsigned int spu0_5 : 1; | ||
319 | unsigned int spu0_6 : 1; | ||
320 | unsigned int spu0_7 : 1; | ||
321 | unsigned int spu1_8 : 1; | ||
322 | unsigned int spu1_9 : 1; | ||
323 | unsigned int spu1_10 : 1; | ||
324 | unsigned int spu1_11 : 1; | ||
325 | unsigned int spu1_12 : 1; | ||
326 | unsigned int spu1_13 : 1; | ||
327 | unsigned int spu1_14 : 1; | ||
328 | unsigned int spu1_15 : 1; | ||
329 | } reg_iop_sw_cpu_rw_ack_intr0; | ||
330 | #define REG_RD_ADDR_iop_sw_cpu_rw_ack_intr0 88 | ||
331 | #define REG_WR_ADDR_iop_sw_cpu_rw_ack_intr0 88 | ||
332 | |||
333 | /* Register r_intr0, scope iop_sw_cpu, type r */ | ||
334 | typedef struct { | ||
335 | unsigned int mpu_0 : 1; | ||
336 | unsigned int mpu_1 : 1; | ||
337 | unsigned int mpu_2 : 1; | ||
338 | unsigned int mpu_3 : 1; | ||
339 | unsigned int mpu_4 : 1; | ||
340 | unsigned int mpu_5 : 1; | ||
341 | unsigned int mpu_6 : 1; | ||
342 | unsigned int mpu_7 : 1; | ||
343 | unsigned int mpu_8 : 1; | ||
344 | unsigned int mpu_9 : 1; | ||
345 | unsigned int mpu_10 : 1; | ||
346 | unsigned int mpu_11 : 1; | ||
347 | unsigned int mpu_12 : 1; | ||
348 | unsigned int mpu_13 : 1; | ||
349 | unsigned int mpu_14 : 1; | ||
350 | unsigned int mpu_15 : 1; | ||
351 | unsigned int spu0_0 : 1; | ||
352 | unsigned int spu0_1 : 1; | ||
353 | unsigned int spu0_2 : 1; | ||
354 | unsigned int spu0_3 : 1; | ||
355 | unsigned int spu0_4 : 1; | ||
356 | unsigned int spu0_5 : 1; | ||
357 | unsigned int spu0_6 : 1; | ||
358 | unsigned int spu0_7 : 1; | ||
359 | unsigned int spu1_8 : 1; | ||
360 | unsigned int spu1_9 : 1; | ||
361 | unsigned int spu1_10 : 1; | ||
362 | unsigned int spu1_11 : 1; | ||
363 | unsigned int spu1_12 : 1; | ||
364 | unsigned int spu1_13 : 1; | ||
365 | unsigned int spu1_14 : 1; | ||
366 | unsigned int spu1_15 : 1; | ||
367 | } reg_iop_sw_cpu_r_intr0; | ||
368 | #define REG_RD_ADDR_iop_sw_cpu_r_intr0 92 | ||
369 | |||
370 | /* Register r_masked_intr0, scope iop_sw_cpu, type r */ | ||
371 | typedef struct { | ||
372 | unsigned int mpu_0 : 1; | ||
373 | unsigned int mpu_1 : 1; | ||
374 | unsigned int mpu_2 : 1; | ||
375 | unsigned int mpu_3 : 1; | ||
376 | unsigned int mpu_4 : 1; | ||
377 | unsigned int mpu_5 : 1; | ||
378 | unsigned int mpu_6 : 1; | ||
379 | unsigned int mpu_7 : 1; | ||
380 | unsigned int mpu_8 : 1; | ||
381 | unsigned int mpu_9 : 1; | ||
382 | unsigned int mpu_10 : 1; | ||
383 | unsigned int mpu_11 : 1; | ||
384 | unsigned int mpu_12 : 1; | ||
385 | unsigned int mpu_13 : 1; | ||
386 | unsigned int mpu_14 : 1; | ||
387 | unsigned int mpu_15 : 1; | ||
388 | unsigned int spu0_0 : 1; | ||
389 | unsigned int spu0_1 : 1; | ||
390 | unsigned int spu0_2 : 1; | ||
391 | unsigned int spu0_3 : 1; | ||
392 | unsigned int spu0_4 : 1; | ||
393 | unsigned int spu0_5 : 1; | ||
394 | unsigned int spu0_6 : 1; | ||
395 | unsigned int spu0_7 : 1; | ||
396 | unsigned int spu1_8 : 1; | ||
397 | unsigned int spu1_9 : 1; | ||
398 | unsigned int spu1_10 : 1; | ||
399 | unsigned int spu1_11 : 1; | ||
400 | unsigned int spu1_12 : 1; | ||
401 | unsigned int spu1_13 : 1; | ||
402 | unsigned int spu1_14 : 1; | ||
403 | unsigned int spu1_15 : 1; | ||
404 | } reg_iop_sw_cpu_r_masked_intr0; | ||
405 | #define REG_RD_ADDR_iop_sw_cpu_r_masked_intr0 96 | ||
406 | |||
407 | /* Register rw_intr1_mask, scope iop_sw_cpu, type rw */ | ||
408 | typedef struct { | ||
409 | unsigned int mpu_16 : 1; | ||
410 | unsigned int mpu_17 : 1; | ||
411 | unsigned int mpu_18 : 1; | ||
412 | unsigned int mpu_19 : 1; | ||
413 | unsigned int mpu_20 : 1; | ||
414 | unsigned int mpu_21 : 1; | ||
415 | unsigned int mpu_22 : 1; | ||
416 | unsigned int mpu_23 : 1; | ||
417 | unsigned int mpu_24 : 1; | ||
418 | unsigned int mpu_25 : 1; | ||
419 | unsigned int mpu_26 : 1; | ||
420 | unsigned int mpu_27 : 1; | ||
421 | unsigned int mpu_28 : 1; | ||
422 | unsigned int mpu_29 : 1; | ||
423 | unsigned int mpu_30 : 1; | ||
424 | unsigned int mpu_31 : 1; | ||
425 | unsigned int spu0_8 : 1; | ||
426 | unsigned int spu0_9 : 1; | ||
427 | unsigned int spu0_10 : 1; | ||
428 | unsigned int spu0_11 : 1; | ||
429 | unsigned int spu0_12 : 1; | ||
430 | unsigned int spu0_13 : 1; | ||
431 | unsigned int spu0_14 : 1; | ||
432 | unsigned int spu0_15 : 1; | ||
433 | unsigned int spu1_0 : 1; | ||
434 | unsigned int spu1_1 : 1; | ||
435 | unsigned int spu1_2 : 1; | ||
436 | unsigned int spu1_3 : 1; | ||
437 | unsigned int spu1_4 : 1; | ||
438 | unsigned int spu1_5 : 1; | ||
439 | unsigned int spu1_6 : 1; | ||
440 | unsigned int spu1_7 : 1; | ||
441 | } reg_iop_sw_cpu_rw_intr1_mask; | ||
442 | #define REG_RD_ADDR_iop_sw_cpu_rw_intr1_mask 100 | ||
443 | #define REG_WR_ADDR_iop_sw_cpu_rw_intr1_mask 100 | ||
444 | |||
445 | /* Register rw_ack_intr1, scope iop_sw_cpu, type rw */ | ||
446 | typedef struct { | ||
447 | unsigned int mpu_16 : 1; | ||
448 | unsigned int mpu_17 : 1; | ||
449 | unsigned int mpu_18 : 1; | ||
450 | unsigned int mpu_19 : 1; | ||
451 | unsigned int mpu_20 : 1; | ||
452 | unsigned int mpu_21 : 1; | ||
453 | unsigned int mpu_22 : 1; | ||
454 | unsigned int mpu_23 : 1; | ||
455 | unsigned int mpu_24 : 1; | ||
456 | unsigned int mpu_25 : 1; | ||
457 | unsigned int mpu_26 : 1; | ||
458 | unsigned int mpu_27 : 1; | ||
459 | unsigned int mpu_28 : 1; | ||
460 | unsigned int mpu_29 : 1; | ||
461 | unsigned int mpu_30 : 1; | ||
462 | unsigned int mpu_31 : 1; | ||
463 | unsigned int spu0_8 : 1; | ||
464 | unsigned int spu0_9 : 1; | ||
465 | unsigned int spu0_10 : 1; | ||
466 | unsigned int spu0_11 : 1; | ||
467 | unsigned int spu0_12 : 1; | ||
468 | unsigned int spu0_13 : 1; | ||
469 | unsigned int spu0_14 : 1; | ||
470 | unsigned int spu0_15 : 1; | ||
471 | unsigned int spu1_0 : 1; | ||
472 | unsigned int spu1_1 : 1; | ||
473 | unsigned int spu1_2 : 1; | ||
474 | unsigned int spu1_3 : 1; | ||
475 | unsigned int spu1_4 : 1; | ||
476 | unsigned int spu1_5 : 1; | ||
477 | unsigned int spu1_6 : 1; | ||
478 | unsigned int spu1_7 : 1; | ||
479 | } reg_iop_sw_cpu_rw_ack_intr1; | ||
480 | #define REG_RD_ADDR_iop_sw_cpu_rw_ack_intr1 104 | ||
481 | #define REG_WR_ADDR_iop_sw_cpu_rw_ack_intr1 104 | ||
482 | |||
483 | /* Register r_intr1, scope iop_sw_cpu, type r */ | ||
484 | typedef struct { | ||
485 | unsigned int mpu_16 : 1; | ||
486 | unsigned int mpu_17 : 1; | ||
487 | unsigned int mpu_18 : 1; | ||
488 | unsigned int mpu_19 : 1; | ||
489 | unsigned int mpu_20 : 1; | ||
490 | unsigned int mpu_21 : 1; | ||
491 | unsigned int mpu_22 : 1; | ||
492 | unsigned int mpu_23 : 1; | ||
493 | unsigned int mpu_24 : 1; | ||
494 | unsigned int mpu_25 : 1; | ||
495 | unsigned int mpu_26 : 1; | ||
496 | unsigned int mpu_27 : 1; | ||
497 | unsigned int mpu_28 : 1; | ||
498 | unsigned int mpu_29 : 1; | ||
499 | unsigned int mpu_30 : 1; | ||
500 | unsigned int mpu_31 : 1; | ||
501 | unsigned int spu0_8 : 1; | ||
502 | unsigned int spu0_9 : 1; | ||
503 | unsigned int spu0_10 : 1; | ||
504 | unsigned int spu0_11 : 1; | ||
505 | unsigned int spu0_12 : 1; | ||
506 | unsigned int spu0_13 : 1; | ||
507 | unsigned int spu0_14 : 1; | ||
508 | unsigned int spu0_15 : 1; | ||
509 | unsigned int spu1_0 : 1; | ||
510 | unsigned int spu1_1 : 1; | ||
511 | unsigned int spu1_2 : 1; | ||
512 | unsigned int spu1_3 : 1; | ||
513 | unsigned int spu1_4 : 1; | ||
514 | unsigned int spu1_5 : 1; | ||
515 | unsigned int spu1_6 : 1; | ||
516 | unsigned int spu1_7 : 1; | ||
517 | } reg_iop_sw_cpu_r_intr1; | ||
518 | #define REG_RD_ADDR_iop_sw_cpu_r_intr1 108 | ||
519 | |||
520 | /* Register r_masked_intr1, scope iop_sw_cpu, type r */ | ||
521 | typedef struct { | ||
522 | unsigned int mpu_16 : 1; | ||
523 | unsigned int mpu_17 : 1; | ||
524 | unsigned int mpu_18 : 1; | ||
525 | unsigned int mpu_19 : 1; | ||
526 | unsigned int mpu_20 : 1; | ||
527 | unsigned int mpu_21 : 1; | ||
528 | unsigned int mpu_22 : 1; | ||
529 | unsigned int mpu_23 : 1; | ||
530 | unsigned int mpu_24 : 1; | ||
531 | unsigned int mpu_25 : 1; | ||
532 | unsigned int mpu_26 : 1; | ||
533 | unsigned int mpu_27 : 1; | ||
534 | unsigned int mpu_28 : 1; | ||
535 | unsigned int mpu_29 : 1; | ||
536 | unsigned int mpu_30 : 1; | ||
537 | unsigned int mpu_31 : 1; | ||
538 | unsigned int spu0_8 : 1; | ||
539 | unsigned int spu0_9 : 1; | ||
540 | unsigned int spu0_10 : 1; | ||
541 | unsigned int spu0_11 : 1; | ||
542 | unsigned int spu0_12 : 1; | ||
543 | unsigned int spu0_13 : 1; | ||
544 | unsigned int spu0_14 : 1; | ||
545 | unsigned int spu0_15 : 1; | ||
546 | unsigned int spu1_0 : 1; | ||
547 | unsigned int spu1_1 : 1; | ||
548 | unsigned int spu1_2 : 1; | ||
549 | unsigned int spu1_3 : 1; | ||
550 | unsigned int spu1_4 : 1; | ||
551 | unsigned int spu1_5 : 1; | ||
552 | unsigned int spu1_6 : 1; | ||
553 | unsigned int spu1_7 : 1; | ||
554 | } reg_iop_sw_cpu_r_masked_intr1; | ||
555 | #define REG_RD_ADDR_iop_sw_cpu_r_masked_intr1 112 | ||
556 | |||
557 | /* Register rw_intr2_mask, scope iop_sw_cpu, type rw */ | ||
558 | typedef struct { | ||
559 | unsigned int mpu_0 : 1; | ||
560 | unsigned int mpu_1 : 1; | ||
561 | unsigned int mpu_2 : 1; | ||
562 | unsigned int mpu_3 : 1; | ||
563 | unsigned int mpu_4 : 1; | ||
564 | unsigned int mpu_5 : 1; | ||
565 | unsigned int mpu_6 : 1; | ||
566 | unsigned int mpu_7 : 1; | ||
567 | unsigned int spu0_0 : 1; | ||
568 | unsigned int spu0_1 : 1; | ||
569 | unsigned int spu0_2 : 1; | ||
570 | unsigned int spu0_3 : 1; | ||
571 | unsigned int spu0_4 : 1; | ||
572 | unsigned int spu0_5 : 1; | ||
573 | unsigned int spu0_6 : 1; | ||
574 | unsigned int spu0_7 : 1; | ||
575 | unsigned int dmc_in0 : 1; | ||
576 | unsigned int dmc_out0 : 1; | ||
577 | unsigned int fifo_in0 : 1; | ||
578 | unsigned int fifo_out0 : 1; | ||
579 | unsigned int fifo_in0_extra : 1; | ||
580 | unsigned int fifo_out0_extra : 1; | ||
581 | unsigned int trigger_grp0 : 1; | ||
582 | unsigned int trigger_grp1 : 1; | ||
583 | unsigned int trigger_grp2 : 1; | ||
584 | unsigned int trigger_grp3 : 1; | ||
585 | unsigned int trigger_grp4 : 1; | ||
586 | unsigned int trigger_grp5 : 1; | ||
587 | unsigned int trigger_grp6 : 1; | ||
588 | unsigned int trigger_grp7 : 1; | ||
589 | unsigned int timer_grp0 : 1; | ||
590 | unsigned int timer_grp1 : 1; | ||
591 | } reg_iop_sw_cpu_rw_intr2_mask; | ||
592 | #define REG_RD_ADDR_iop_sw_cpu_rw_intr2_mask 116 | ||
593 | #define REG_WR_ADDR_iop_sw_cpu_rw_intr2_mask 116 | ||
594 | |||
595 | /* Register rw_ack_intr2, scope iop_sw_cpu, type rw */ | ||
596 | typedef struct { | ||
597 | unsigned int mpu_0 : 1; | ||
598 | unsigned int mpu_1 : 1; | ||
599 | unsigned int mpu_2 : 1; | ||
600 | unsigned int mpu_3 : 1; | ||
601 | unsigned int mpu_4 : 1; | ||
602 | unsigned int mpu_5 : 1; | ||
603 | unsigned int mpu_6 : 1; | ||
604 | unsigned int mpu_7 : 1; | ||
605 | unsigned int spu0_0 : 1; | ||
606 | unsigned int spu0_1 : 1; | ||
607 | unsigned int spu0_2 : 1; | ||
608 | unsigned int spu0_3 : 1; | ||
609 | unsigned int spu0_4 : 1; | ||
610 | unsigned int spu0_5 : 1; | ||
611 | unsigned int spu0_6 : 1; | ||
612 | unsigned int spu0_7 : 1; | ||
613 | unsigned int dummy1 : 16; | ||
614 | } reg_iop_sw_cpu_rw_ack_intr2; | ||
615 | #define REG_RD_ADDR_iop_sw_cpu_rw_ack_intr2 120 | ||
616 | #define REG_WR_ADDR_iop_sw_cpu_rw_ack_intr2 120 | ||
617 | |||
618 | /* Register r_intr2, scope iop_sw_cpu, type r */ | ||
619 | typedef struct { | ||
620 | unsigned int mpu_0 : 1; | ||
621 | unsigned int mpu_1 : 1; | ||
622 | unsigned int mpu_2 : 1; | ||
623 | unsigned int mpu_3 : 1; | ||
624 | unsigned int mpu_4 : 1; | ||
625 | unsigned int mpu_5 : 1; | ||
626 | unsigned int mpu_6 : 1; | ||
627 | unsigned int mpu_7 : 1; | ||
628 | unsigned int spu0_0 : 1; | ||
629 | unsigned int spu0_1 : 1; | ||
630 | unsigned int spu0_2 : 1; | ||
631 | unsigned int spu0_3 : 1; | ||
632 | unsigned int spu0_4 : 1; | ||
633 | unsigned int spu0_5 : 1; | ||
634 | unsigned int spu0_6 : 1; | ||
635 | unsigned int spu0_7 : 1; | ||
636 | unsigned int dmc_in0 : 1; | ||
637 | unsigned int dmc_out0 : 1; | ||
638 | unsigned int fifo_in0 : 1; | ||
639 | unsigned int fifo_out0 : 1; | ||
640 | unsigned int fifo_in0_extra : 1; | ||
641 | unsigned int fifo_out0_extra : 1; | ||
642 | unsigned int trigger_grp0 : 1; | ||
643 | unsigned int trigger_grp1 : 1; | ||
644 | unsigned int trigger_grp2 : 1; | ||
645 | unsigned int trigger_grp3 : 1; | ||
646 | unsigned int trigger_grp4 : 1; | ||
647 | unsigned int trigger_grp5 : 1; | ||
648 | unsigned int trigger_grp6 : 1; | ||
649 | unsigned int trigger_grp7 : 1; | ||
650 | unsigned int timer_grp0 : 1; | ||
651 | unsigned int timer_grp1 : 1; | ||
652 | } reg_iop_sw_cpu_r_intr2; | ||
653 | #define REG_RD_ADDR_iop_sw_cpu_r_intr2 124 | ||
654 | |||
655 | /* Register r_masked_intr2, scope iop_sw_cpu, type r */ | ||
656 | typedef struct { | ||
657 | unsigned int mpu_0 : 1; | ||
658 | unsigned int mpu_1 : 1; | ||
659 | unsigned int mpu_2 : 1; | ||
660 | unsigned int mpu_3 : 1; | ||
661 | unsigned int mpu_4 : 1; | ||
662 | unsigned int mpu_5 : 1; | ||
663 | unsigned int mpu_6 : 1; | ||
664 | unsigned int mpu_7 : 1; | ||
665 | unsigned int spu0_0 : 1; | ||
666 | unsigned int spu0_1 : 1; | ||
667 | unsigned int spu0_2 : 1; | ||
668 | unsigned int spu0_3 : 1; | ||
669 | unsigned int spu0_4 : 1; | ||
670 | unsigned int spu0_5 : 1; | ||
671 | unsigned int spu0_6 : 1; | ||
672 | unsigned int spu0_7 : 1; | ||
673 | unsigned int dmc_in0 : 1; | ||
674 | unsigned int dmc_out0 : 1; | ||
675 | unsigned int fifo_in0 : 1; | ||
676 | unsigned int fifo_out0 : 1; | ||
677 | unsigned int fifo_in0_extra : 1; | ||
678 | unsigned int fifo_out0_extra : 1; | ||
679 | unsigned int trigger_grp0 : 1; | ||
680 | unsigned int trigger_grp1 : 1; | ||
681 | unsigned int trigger_grp2 : 1; | ||
682 | unsigned int trigger_grp3 : 1; | ||
683 | unsigned int trigger_grp4 : 1; | ||
684 | unsigned int trigger_grp5 : 1; | ||
685 | unsigned int trigger_grp6 : 1; | ||
686 | unsigned int trigger_grp7 : 1; | ||
687 | unsigned int timer_grp0 : 1; | ||
688 | unsigned int timer_grp1 : 1; | ||
689 | } reg_iop_sw_cpu_r_masked_intr2; | ||
690 | #define REG_RD_ADDR_iop_sw_cpu_r_masked_intr2 128 | ||
691 | |||
692 | /* Register rw_intr3_mask, scope iop_sw_cpu, type rw */ | ||
693 | typedef struct { | ||
694 | unsigned int mpu_16 : 1; | ||
695 | unsigned int mpu_17 : 1; | ||
696 | unsigned int mpu_18 : 1; | ||
697 | unsigned int mpu_19 : 1; | ||
698 | unsigned int mpu_20 : 1; | ||
699 | unsigned int mpu_21 : 1; | ||
700 | unsigned int mpu_22 : 1; | ||
701 | unsigned int mpu_23 : 1; | ||
702 | unsigned int spu1_0 : 1; | ||
703 | unsigned int spu1_1 : 1; | ||
704 | unsigned int spu1_2 : 1; | ||
705 | unsigned int spu1_3 : 1; | ||
706 | unsigned int spu1_4 : 1; | ||
707 | unsigned int spu1_5 : 1; | ||
708 | unsigned int spu1_6 : 1; | ||
709 | unsigned int spu1_7 : 1; | ||
710 | unsigned int dmc_in1 : 1; | ||
711 | unsigned int dmc_out1 : 1; | ||
712 | unsigned int fifo_in1 : 1; | ||
713 | unsigned int fifo_out1 : 1; | ||
714 | unsigned int fifo_in1_extra : 1; | ||
715 | unsigned int fifo_out1_extra : 1; | ||
716 | unsigned int trigger_grp0 : 1; | ||
717 | unsigned int trigger_grp1 : 1; | ||
718 | unsigned int trigger_grp2 : 1; | ||
719 | unsigned int trigger_grp3 : 1; | ||
720 | unsigned int trigger_grp4 : 1; | ||
721 | unsigned int trigger_grp5 : 1; | ||
722 | unsigned int trigger_grp6 : 1; | ||
723 | unsigned int trigger_grp7 : 1; | ||
724 | unsigned int timer_grp2 : 1; | ||
725 | unsigned int timer_grp3 : 1; | ||
726 | } reg_iop_sw_cpu_rw_intr3_mask; | ||
727 | #define REG_RD_ADDR_iop_sw_cpu_rw_intr3_mask 132 | ||
728 | #define REG_WR_ADDR_iop_sw_cpu_rw_intr3_mask 132 | ||
729 | |||
730 | /* Register rw_ack_intr3, scope iop_sw_cpu, type rw */ | ||
731 | typedef struct { | ||
732 | unsigned int mpu_16 : 1; | ||
733 | unsigned int mpu_17 : 1; | ||
734 | unsigned int mpu_18 : 1; | ||
735 | unsigned int mpu_19 : 1; | ||
736 | unsigned int mpu_20 : 1; | ||
737 | unsigned int mpu_21 : 1; | ||
738 | unsigned int mpu_22 : 1; | ||
739 | unsigned int mpu_23 : 1; | ||
740 | unsigned int spu1_0 : 1; | ||
741 | unsigned int spu1_1 : 1; | ||
742 | unsigned int spu1_2 : 1; | ||
743 | unsigned int spu1_3 : 1; | ||
744 | unsigned int spu1_4 : 1; | ||
745 | unsigned int spu1_5 : 1; | ||
746 | unsigned int spu1_6 : 1; | ||
747 | unsigned int spu1_7 : 1; | ||
748 | unsigned int dummy1 : 16; | ||
749 | } reg_iop_sw_cpu_rw_ack_intr3; | ||
750 | #define REG_RD_ADDR_iop_sw_cpu_rw_ack_intr3 136 | ||
751 | #define REG_WR_ADDR_iop_sw_cpu_rw_ack_intr3 136 | ||
752 | |||
753 | /* Register r_intr3, scope iop_sw_cpu, type r */ | ||
754 | typedef struct { | ||
755 | unsigned int mpu_16 : 1; | ||
756 | unsigned int mpu_17 : 1; | ||
757 | unsigned int mpu_18 : 1; | ||
758 | unsigned int mpu_19 : 1; | ||
759 | unsigned int mpu_20 : 1; | ||
760 | unsigned int mpu_21 : 1; | ||
761 | unsigned int mpu_22 : 1; | ||
762 | unsigned int mpu_23 : 1; | ||
763 | unsigned int spu1_0 : 1; | ||
764 | unsigned int spu1_1 : 1; | ||
765 | unsigned int spu1_2 : 1; | ||
766 | unsigned int spu1_3 : 1; | ||
767 | unsigned int spu1_4 : 1; | ||
768 | unsigned int spu1_5 : 1; | ||
769 | unsigned int spu1_6 : 1; | ||
770 | unsigned int spu1_7 : 1; | ||
771 | unsigned int dmc_in1 : 1; | ||
772 | unsigned int dmc_out1 : 1; | ||
773 | unsigned int fifo_in1 : 1; | ||
774 | unsigned int fifo_out1 : 1; | ||
775 | unsigned int fifo_in1_extra : 1; | ||
776 | unsigned int fifo_out1_extra : 1; | ||
777 | unsigned int trigger_grp0 : 1; | ||
778 | unsigned int trigger_grp1 : 1; | ||
779 | unsigned int trigger_grp2 : 1; | ||
780 | unsigned int trigger_grp3 : 1; | ||
781 | unsigned int trigger_grp4 : 1; | ||
782 | unsigned int trigger_grp5 : 1; | ||
783 | unsigned int trigger_grp6 : 1; | ||
784 | unsigned int trigger_grp7 : 1; | ||
785 | unsigned int timer_grp2 : 1; | ||
786 | unsigned int timer_grp3 : 1; | ||
787 | } reg_iop_sw_cpu_r_intr3; | ||
788 | #define REG_RD_ADDR_iop_sw_cpu_r_intr3 140 | ||
789 | |||
790 | /* Register r_masked_intr3, scope iop_sw_cpu, type r */ | ||
791 | typedef struct { | ||
792 | unsigned int mpu_16 : 1; | ||
793 | unsigned int mpu_17 : 1; | ||
794 | unsigned int mpu_18 : 1; | ||
795 | unsigned int mpu_19 : 1; | ||
796 | unsigned int mpu_20 : 1; | ||
797 | unsigned int mpu_21 : 1; | ||
798 | unsigned int mpu_22 : 1; | ||
799 | unsigned int mpu_23 : 1; | ||
800 | unsigned int spu1_0 : 1; | ||
801 | unsigned int spu1_1 : 1; | ||
802 | unsigned int spu1_2 : 1; | ||
803 | unsigned int spu1_3 : 1; | ||
804 | unsigned int spu1_4 : 1; | ||
805 | unsigned int spu1_5 : 1; | ||
806 | unsigned int spu1_6 : 1; | ||
807 | unsigned int spu1_7 : 1; | ||
808 | unsigned int dmc_in1 : 1; | ||
809 | unsigned int dmc_out1 : 1; | ||
810 | unsigned int fifo_in1 : 1; | ||
811 | unsigned int fifo_out1 : 1; | ||
812 | unsigned int fifo_in1_extra : 1; | ||
813 | unsigned int fifo_out1_extra : 1; | ||
814 | unsigned int trigger_grp0 : 1; | ||
815 | unsigned int trigger_grp1 : 1; | ||
816 | unsigned int trigger_grp2 : 1; | ||
817 | unsigned int trigger_grp3 : 1; | ||
818 | unsigned int trigger_grp4 : 1; | ||
819 | unsigned int trigger_grp5 : 1; | ||
820 | unsigned int trigger_grp6 : 1; | ||
821 | unsigned int trigger_grp7 : 1; | ||
822 | unsigned int timer_grp2 : 1; | ||
823 | unsigned int timer_grp3 : 1; | ||
824 | } reg_iop_sw_cpu_r_masked_intr3; | ||
825 | #define REG_RD_ADDR_iop_sw_cpu_r_masked_intr3 144 | ||
826 | |||
827 | |||
828 | /* Constants */ | ||
829 | enum { | ||
830 | regk_iop_sw_cpu_copy = 0x00000000, | ||
831 | regk_iop_sw_cpu_no = 0x00000000, | ||
832 | regk_iop_sw_cpu_rd = 0x00000002, | ||
833 | regk_iop_sw_cpu_reg_copy = 0x00000001, | ||
834 | regk_iop_sw_cpu_rw_bus0_clr_mask_default = 0x00000000, | ||
835 | regk_iop_sw_cpu_rw_bus0_oe_clr_mask_default = 0x00000000, | ||
836 | regk_iop_sw_cpu_rw_bus0_oe_set_mask_default = 0x00000000, | ||
837 | regk_iop_sw_cpu_rw_bus0_set_mask_default = 0x00000000, | ||
838 | regk_iop_sw_cpu_rw_bus1_clr_mask_default = 0x00000000, | ||
839 | regk_iop_sw_cpu_rw_bus1_oe_clr_mask_default = 0x00000000, | ||
840 | regk_iop_sw_cpu_rw_bus1_oe_set_mask_default = 0x00000000, | ||
841 | regk_iop_sw_cpu_rw_bus1_set_mask_default = 0x00000000, | ||
842 | regk_iop_sw_cpu_rw_gio_clr_mask_default = 0x00000000, | ||
843 | regk_iop_sw_cpu_rw_gio_oe_clr_mask_default = 0x00000000, | ||
844 | regk_iop_sw_cpu_rw_gio_oe_set_mask_default = 0x00000000, | ||
845 | regk_iop_sw_cpu_rw_gio_set_mask_default = 0x00000000, | ||
846 | regk_iop_sw_cpu_rw_intr0_mask_default = 0x00000000, | ||
847 | regk_iop_sw_cpu_rw_intr1_mask_default = 0x00000000, | ||
848 | regk_iop_sw_cpu_rw_intr2_mask_default = 0x00000000, | ||
849 | regk_iop_sw_cpu_rw_intr3_mask_default = 0x00000000, | ||
850 | regk_iop_sw_cpu_wr = 0x00000003, | ||
851 | regk_iop_sw_cpu_yes = 0x00000001 | ||
852 | }; | ||
853 | #endif /* __iop_sw_cpu_defs_h */ | ||
diff --git a/include/asm-cris/arch-v32/hwregs/iop/iop_sw_mpu_defs.h b/include/asm-cris/arch-v32/hwregs/iop/iop_sw_mpu_defs.h new file mode 100644 index 000000000000..da718f2a8cad --- /dev/null +++ b/include/asm-cris/arch-v32/hwregs/iop/iop_sw_mpu_defs.h | |||
@@ -0,0 +1,893 @@ | |||
1 | #ifndef __iop_sw_mpu_defs_h | ||
2 | #define __iop_sw_mpu_defs_h | ||
3 | |||
4 | /* | ||
5 | * This file is autogenerated from | ||
6 | * file: ../../inst/io_proc/rtl/guinness/iop_sw_mpu.r | ||
7 | * id: <not found> | ||
8 | * last modfied: Mon Apr 11 16:10:19 2005 | ||
9 | * | ||
10 | * by /n/asic/design/tools/rdesc/src/rdes2c --outfile iop_sw_mpu_defs.h ../../inst/io_proc/rtl/guinness/iop_sw_mpu.r | ||
11 | * id: $Id: iop_sw_mpu_defs.h,v 1.4 2005/04/24 18:31:05 starvik Exp $ | ||
12 | * Any changes here will be lost. | ||
13 | * | ||
14 | * -*- buffer-read-only: t -*- | ||
15 | */ | ||
16 | /* Main access macros */ | ||
17 | #ifndef REG_RD | ||
18 | #define REG_RD( scope, inst, reg ) \ | ||
19 | REG_READ( reg_##scope##_##reg, \ | ||
20 | (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
21 | #endif | ||
22 | |||
23 | #ifndef REG_WR | ||
24 | #define REG_WR( scope, inst, reg, val ) \ | ||
25 | REG_WRITE( reg_##scope##_##reg, \ | ||
26 | (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) | ||
27 | #endif | ||
28 | |||
29 | #ifndef REG_RD_VECT | ||
30 | #define REG_RD_VECT( scope, inst, reg, index ) \ | ||
31 | REG_READ( reg_##scope##_##reg, \ | ||
32 | (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
33 | (index) * STRIDE_##scope##_##reg ) | ||
34 | #endif | ||
35 | |||
36 | #ifndef REG_WR_VECT | ||
37 | #define REG_WR_VECT( scope, inst, reg, index, val ) \ | ||
38 | REG_WRITE( reg_##scope##_##reg, \ | ||
39 | (inst) + REG_WR_ADDR_##scope##_##reg + \ | ||
40 | (index) * STRIDE_##scope##_##reg, (val) ) | ||
41 | #endif | ||
42 | |||
43 | #ifndef REG_RD_INT | ||
44 | #define REG_RD_INT( scope, inst, reg ) \ | ||
45 | REG_READ( int, (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
46 | #endif | ||
47 | |||
48 | #ifndef REG_WR_INT | ||
49 | #define REG_WR_INT( scope, inst, reg, val ) \ | ||
50 | REG_WRITE( int, (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) | ||
51 | #endif | ||
52 | |||
53 | #ifndef REG_RD_INT_VECT | ||
54 | #define REG_RD_INT_VECT( scope, inst, reg, index ) \ | ||
55 | REG_READ( int, (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
56 | (index) * STRIDE_##scope##_##reg ) | ||
57 | #endif | ||
58 | |||
59 | #ifndef REG_WR_INT_VECT | ||
60 | #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ | ||
61 | REG_WRITE( int, (inst) + REG_WR_ADDR_##scope##_##reg + \ | ||
62 | (index) * STRIDE_##scope##_##reg, (val) ) | ||
63 | #endif | ||
64 | |||
65 | #ifndef REG_TYPE_CONV | ||
66 | #define REG_TYPE_CONV( type, orgtype, val ) \ | ||
67 | ( { union { orgtype o; type n; } r; r.o = val; r.n; } ) | ||
68 | #endif | ||
69 | |||
70 | #ifndef reg_page_size | ||
71 | #define reg_page_size 8192 | ||
72 | #endif | ||
73 | |||
74 | #ifndef REG_ADDR | ||
75 | #define REG_ADDR( scope, inst, reg ) \ | ||
76 | ( (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
77 | #endif | ||
78 | |||
79 | #ifndef REG_ADDR_VECT | ||
80 | #define REG_ADDR_VECT( scope, inst, reg, index ) \ | ||
81 | ( (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
82 | (index) * STRIDE_##scope##_##reg ) | ||
83 | #endif | ||
84 | |||
85 | /* C-code for register scope iop_sw_mpu */ | ||
86 | |||
87 | /* Register rw_sw_cfg_owner, scope iop_sw_mpu, type rw */ | ||
88 | typedef struct { | ||
89 | unsigned int cfg : 2; | ||
90 | unsigned int dummy1 : 30; | ||
91 | } reg_iop_sw_mpu_rw_sw_cfg_owner; | ||
92 | #define REG_RD_ADDR_iop_sw_mpu_rw_sw_cfg_owner 0 | ||
93 | #define REG_WR_ADDR_iop_sw_mpu_rw_sw_cfg_owner 0 | ||
94 | |||
95 | /* Register rw_mc_ctrl, scope iop_sw_mpu, type rw */ | ||
96 | typedef struct { | ||
97 | unsigned int keep_owner : 1; | ||
98 | unsigned int cmd : 2; | ||
99 | unsigned int size : 3; | ||
100 | unsigned int wr_spu0_mem : 1; | ||
101 | unsigned int wr_spu1_mem : 1; | ||
102 | unsigned int dummy1 : 24; | ||
103 | } reg_iop_sw_mpu_rw_mc_ctrl; | ||
104 | #define REG_RD_ADDR_iop_sw_mpu_rw_mc_ctrl 4 | ||
105 | #define REG_WR_ADDR_iop_sw_mpu_rw_mc_ctrl 4 | ||
106 | |||
107 | /* Register rw_mc_data, scope iop_sw_mpu, type rw */ | ||
108 | typedef struct { | ||
109 | unsigned int val : 32; | ||
110 | } reg_iop_sw_mpu_rw_mc_data; | ||
111 | #define REG_RD_ADDR_iop_sw_mpu_rw_mc_data 8 | ||
112 | #define REG_WR_ADDR_iop_sw_mpu_rw_mc_data 8 | ||
113 | |||
114 | /* Register rw_mc_addr, scope iop_sw_mpu, type rw */ | ||
115 | typedef unsigned int reg_iop_sw_mpu_rw_mc_addr; | ||
116 | #define REG_RD_ADDR_iop_sw_mpu_rw_mc_addr 12 | ||
117 | #define REG_WR_ADDR_iop_sw_mpu_rw_mc_addr 12 | ||
118 | |||
119 | /* Register rs_mc_data, scope iop_sw_mpu, type rs */ | ||
120 | typedef unsigned int reg_iop_sw_mpu_rs_mc_data; | ||
121 | #define REG_RD_ADDR_iop_sw_mpu_rs_mc_data 16 | ||
122 | |||
123 | /* Register r_mc_data, scope iop_sw_mpu, type r */ | ||
124 | typedef unsigned int reg_iop_sw_mpu_r_mc_data; | ||
125 | #define REG_RD_ADDR_iop_sw_mpu_r_mc_data 20 | ||
126 | |||
127 | /* Register r_mc_stat, scope iop_sw_mpu, type r */ | ||
128 | typedef struct { | ||
129 | unsigned int busy_cpu : 1; | ||
130 | unsigned int busy_mpu : 1; | ||
131 | unsigned int busy_spu0 : 1; | ||
132 | unsigned int busy_spu1 : 1; | ||
133 | unsigned int owned_by_cpu : 1; | ||
134 | unsigned int owned_by_mpu : 1; | ||
135 | unsigned int owned_by_spu0 : 1; | ||
136 | unsigned int owned_by_spu1 : 1; | ||
137 | unsigned int dummy1 : 24; | ||
138 | } reg_iop_sw_mpu_r_mc_stat; | ||
139 | #define REG_RD_ADDR_iop_sw_mpu_r_mc_stat 24 | ||
140 | |||
141 | /* Register rw_bus0_clr_mask, scope iop_sw_mpu, type rw */ | ||
142 | typedef struct { | ||
143 | unsigned int byte0 : 8; | ||
144 | unsigned int byte1 : 8; | ||
145 | unsigned int byte2 : 8; | ||
146 | unsigned int byte3 : 8; | ||
147 | } reg_iop_sw_mpu_rw_bus0_clr_mask; | ||
148 | #define REG_RD_ADDR_iop_sw_mpu_rw_bus0_clr_mask 28 | ||
149 | #define REG_WR_ADDR_iop_sw_mpu_rw_bus0_clr_mask 28 | ||
150 | |||
151 | /* Register rw_bus0_set_mask, scope iop_sw_mpu, type rw */ | ||
152 | typedef struct { | ||
153 | unsigned int byte0 : 8; | ||
154 | unsigned int byte1 : 8; | ||
155 | unsigned int byte2 : 8; | ||
156 | unsigned int byte3 : 8; | ||
157 | } reg_iop_sw_mpu_rw_bus0_set_mask; | ||
158 | #define REG_RD_ADDR_iop_sw_mpu_rw_bus0_set_mask 32 | ||
159 | #define REG_WR_ADDR_iop_sw_mpu_rw_bus0_set_mask 32 | ||
160 | |||
161 | /* Register rw_bus0_oe_clr_mask, scope iop_sw_mpu, type rw */ | ||
162 | typedef struct { | ||
163 | unsigned int byte0 : 1; | ||
164 | unsigned int byte1 : 1; | ||
165 | unsigned int byte2 : 1; | ||
166 | unsigned int byte3 : 1; | ||
167 | unsigned int dummy1 : 28; | ||
168 | } reg_iop_sw_mpu_rw_bus0_oe_clr_mask; | ||
169 | #define REG_RD_ADDR_iop_sw_mpu_rw_bus0_oe_clr_mask 36 | ||
170 | #define REG_WR_ADDR_iop_sw_mpu_rw_bus0_oe_clr_mask 36 | ||
171 | |||
172 | /* Register rw_bus0_oe_set_mask, scope iop_sw_mpu, type rw */ | ||
173 | typedef struct { | ||
174 | unsigned int byte0 : 1; | ||
175 | unsigned int byte1 : 1; | ||
176 | unsigned int byte2 : 1; | ||
177 | unsigned int byte3 : 1; | ||
178 | unsigned int dummy1 : 28; | ||
179 | } reg_iop_sw_mpu_rw_bus0_oe_set_mask; | ||
180 | #define REG_RD_ADDR_iop_sw_mpu_rw_bus0_oe_set_mask 40 | ||
181 | #define REG_WR_ADDR_iop_sw_mpu_rw_bus0_oe_set_mask 40 | ||
182 | |||
183 | /* Register r_bus0_in, scope iop_sw_mpu, type r */ | ||
184 | typedef unsigned int reg_iop_sw_mpu_r_bus0_in; | ||
185 | #define REG_RD_ADDR_iop_sw_mpu_r_bus0_in 44 | ||
186 | |||
187 | /* Register rw_bus1_clr_mask, scope iop_sw_mpu, type rw */ | ||
188 | typedef struct { | ||
189 | unsigned int byte0 : 8; | ||
190 | unsigned int byte1 : 8; | ||
191 | unsigned int byte2 : 8; | ||
192 | unsigned int byte3 : 8; | ||
193 | } reg_iop_sw_mpu_rw_bus1_clr_mask; | ||
194 | #define REG_RD_ADDR_iop_sw_mpu_rw_bus1_clr_mask 48 | ||
195 | #define REG_WR_ADDR_iop_sw_mpu_rw_bus1_clr_mask 48 | ||
196 | |||
197 | /* Register rw_bus1_set_mask, scope iop_sw_mpu, type rw */ | ||
198 | typedef struct { | ||
199 | unsigned int byte0 : 8; | ||
200 | unsigned int byte1 : 8; | ||
201 | unsigned int byte2 : 8; | ||
202 | unsigned int byte3 : 8; | ||
203 | } reg_iop_sw_mpu_rw_bus1_set_mask; | ||
204 | #define REG_RD_ADDR_iop_sw_mpu_rw_bus1_set_mask 52 | ||
205 | #define REG_WR_ADDR_iop_sw_mpu_rw_bus1_set_mask 52 | ||
206 | |||
207 | /* Register rw_bus1_oe_clr_mask, scope iop_sw_mpu, type rw */ | ||
208 | typedef struct { | ||
209 | unsigned int byte0 : 1; | ||
210 | unsigned int byte1 : 1; | ||
211 | unsigned int byte2 : 1; | ||
212 | unsigned int byte3 : 1; | ||
213 | unsigned int dummy1 : 28; | ||
214 | } reg_iop_sw_mpu_rw_bus1_oe_clr_mask; | ||
215 | #define REG_RD_ADDR_iop_sw_mpu_rw_bus1_oe_clr_mask 56 | ||
216 | #define REG_WR_ADDR_iop_sw_mpu_rw_bus1_oe_clr_mask 56 | ||
217 | |||
218 | /* Register rw_bus1_oe_set_mask, scope iop_sw_mpu, type rw */ | ||
219 | typedef struct { | ||
220 | unsigned int byte0 : 1; | ||
221 | unsigned int byte1 : 1; | ||
222 | unsigned int byte2 : 1; | ||
223 | unsigned int byte3 : 1; | ||
224 | unsigned int dummy1 : 28; | ||
225 | } reg_iop_sw_mpu_rw_bus1_oe_set_mask; | ||
226 | #define REG_RD_ADDR_iop_sw_mpu_rw_bus1_oe_set_mask 60 | ||
227 | #define REG_WR_ADDR_iop_sw_mpu_rw_bus1_oe_set_mask 60 | ||
228 | |||
229 | /* Register r_bus1_in, scope iop_sw_mpu, type r */ | ||
230 | typedef unsigned int reg_iop_sw_mpu_r_bus1_in; | ||
231 | #define REG_RD_ADDR_iop_sw_mpu_r_bus1_in 64 | ||
232 | |||
233 | /* Register rw_gio_clr_mask, scope iop_sw_mpu, type rw */ | ||
234 | typedef struct { | ||
235 | unsigned int val : 32; | ||
236 | } reg_iop_sw_mpu_rw_gio_clr_mask; | ||
237 | #define REG_RD_ADDR_iop_sw_mpu_rw_gio_clr_mask 68 | ||
238 | #define REG_WR_ADDR_iop_sw_mpu_rw_gio_clr_mask 68 | ||
239 | |||
240 | /* Register rw_gio_set_mask, scope iop_sw_mpu, type rw */ | ||
241 | typedef struct { | ||
242 | unsigned int val : 32; | ||
243 | } reg_iop_sw_mpu_rw_gio_set_mask; | ||
244 | #define REG_RD_ADDR_iop_sw_mpu_rw_gio_set_mask 72 | ||
245 | #define REG_WR_ADDR_iop_sw_mpu_rw_gio_set_mask 72 | ||
246 | |||
247 | /* Register rw_gio_oe_clr_mask, scope iop_sw_mpu, type rw */ | ||
248 | typedef struct { | ||
249 | unsigned int val : 32; | ||
250 | } reg_iop_sw_mpu_rw_gio_oe_clr_mask; | ||
251 | #define REG_RD_ADDR_iop_sw_mpu_rw_gio_oe_clr_mask 76 | ||
252 | #define REG_WR_ADDR_iop_sw_mpu_rw_gio_oe_clr_mask 76 | ||
253 | |||
254 | /* Register rw_gio_oe_set_mask, scope iop_sw_mpu, type rw */ | ||
255 | typedef struct { | ||
256 | unsigned int val : 32; | ||
257 | } reg_iop_sw_mpu_rw_gio_oe_set_mask; | ||
258 | #define REG_RD_ADDR_iop_sw_mpu_rw_gio_oe_set_mask 80 | ||
259 | #define REG_WR_ADDR_iop_sw_mpu_rw_gio_oe_set_mask 80 | ||
260 | |||
261 | /* Register r_gio_in, scope iop_sw_mpu, type r */ | ||
262 | typedef unsigned int reg_iop_sw_mpu_r_gio_in; | ||
263 | #define REG_RD_ADDR_iop_sw_mpu_r_gio_in 84 | ||
264 | |||
265 | /* Register rw_cpu_intr, scope iop_sw_mpu, type rw */ | ||
266 | typedef struct { | ||
267 | unsigned int intr0 : 1; | ||
268 | unsigned int intr1 : 1; | ||
269 | unsigned int intr2 : 1; | ||
270 | unsigned int intr3 : 1; | ||
271 | unsigned int intr4 : 1; | ||
272 | unsigned int intr5 : 1; | ||
273 | unsigned int intr6 : 1; | ||
274 | unsigned int intr7 : 1; | ||
275 | unsigned int intr8 : 1; | ||
276 | unsigned int intr9 : 1; | ||
277 | unsigned int intr10 : 1; | ||
278 | unsigned int intr11 : 1; | ||
279 | unsigned int intr12 : 1; | ||
280 | unsigned int intr13 : 1; | ||
281 | unsigned int intr14 : 1; | ||
282 | unsigned int intr15 : 1; | ||
283 | unsigned int intr16 : 1; | ||
284 | unsigned int intr17 : 1; | ||
285 | unsigned int intr18 : 1; | ||
286 | unsigned int intr19 : 1; | ||
287 | unsigned int intr20 : 1; | ||
288 | unsigned int intr21 : 1; | ||
289 | unsigned int intr22 : 1; | ||
290 | unsigned int intr23 : 1; | ||
291 | unsigned int intr24 : 1; | ||
292 | unsigned int intr25 : 1; | ||
293 | unsigned int intr26 : 1; | ||
294 | unsigned int intr27 : 1; | ||
295 | unsigned int intr28 : 1; | ||
296 | unsigned int intr29 : 1; | ||
297 | unsigned int intr30 : 1; | ||
298 | unsigned int intr31 : 1; | ||
299 | } reg_iop_sw_mpu_rw_cpu_intr; | ||
300 | #define REG_RD_ADDR_iop_sw_mpu_rw_cpu_intr 88 | ||
301 | #define REG_WR_ADDR_iop_sw_mpu_rw_cpu_intr 88 | ||
302 | |||
303 | /* Register r_cpu_intr, scope iop_sw_mpu, type r */ | ||
304 | typedef struct { | ||
305 | unsigned int intr0 : 1; | ||
306 | unsigned int intr1 : 1; | ||
307 | unsigned int intr2 : 1; | ||
308 | unsigned int intr3 : 1; | ||
309 | unsigned int intr4 : 1; | ||
310 | unsigned int intr5 : 1; | ||
311 | unsigned int intr6 : 1; | ||
312 | unsigned int intr7 : 1; | ||
313 | unsigned int intr8 : 1; | ||
314 | unsigned int intr9 : 1; | ||
315 | unsigned int intr10 : 1; | ||
316 | unsigned int intr11 : 1; | ||
317 | unsigned int intr12 : 1; | ||
318 | unsigned int intr13 : 1; | ||
319 | unsigned int intr14 : 1; | ||
320 | unsigned int intr15 : 1; | ||
321 | unsigned int intr16 : 1; | ||
322 | unsigned int intr17 : 1; | ||
323 | unsigned int intr18 : 1; | ||
324 | unsigned int intr19 : 1; | ||
325 | unsigned int intr20 : 1; | ||
326 | unsigned int intr21 : 1; | ||
327 | unsigned int intr22 : 1; | ||
328 | unsigned int intr23 : 1; | ||
329 | unsigned int intr24 : 1; | ||
330 | unsigned int intr25 : 1; | ||
331 | unsigned int intr26 : 1; | ||
332 | unsigned int intr27 : 1; | ||
333 | unsigned int intr28 : 1; | ||
334 | unsigned int intr29 : 1; | ||
335 | unsigned int intr30 : 1; | ||
336 | unsigned int intr31 : 1; | ||
337 | } reg_iop_sw_mpu_r_cpu_intr; | ||
338 | #define REG_RD_ADDR_iop_sw_mpu_r_cpu_intr 92 | ||
339 | |||
340 | /* Register rw_intr_grp0_mask, scope iop_sw_mpu, type rw */ | ||
341 | typedef struct { | ||
342 | unsigned int spu0_intr0 : 1; | ||
343 | unsigned int spu1_intr0 : 1; | ||
344 | unsigned int trigger_grp0 : 1; | ||
345 | unsigned int trigger_grp4 : 1; | ||
346 | unsigned int timer_grp0 : 1; | ||
347 | unsigned int fifo_out0 : 1; | ||
348 | unsigned int fifo_out0_extra : 1; | ||
349 | unsigned int dmc_out0 : 1; | ||
350 | unsigned int spu0_intr1 : 1; | ||
351 | unsigned int spu1_intr1 : 1; | ||
352 | unsigned int trigger_grp1 : 1; | ||
353 | unsigned int trigger_grp5 : 1; | ||
354 | unsigned int timer_grp1 : 1; | ||
355 | unsigned int fifo_in0 : 1; | ||
356 | unsigned int fifo_in0_extra : 1; | ||
357 | unsigned int dmc_in0 : 1; | ||
358 | unsigned int spu0_intr2 : 1; | ||
359 | unsigned int spu1_intr2 : 1; | ||
360 | unsigned int trigger_grp2 : 1; | ||
361 | unsigned int trigger_grp6 : 1; | ||
362 | unsigned int timer_grp2 : 1; | ||
363 | unsigned int fifo_out1 : 1; | ||
364 | unsigned int fifo_out1_extra : 1; | ||
365 | unsigned int dmc_out1 : 1; | ||
366 | unsigned int spu0_intr3 : 1; | ||
367 | unsigned int spu1_intr3 : 1; | ||
368 | unsigned int trigger_grp3 : 1; | ||
369 | unsigned int trigger_grp7 : 1; | ||
370 | unsigned int timer_grp3 : 1; | ||
371 | unsigned int fifo_in1 : 1; | ||
372 | unsigned int fifo_in1_extra : 1; | ||
373 | unsigned int dmc_in1 : 1; | ||
374 | } reg_iop_sw_mpu_rw_intr_grp0_mask; | ||
375 | #define REG_RD_ADDR_iop_sw_mpu_rw_intr_grp0_mask 96 | ||
376 | #define REG_WR_ADDR_iop_sw_mpu_rw_intr_grp0_mask 96 | ||
377 | |||
378 | /* Register rw_ack_intr_grp0, scope iop_sw_mpu, type rw */ | ||
379 | typedef struct { | ||
380 | unsigned int spu0_intr0 : 1; | ||
381 | unsigned int spu1_intr0 : 1; | ||
382 | unsigned int dummy1 : 6; | ||
383 | unsigned int spu0_intr1 : 1; | ||
384 | unsigned int spu1_intr1 : 1; | ||
385 | unsigned int dummy2 : 6; | ||
386 | unsigned int spu0_intr2 : 1; | ||
387 | unsigned int spu1_intr2 : 1; | ||
388 | unsigned int dummy3 : 6; | ||
389 | unsigned int spu0_intr3 : 1; | ||
390 | unsigned int spu1_intr3 : 1; | ||
391 | unsigned int dummy4 : 6; | ||
392 | } reg_iop_sw_mpu_rw_ack_intr_grp0; | ||
393 | #define REG_RD_ADDR_iop_sw_mpu_rw_ack_intr_grp0 100 | ||
394 | #define REG_WR_ADDR_iop_sw_mpu_rw_ack_intr_grp0 100 | ||
395 | |||
396 | /* Register r_intr_grp0, scope iop_sw_mpu, type r */ | ||
397 | typedef struct { | ||
398 | unsigned int spu0_intr0 : 1; | ||
399 | unsigned int spu1_intr0 : 1; | ||
400 | unsigned int trigger_grp0 : 1; | ||
401 | unsigned int trigger_grp4 : 1; | ||
402 | unsigned int timer_grp0 : 1; | ||
403 | unsigned int fifo_out0 : 1; | ||
404 | unsigned int fifo_out0_extra : 1; | ||
405 | unsigned int dmc_out0 : 1; | ||
406 | unsigned int spu0_intr1 : 1; | ||
407 | unsigned int spu1_intr1 : 1; | ||
408 | unsigned int trigger_grp1 : 1; | ||
409 | unsigned int trigger_grp5 : 1; | ||
410 | unsigned int timer_grp1 : 1; | ||
411 | unsigned int fifo_in0 : 1; | ||
412 | unsigned int fifo_in0_extra : 1; | ||
413 | unsigned int dmc_in0 : 1; | ||
414 | unsigned int spu0_intr2 : 1; | ||
415 | unsigned int spu1_intr2 : 1; | ||
416 | unsigned int trigger_grp2 : 1; | ||
417 | unsigned int trigger_grp6 : 1; | ||
418 | unsigned int timer_grp2 : 1; | ||
419 | unsigned int fifo_out1 : 1; | ||
420 | unsigned int fifo_out1_extra : 1; | ||
421 | unsigned int dmc_out1 : 1; | ||
422 | unsigned int spu0_intr3 : 1; | ||
423 | unsigned int spu1_intr3 : 1; | ||
424 | unsigned int trigger_grp3 : 1; | ||
425 | unsigned int trigger_grp7 : 1; | ||
426 | unsigned int timer_grp3 : 1; | ||
427 | unsigned int fifo_in1 : 1; | ||
428 | unsigned int fifo_in1_extra : 1; | ||
429 | unsigned int dmc_in1 : 1; | ||
430 | } reg_iop_sw_mpu_r_intr_grp0; | ||
431 | #define REG_RD_ADDR_iop_sw_mpu_r_intr_grp0 104 | ||
432 | |||
433 | /* Register r_masked_intr_grp0, scope iop_sw_mpu, type r */ | ||
434 | typedef struct { | ||
435 | unsigned int spu0_intr0 : 1; | ||
436 | unsigned int spu1_intr0 : 1; | ||
437 | unsigned int trigger_grp0 : 1; | ||
438 | unsigned int trigger_grp4 : 1; | ||
439 | unsigned int timer_grp0 : 1; | ||
440 | unsigned int fifo_out0 : 1; | ||
441 | unsigned int fifo_out0_extra : 1; | ||
442 | unsigned int dmc_out0 : 1; | ||
443 | unsigned int spu0_intr1 : 1; | ||
444 | unsigned int spu1_intr1 : 1; | ||
445 | unsigned int trigger_grp1 : 1; | ||
446 | unsigned int trigger_grp5 : 1; | ||
447 | unsigned int timer_grp1 : 1; | ||
448 | unsigned int fifo_in0 : 1; | ||
449 | unsigned int fifo_in0_extra : 1; | ||
450 | unsigned int dmc_in0 : 1; | ||
451 | unsigned int spu0_intr2 : 1; | ||
452 | unsigned int spu1_intr2 : 1; | ||
453 | unsigned int trigger_grp2 : 1; | ||
454 | unsigned int trigger_grp6 : 1; | ||
455 | unsigned int timer_grp2 : 1; | ||
456 | unsigned int fifo_out1 : 1; | ||
457 | unsigned int fifo_out1_extra : 1; | ||
458 | unsigned int dmc_out1 : 1; | ||
459 | unsigned int spu0_intr3 : 1; | ||
460 | unsigned int spu1_intr3 : 1; | ||
461 | unsigned int trigger_grp3 : 1; | ||
462 | unsigned int trigger_grp7 : 1; | ||
463 | unsigned int timer_grp3 : 1; | ||
464 | unsigned int fifo_in1 : 1; | ||
465 | unsigned int fifo_in1_extra : 1; | ||
466 | unsigned int dmc_in1 : 1; | ||
467 | } reg_iop_sw_mpu_r_masked_intr_grp0; | ||
468 | #define REG_RD_ADDR_iop_sw_mpu_r_masked_intr_grp0 108 | ||
469 | |||
470 | /* Register rw_intr_grp1_mask, scope iop_sw_mpu, type rw */ | ||
471 | typedef struct { | ||
472 | unsigned int spu0_intr4 : 1; | ||
473 | unsigned int spu1_intr4 : 1; | ||
474 | unsigned int trigger_grp0 : 1; | ||
475 | unsigned int trigger_grp5 : 1; | ||
476 | unsigned int timer_grp0 : 1; | ||
477 | unsigned int fifo_in0 : 1; | ||
478 | unsigned int fifo_in0_extra : 1; | ||
479 | unsigned int dmc_out0 : 1; | ||
480 | unsigned int spu0_intr5 : 1; | ||
481 | unsigned int spu1_intr5 : 1; | ||
482 | unsigned int trigger_grp1 : 1; | ||
483 | unsigned int trigger_grp6 : 1; | ||
484 | unsigned int timer_grp1 : 1; | ||
485 | unsigned int fifo_out1 : 1; | ||
486 | unsigned int fifo_out0_extra : 1; | ||
487 | unsigned int dmc_in0 : 1; | ||
488 | unsigned int spu0_intr6 : 1; | ||
489 | unsigned int spu1_intr6 : 1; | ||
490 | unsigned int trigger_grp2 : 1; | ||
491 | unsigned int trigger_grp7 : 1; | ||
492 | unsigned int timer_grp2 : 1; | ||
493 | unsigned int fifo_in1 : 1; | ||
494 | unsigned int fifo_in1_extra : 1; | ||
495 | unsigned int dmc_out1 : 1; | ||
496 | unsigned int spu0_intr7 : 1; | ||
497 | unsigned int spu1_intr7 : 1; | ||
498 | unsigned int trigger_grp3 : 1; | ||
499 | unsigned int trigger_grp4 : 1; | ||
500 | unsigned int timer_grp3 : 1; | ||
501 | unsigned int fifo_out0 : 1; | ||
502 | unsigned int fifo_out1_extra : 1; | ||
503 | unsigned int dmc_in1 : 1; | ||
504 | } reg_iop_sw_mpu_rw_intr_grp1_mask; | ||
505 | #define REG_RD_ADDR_iop_sw_mpu_rw_intr_grp1_mask 112 | ||
506 | #define REG_WR_ADDR_iop_sw_mpu_rw_intr_grp1_mask 112 | ||
507 | |||
508 | /* Register rw_ack_intr_grp1, scope iop_sw_mpu, type rw */ | ||
509 | typedef struct { | ||
510 | unsigned int spu0_intr4 : 1; | ||
511 | unsigned int spu1_intr4 : 1; | ||
512 | unsigned int dummy1 : 6; | ||
513 | unsigned int spu0_intr5 : 1; | ||
514 | unsigned int spu1_intr5 : 1; | ||
515 | unsigned int dummy2 : 6; | ||
516 | unsigned int spu0_intr6 : 1; | ||
517 | unsigned int spu1_intr6 : 1; | ||
518 | unsigned int dummy3 : 6; | ||
519 | unsigned int spu0_intr7 : 1; | ||
520 | unsigned int spu1_intr7 : 1; | ||
521 | unsigned int dummy4 : 6; | ||
522 | } reg_iop_sw_mpu_rw_ack_intr_grp1; | ||
523 | #define REG_RD_ADDR_iop_sw_mpu_rw_ack_intr_grp1 116 | ||
524 | #define REG_WR_ADDR_iop_sw_mpu_rw_ack_intr_grp1 116 | ||
525 | |||
526 | /* Register r_intr_grp1, scope iop_sw_mpu, type r */ | ||
527 | typedef struct { | ||
528 | unsigned int spu0_intr4 : 1; | ||
529 | unsigned int spu1_intr4 : 1; | ||
530 | unsigned int trigger_grp0 : 1; | ||
531 | unsigned int trigger_grp5 : 1; | ||
532 | unsigned int timer_grp0 : 1; | ||
533 | unsigned int fifo_in0 : 1; | ||
534 | unsigned int fifo_in0_extra : 1; | ||
535 | unsigned int dmc_out0 : 1; | ||
536 | unsigned int spu0_intr5 : 1; | ||
537 | unsigned int spu1_intr5 : 1; | ||
538 | unsigned int trigger_grp1 : 1; | ||
539 | unsigned int trigger_grp6 : 1; | ||
540 | unsigned int timer_grp1 : 1; | ||
541 | unsigned int fifo_out1 : 1; | ||
542 | unsigned int fifo_out0_extra : 1; | ||
543 | unsigned int dmc_in0 : 1; | ||
544 | unsigned int spu0_intr6 : 1; | ||
545 | unsigned int spu1_intr6 : 1; | ||
546 | unsigned int trigger_grp2 : 1; | ||
547 | unsigned int trigger_grp7 : 1; | ||
548 | unsigned int timer_grp2 : 1; | ||
549 | unsigned int fifo_in1 : 1; | ||
550 | unsigned int fifo_in1_extra : 1; | ||
551 | unsigned int dmc_out1 : 1; | ||
552 | unsigned int spu0_intr7 : 1; | ||
553 | unsigned int spu1_intr7 : 1; | ||
554 | unsigned int trigger_grp3 : 1; | ||
555 | unsigned int trigger_grp4 : 1; | ||
556 | unsigned int timer_grp3 : 1; | ||
557 | unsigned int fifo_out0 : 1; | ||
558 | unsigned int fifo_out1_extra : 1; | ||
559 | unsigned int dmc_in1 : 1; | ||
560 | } reg_iop_sw_mpu_r_intr_grp1; | ||
561 | #define REG_RD_ADDR_iop_sw_mpu_r_intr_grp1 120 | ||
562 | |||
563 | /* Register r_masked_intr_grp1, scope iop_sw_mpu, type r */ | ||
564 | typedef struct { | ||
565 | unsigned int spu0_intr4 : 1; | ||
566 | unsigned int spu1_intr4 : 1; | ||
567 | unsigned int trigger_grp0 : 1; | ||
568 | unsigned int trigger_grp5 : 1; | ||
569 | unsigned int timer_grp0 : 1; | ||
570 | unsigned int fifo_in0 : 1; | ||
571 | unsigned int fifo_in0_extra : 1; | ||
572 | unsigned int dmc_out0 : 1; | ||
573 | unsigned int spu0_intr5 : 1; | ||
574 | unsigned int spu1_intr5 : 1; | ||
575 | unsigned int trigger_grp1 : 1; | ||
576 | unsigned int trigger_grp6 : 1; | ||
577 | unsigned int timer_grp1 : 1; | ||
578 | unsigned int fifo_out1 : 1; | ||
579 | unsigned int fifo_out0_extra : 1; | ||
580 | unsigned int dmc_in0 : 1; | ||
581 | unsigned int spu0_intr6 : 1; | ||
582 | unsigned int spu1_intr6 : 1; | ||
583 | unsigned int trigger_grp2 : 1; | ||
584 | unsigned int trigger_grp7 : 1; | ||
585 | unsigned int timer_grp2 : 1; | ||
586 | unsigned int fifo_in1 : 1; | ||
587 | unsigned int fifo_in1_extra : 1; | ||
588 | unsigned int dmc_out1 : 1; | ||
589 | unsigned int spu0_intr7 : 1; | ||
590 | unsigned int spu1_intr7 : 1; | ||
591 | unsigned int trigger_grp3 : 1; | ||
592 | unsigned int trigger_grp4 : 1; | ||
593 | unsigned int timer_grp3 : 1; | ||
594 | unsigned int fifo_out0 : 1; | ||
595 | unsigned int fifo_out1_extra : 1; | ||
596 | unsigned int dmc_in1 : 1; | ||
597 | } reg_iop_sw_mpu_r_masked_intr_grp1; | ||
598 | #define REG_RD_ADDR_iop_sw_mpu_r_masked_intr_grp1 124 | ||
599 | |||
600 | /* Register rw_intr_grp2_mask, scope iop_sw_mpu, type rw */ | ||
601 | typedef struct { | ||
602 | unsigned int spu0_intr8 : 1; | ||
603 | unsigned int spu1_intr8 : 1; | ||
604 | unsigned int trigger_grp0 : 1; | ||
605 | unsigned int trigger_grp6 : 1; | ||
606 | unsigned int timer_grp0 : 1; | ||
607 | unsigned int fifo_out1 : 1; | ||
608 | unsigned int fifo_out1_extra : 1; | ||
609 | unsigned int dmc_out0 : 1; | ||
610 | unsigned int spu0_intr9 : 1; | ||
611 | unsigned int spu1_intr9 : 1; | ||
612 | unsigned int trigger_grp1 : 1; | ||
613 | unsigned int trigger_grp7 : 1; | ||
614 | unsigned int timer_grp1 : 1; | ||
615 | unsigned int fifo_in1 : 1; | ||
616 | unsigned int fifo_in1_extra : 1; | ||
617 | unsigned int dmc_in0 : 1; | ||
618 | unsigned int spu0_intr10 : 1; | ||
619 | unsigned int spu1_intr10 : 1; | ||
620 | unsigned int trigger_grp2 : 1; | ||
621 | unsigned int trigger_grp4 : 1; | ||
622 | unsigned int timer_grp2 : 1; | ||
623 | unsigned int fifo_out0 : 1; | ||
624 | unsigned int fifo_out0_extra : 1; | ||
625 | unsigned int dmc_out1 : 1; | ||
626 | unsigned int spu0_intr11 : 1; | ||
627 | unsigned int spu1_intr11 : 1; | ||
628 | unsigned int trigger_grp3 : 1; | ||
629 | unsigned int trigger_grp5 : 1; | ||
630 | unsigned int timer_grp3 : 1; | ||
631 | unsigned int fifo_in0 : 1; | ||
632 | unsigned int fifo_in0_extra : 1; | ||
633 | unsigned int dmc_in1 : 1; | ||
634 | } reg_iop_sw_mpu_rw_intr_grp2_mask; | ||
635 | #define REG_RD_ADDR_iop_sw_mpu_rw_intr_grp2_mask 128 | ||
636 | #define REG_WR_ADDR_iop_sw_mpu_rw_intr_grp2_mask 128 | ||
637 | |||
638 | /* Register rw_ack_intr_grp2, scope iop_sw_mpu, type rw */ | ||
639 | typedef struct { | ||
640 | unsigned int spu0_intr8 : 1; | ||
641 | unsigned int spu1_intr8 : 1; | ||
642 | unsigned int dummy1 : 6; | ||
643 | unsigned int spu0_intr9 : 1; | ||
644 | unsigned int spu1_intr9 : 1; | ||
645 | unsigned int dummy2 : 6; | ||
646 | unsigned int spu0_intr10 : 1; | ||
647 | unsigned int spu1_intr10 : 1; | ||
648 | unsigned int dummy3 : 6; | ||
649 | unsigned int spu0_intr11 : 1; | ||
650 | unsigned int spu1_intr11 : 1; | ||
651 | unsigned int dummy4 : 6; | ||
652 | } reg_iop_sw_mpu_rw_ack_intr_grp2; | ||
653 | #define REG_RD_ADDR_iop_sw_mpu_rw_ack_intr_grp2 132 | ||
654 | #define REG_WR_ADDR_iop_sw_mpu_rw_ack_intr_grp2 132 | ||
655 | |||
656 | /* Register r_intr_grp2, scope iop_sw_mpu, type r */ | ||
657 | typedef struct { | ||
658 | unsigned int spu0_intr8 : 1; | ||
659 | unsigned int spu1_intr8 : 1; | ||
660 | unsigned int trigger_grp0 : 1; | ||
661 | unsigned int trigger_grp6 : 1; | ||
662 | unsigned int timer_grp0 : 1; | ||
663 | unsigned int fifo_out1 : 1; | ||
664 | unsigned int fifo_out1_extra : 1; | ||
665 | unsigned int dmc_out0 : 1; | ||
666 | unsigned int spu0_intr9 : 1; | ||
667 | unsigned int spu1_intr9 : 1; | ||
668 | unsigned int trigger_grp1 : 1; | ||
669 | unsigned int trigger_grp7 : 1; | ||
670 | unsigned int timer_grp1 : 1; | ||
671 | unsigned int fifo_in1 : 1; | ||
672 | unsigned int fifo_in1_extra : 1; | ||
673 | unsigned int dmc_in0 : 1; | ||
674 | unsigned int spu0_intr10 : 1; | ||
675 | unsigned int spu1_intr10 : 1; | ||
676 | unsigned int trigger_grp2 : 1; | ||
677 | unsigned int trigger_grp4 : 1; | ||
678 | unsigned int timer_grp2 : 1; | ||
679 | unsigned int fifo_out0 : 1; | ||
680 | unsigned int fifo_out0_extra : 1; | ||
681 | unsigned int dmc_out1 : 1; | ||
682 | unsigned int spu0_intr11 : 1; | ||
683 | unsigned int spu1_intr11 : 1; | ||
684 | unsigned int trigger_grp3 : 1; | ||
685 | unsigned int trigger_grp5 : 1; | ||
686 | unsigned int timer_grp3 : 1; | ||
687 | unsigned int fifo_in0 : 1; | ||
688 | unsigned int fifo_in0_extra : 1; | ||
689 | unsigned int dmc_in1 : 1; | ||
690 | } reg_iop_sw_mpu_r_intr_grp2; | ||
691 | #define REG_RD_ADDR_iop_sw_mpu_r_intr_grp2 136 | ||
692 | |||
693 | /* Register r_masked_intr_grp2, scope iop_sw_mpu, type r */ | ||
694 | typedef struct { | ||
695 | unsigned int spu0_intr8 : 1; | ||
696 | unsigned int spu1_intr8 : 1; | ||
697 | unsigned int trigger_grp0 : 1; | ||
698 | unsigned int trigger_grp6 : 1; | ||
699 | unsigned int timer_grp0 : 1; | ||
700 | unsigned int fifo_out1 : 1; | ||
701 | unsigned int fifo_out1_extra : 1; | ||
702 | unsigned int dmc_out0 : 1; | ||
703 | unsigned int spu0_intr9 : 1; | ||
704 | unsigned int spu1_intr9 : 1; | ||
705 | unsigned int trigger_grp1 : 1; | ||
706 | unsigned int trigger_grp7 : 1; | ||
707 | unsigned int timer_grp1 : 1; | ||
708 | unsigned int fifo_in1 : 1; | ||
709 | unsigned int fifo_in1_extra : 1; | ||
710 | unsigned int dmc_in0 : 1; | ||
711 | unsigned int spu0_intr10 : 1; | ||
712 | unsigned int spu1_intr10 : 1; | ||
713 | unsigned int trigger_grp2 : 1; | ||
714 | unsigned int trigger_grp4 : 1; | ||
715 | unsigned int timer_grp2 : 1; | ||
716 | unsigned int fifo_out0 : 1; | ||
717 | unsigned int fifo_out0_extra : 1; | ||
718 | unsigned int dmc_out1 : 1; | ||
719 | unsigned int spu0_intr11 : 1; | ||
720 | unsigned int spu1_intr11 : 1; | ||
721 | unsigned int trigger_grp3 : 1; | ||
722 | unsigned int trigger_grp5 : 1; | ||
723 | unsigned int timer_grp3 : 1; | ||
724 | unsigned int fifo_in0 : 1; | ||
725 | unsigned int fifo_in0_extra : 1; | ||
726 | unsigned int dmc_in1 : 1; | ||
727 | } reg_iop_sw_mpu_r_masked_intr_grp2; | ||
728 | #define REG_RD_ADDR_iop_sw_mpu_r_masked_intr_grp2 140 | ||
729 | |||
730 | /* Register rw_intr_grp3_mask, scope iop_sw_mpu, type rw */ | ||
731 | typedef struct { | ||
732 | unsigned int spu0_intr12 : 1; | ||
733 | unsigned int spu1_intr12 : 1; | ||
734 | unsigned int trigger_grp0 : 1; | ||
735 | unsigned int trigger_grp7 : 1; | ||
736 | unsigned int timer_grp0 : 1; | ||
737 | unsigned int fifo_in1 : 1; | ||
738 | unsigned int fifo_in1_extra : 1; | ||
739 | unsigned int dmc_out0 : 1; | ||
740 | unsigned int spu0_intr13 : 1; | ||
741 | unsigned int spu1_intr13 : 1; | ||
742 | unsigned int trigger_grp1 : 1; | ||
743 | unsigned int trigger_grp4 : 1; | ||
744 | unsigned int timer_grp1 : 1; | ||
745 | unsigned int fifo_out0 : 1; | ||
746 | unsigned int fifo_out0_extra : 1; | ||
747 | unsigned int dmc_in0 : 1; | ||
748 | unsigned int spu0_intr14 : 1; | ||
749 | unsigned int spu1_intr14 : 1; | ||
750 | unsigned int trigger_grp2 : 1; | ||
751 | unsigned int trigger_grp5 : 1; | ||
752 | unsigned int timer_grp2 : 1; | ||
753 | unsigned int fifo_in0 : 1; | ||
754 | unsigned int fifo_in0_extra : 1; | ||
755 | unsigned int dmc_out1 : 1; | ||
756 | unsigned int spu0_intr15 : 1; | ||
757 | unsigned int spu1_intr15 : 1; | ||
758 | unsigned int trigger_grp3 : 1; | ||
759 | unsigned int trigger_grp6 : 1; | ||
760 | unsigned int timer_grp3 : 1; | ||
761 | unsigned int fifo_out1 : 1; | ||
762 | unsigned int fifo_out1_extra : 1; | ||
763 | unsigned int dmc_in1 : 1; | ||
764 | } reg_iop_sw_mpu_rw_intr_grp3_mask; | ||
765 | #define REG_RD_ADDR_iop_sw_mpu_rw_intr_grp3_mask 144 | ||
766 | #define REG_WR_ADDR_iop_sw_mpu_rw_intr_grp3_mask 144 | ||
767 | |||
768 | /* Register rw_ack_intr_grp3, scope iop_sw_mpu, type rw */ | ||
769 | typedef struct { | ||
770 | unsigned int spu0_intr12 : 1; | ||
771 | unsigned int spu1_intr12 : 1; | ||
772 | unsigned int dummy1 : 6; | ||
773 | unsigned int spu0_intr13 : 1; | ||
774 | unsigned int spu1_intr13 : 1; | ||
775 | unsigned int dummy2 : 6; | ||
776 | unsigned int spu0_intr14 : 1; | ||
777 | unsigned int spu1_intr14 : 1; | ||
778 | unsigned int dummy3 : 6; | ||
779 | unsigned int spu0_intr15 : 1; | ||
780 | unsigned int spu1_intr15 : 1; | ||
781 | unsigned int dummy4 : 6; | ||
782 | } reg_iop_sw_mpu_rw_ack_intr_grp3; | ||
783 | #define REG_RD_ADDR_iop_sw_mpu_rw_ack_intr_grp3 148 | ||
784 | #define REG_WR_ADDR_iop_sw_mpu_rw_ack_intr_grp3 148 | ||
785 | |||
786 | /* Register r_intr_grp3, scope iop_sw_mpu, type r */ | ||
787 | typedef struct { | ||
788 | unsigned int spu0_intr12 : 1; | ||
789 | unsigned int spu1_intr12 : 1; | ||
790 | unsigned int trigger_grp0 : 1; | ||
791 | unsigned int trigger_grp7 : 1; | ||
792 | unsigned int timer_grp0 : 1; | ||
793 | unsigned int fifo_in1 : 1; | ||
794 | unsigned int fifo_in1_extra : 1; | ||
795 | unsigned int dmc_out0 : 1; | ||
796 | unsigned int spu0_intr13 : 1; | ||
797 | unsigned int spu1_intr13 : 1; | ||
798 | unsigned int trigger_grp1 : 1; | ||
799 | unsigned int trigger_grp4 : 1; | ||
800 | unsigned int timer_grp1 : 1; | ||
801 | unsigned int fifo_out0 : 1; | ||
802 | unsigned int fifo_out0_extra : 1; | ||
803 | unsigned int dmc_in0 : 1; | ||
804 | unsigned int spu0_intr14 : 1; | ||
805 | unsigned int spu1_intr14 : 1; | ||
806 | unsigned int trigger_grp2 : 1; | ||
807 | unsigned int trigger_grp5 : 1; | ||
808 | unsigned int timer_grp2 : 1; | ||
809 | unsigned int fifo_in0 : 1; | ||
810 | unsigned int fifo_in0_extra : 1; | ||
811 | unsigned int dmc_out1 : 1; | ||
812 | unsigned int spu0_intr15 : 1; | ||
813 | unsigned int spu1_intr15 : 1; | ||
814 | unsigned int trigger_grp3 : 1; | ||
815 | unsigned int trigger_grp6 : 1; | ||
816 | unsigned int timer_grp3 : 1; | ||
817 | unsigned int fifo_out1 : 1; | ||
818 | unsigned int fifo_out1_extra : 1; | ||
819 | unsigned int dmc_in1 : 1; | ||
820 | } reg_iop_sw_mpu_r_intr_grp3; | ||
821 | #define REG_RD_ADDR_iop_sw_mpu_r_intr_grp3 152 | ||
822 | |||
823 | /* Register r_masked_intr_grp3, scope iop_sw_mpu, type r */ | ||
824 | typedef struct { | ||
825 | unsigned int spu0_intr12 : 1; | ||
826 | unsigned int spu1_intr12 : 1; | ||
827 | unsigned int trigger_grp0 : 1; | ||
828 | unsigned int trigger_grp7 : 1; | ||
829 | unsigned int timer_grp0 : 1; | ||
830 | unsigned int fifo_in1 : 1; | ||
831 | unsigned int fifo_in1_extra : 1; | ||
832 | unsigned int dmc_out0 : 1; | ||
833 | unsigned int spu0_intr13 : 1; | ||
834 | unsigned int spu1_intr13 : 1; | ||
835 | unsigned int trigger_grp1 : 1; | ||
836 | unsigned int trigger_grp4 : 1; | ||
837 | unsigned int timer_grp1 : 1; | ||
838 | unsigned int fifo_out0 : 1; | ||
839 | unsigned int fifo_out0_extra : 1; | ||
840 | unsigned int dmc_in0 : 1; | ||
841 | unsigned int spu0_intr14 : 1; | ||
842 | unsigned int spu1_intr14 : 1; | ||
843 | unsigned int trigger_grp2 : 1; | ||
844 | unsigned int trigger_grp5 : 1; | ||
845 | unsigned int timer_grp2 : 1; | ||
846 | unsigned int fifo_in0 : 1; | ||
847 | unsigned int fifo_in0_extra : 1; | ||
848 | unsigned int dmc_out1 : 1; | ||
849 | unsigned int spu0_intr15 : 1; | ||
850 | unsigned int spu1_intr15 : 1; | ||
851 | unsigned int trigger_grp3 : 1; | ||
852 | unsigned int trigger_grp6 : 1; | ||
853 | unsigned int timer_grp3 : 1; | ||
854 | unsigned int fifo_out1 : 1; | ||
855 | unsigned int fifo_out1_extra : 1; | ||
856 | unsigned int dmc_in1 : 1; | ||
857 | } reg_iop_sw_mpu_r_masked_intr_grp3; | ||
858 | #define REG_RD_ADDR_iop_sw_mpu_r_masked_intr_grp3 156 | ||
859 | |||
860 | |||
861 | /* Constants */ | ||
862 | enum { | ||
863 | regk_iop_sw_mpu_copy = 0x00000000, | ||
864 | regk_iop_sw_mpu_cpu = 0x00000000, | ||
865 | regk_iop_sw_mpu_mpu = 0x00000001, | ||
866 | regk_iop_sw_mpu_no = 0x00000000, | ||
867 | regk_iop_sw_mpu_nop = 0x00000000, | ||
868 | regk_iop_sw_mpu_rd = 0x00000002, | ||
869 | regk_iop_sw_mpu_reg_copy = 0x00000001, | ||
870 | regk_iop_sw_mpu_rw_bus0_clr_mask_default = 0x00000000, | ||
871 | regk_iop_sw_mpu_rw_bus0_oe_clr_mask_default = 0x00000000, | ||
872 | regk_iop_sw_mpu_rw_bus0_oe_set_mask_default = 0x00000000, | ||
873 | regk_iop_sw_mpu_rw_bus0_set_mask_default = 0x00000000, | ||
874 | regk_iop_sw_mpu_rw_bus1_clr_mask_default = 0x00000000, | ||
875 | regk_iop_sw_mpu_rw_bus1_oe_clr_mask_default = 0x00000000, | ||
876 | regk_iop_sw_mpu_rw_bus1_oe_set_mask_default = 0x00000000, | ||
877 | regk_iop_sw_mpu_rw_bus1_set_mask_default = 0x00000000, | ||
878 | regk_iop_sw_mpu_rw_gio_clr_mask_default = 0x00000000, | ||
879 | regk_iop_sw_mpu_rw_gio_oe_clr_mask_default = 0x00000000, | ||
880 | regk_iop_sw_mpu_rw_gio_oe_set_mask_default = 0x00000000, | ||
881 | regk_iop_sw_mpu_rw_gio_set_mask_default = 0x00000000, | ||
882 | regk_iop_sw_mpu_rw_intr_grp0_mask_default = 0x00000000, | ||
883 | regk_iop_sw_mpu_rw_intr_grp1_mask_default = 0x00000000, | ||
884 | regk_iop_sw_mpu_rw_intr_grp2_mask_default = 0x00000000, | ||
885 | regk_iop_sw_mpu_rw_intr_grp3_mask_default = 0x00000000, | ||
886 | regk_iop_sw_mpu_rw_sw_cfg_owner_default = 0x00000000, | ||
887 | regk_iop_sw_mpu_set = 0x00000001, | ||
888 | regk_iop_sw_mpu_spu0 = 0x00000002, | ||
889 | regk_iop_sw_mpu_spu1 = 0x00000003, | ||
890 | regk_iop_sw_mpu_wr = 0x00000003, | ||
891 | regk_iop_sw_mpu_yes = 0x00000001 | ||
892 | }; | ||
893 | #endif /* __iop_sw_mpu_defs_h */ | ||
diff --git a/include/asm-cris/arch-v32/hwregs/iop/iop_sw_spu_defs.h b/include/asm-cris/arch-v32/hwregs/iop/iop_sw_spu_defs.h new file mode 100644 index 000000000000..b59dde4bd0d1 --- /dev/null +++ b/include/asm-cris/arch-v32/hwregs/iop/iop_sw_spu_defs.h | |||
@@ -0,0 +1,552 @@ | |||
1 | #ifndef __iop_sw_spu_defs_h | ||
2 | #define __iop_sw_spu_defs_h | ||
3 | |||
4 | /* | ||
5 | * This file is autogenerated from | ||
6 | * file: ../../inst/io_proc/rtl/guinness/iop_sw_spu.r | ||
7 | * id: <not found> | ||
8 | * last modfied: Mon Apr 11 16:10:19 2005 | ||
9 | * | ||
10 | * by /n/asic/design/tools/rdesc/src/rdes2c --outfile iop_sw_spu_defs.h ../../inst/io_proc/rtl/guinness/iop_sw_spu.r | ||
11 | * id: $Id: iop_sw_spu_defs.h,v 1.4 2005/04/24 18:31:05 starvik Exp $ | ||
12 | * Any changes here will be lost. | ||
13 | * | ||
14 | * -*- buffer-read-only: t -*- | ||
15 | */ | ||
16 | /* Main access macros */ | ||
17 | #ifndef REG_RD | ||
18 | #define REG_RD( scope, inst, reg ) \ | ||
19 | REG_READ( reg_##scope##_##reg, \ | ||
20 | (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
21 | #endif | ||
22 | |||
23 | #ifndef REG_WR | ||
24 | #define REG_WR( scope, inst, reg, val ) \ | ||
25 | REG_WRITE( reg_##scope##_##reg, \ | ||
26 | (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) | ||
27 | #endif | ||
28 | |||
29 | #ifndef REG_RD_VECT | ||
30 | #define REG_RD_VECT( scope, inst, reg, index ) \ | ||
31 | REG_READ( reg_##scope##_##reg, \ | ||
32 | (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
33 | (index) * STRIDE_##scope##_##reg ) | ||
34 | #endif | ||
35 | |||
36 | #ifndef REG_WR_VECT | ||
37 | #define REG_WR_VECT( scope, inst, reg, index, val ) \ | ||
38 | REG_WRITE( reg_##scope##_##reg, \ | ||
39 | (inst) + REG_WR_ADDR_##scope##_##reg + \ | ||
40 | (index) * STRIDE_##scope##_##reg, (val) ) | ||
41 | #endif | ||
42 | |||
43 | #ifndef REG_RD_INT | ||
44 | #define REG_RD_INT( scope, inst, reg ) \ | ||
45 | REG_READ( int, (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
46 | #endif | ||
47 | |||
48 | #ifndef REG_WR_INT | ||
49 | #define REG_WR_INT( scope, inst, reg, val ) \ | ||
50 | REG_WRITE( int, (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) | ||
51 | #endif | ||
52 | |||
53 | #ifndef REG_RD_INT_VECT | ||
54 | #define REG_RD_INT_VECT( scope, inst, reg, index ) \ | ||
55 | REG_READ( int, (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
56 | (index) * STRIDE_##scope##_##reg ) | ||
57 | #endif | ||
58 | |||
59 | #ifndef REG_WR_INT_VECT | ||
60 | #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ | ||
61 | REG_WRITE( int, (inst) + REG_WR_ADDR_##scope##_##reg + \ | ||
62 | (index) * STRIDE_##scope##_##reg, (val) ) | ||
63 | #endif | ||
64 | |||
65 | #ifndef REG_TYPE_CONV | ||
66 | #define REG_TYPE_CONV( type, orgtype, val ) \ | ||
67 | ( { union { orgtype o; type n; } r; r.o = val; r.n; } ) | ||
68 | #endif | ||
69 | |||
70 | #ifndef reg_page_size | ||
71 | #define reg_page_size 8192 | ||
72 | #endif | ||
73 | |||
74 | #ifndef REG_ADDR | ||
75 | #define REG_ADDR( scope, inst, reg ) \ | ||
76 | ( (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
77 | #endif | ||
78 | |||
79 | #ifndef REG_ADDR_VECT | ||
80 | #define REG_ADDR_VECT( scope, inst, reg, index ) \ | ||
81 | ( (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
82 | (index) * STRIDE_##scope##_##reg ) | ||
83 | #endif | ||
84 | |||
85 | /* C-code for register scope iop_sw_spu */ | ||
86 | |||
87 | /* Register rw_mc_ctrl, scope iop_sw_spu, type rw */ | ||
88 | typedef struct { | ||
89 | unsigned int keep_owner : 1; | ||
90 | unsigned int cmd : 2; | ||
91 | unsigned int size : 3; | ||
92 | unsigned int wr_spu0_mem : 1; | ||
93 | unsigned int wr_spu1_mem : 1; | ||
94 | unsigned int dummy1 : 24; | ||
95 | } reg_iop_sw_spu_rw_mc_ctrl; | ||
96 | #define REG_RD_ADDR_iop_sw_spu_rw_mc_ctrl 0 | ||
97 | #define REG_WR_ADDR_iop_sw_spu_rw_mc_ctrl 0 | ||
98 | |||
99 | /* Register rw_mc_data, scope iop_sw_spu, type rw */ | ||
100 | typedef struct { | ||
101 | unsigned int val : 32; | ||
102 | } reg_iop_sw_spu_rw_mc_data; | ||
103 | #define REG_RD_ADDR_iop_sw_spu_rw_mc_data 4 | ||
104 | #define REG_WR_ADDR_iop_sw_spu_rw_mc_data 4 | ||
105 | |||
106 | /* Register rw_mc_addr, scope iop_sw_spu, type rw */ | ||
107 | typedef unsigned int reg_iop_sw_spu_rw_mc_addr; | ||
108 | #define REG_RD_ADDR_iop_sw_spu_rw_mc_addr 8 | ||
109 | #define REG_WR_ADDR_iop_sw_spu_rw_mc_addr 8 | ||
110 | |||
111 | /* Register rs_mc_data, scope iop_sw_spu, type rs */ | ||
112 | typedef unsigned int reg_iop_sw_spu_rs_mc_data; | ||
113 | #define REG_RD_ADDR_iop_sw_spu_rs_mc_data 12 | ||
114 | |||
115 | /* Register r_mc_data, scope iop_sw_spu, type r */ | ||
116 | typedef unsigned int reg_iop_sw_spu_r_mc_data; | ||
117 | #define REG_RD_ADDR_iop_sw_spu_r_mc_data 16 | ||
118 | |||
119 | /* Register r_mc_stat, scope iop_sw_spu, type r */ | ||
120 | typedef struct { | ||
121 | unsigned int busy_cpu : 1; | ||
122 | unsigned int busy_mpu : 1; | ||
123 | unsigned int busy_spu0 : 1; | ||
124 | unsigned int busy_spu1 : 1; | ||
125 | unsigned int owned_by_cpu : 1; | ||
126 | unsigned int owned_by_mpu : 1; | ||
127 | unsigned int owned_by_spu0 : 1; | ||
128 | unsigned int owned_by_spu1 : 1; | ||
129 | unsigned int dummy1 : 24; | ||
130 | } reg_iop_sw_spu_r_mc_stat; | ||
131 | #define REG_RD_ADDR_iop_sw_spu_r_mc_stat 20 | ||
132 | |||
133 | /* Register rw_bus0_clr_mask, scope iop_sw_spu, type rw */ | ||
134 | typedef struct { | ||
135 | unsigned int byte0 : 8; | ||
136 | unsigned int byte1 : 8; | ||
137 | unsigned int byte2 : 8; | ||
138 | unsigned int byte3 : 8; | ||
139 | } reg_iop_sw_spu_rw_bus0_clr_mask; | ||
140 | #define REG_RD_ADDR_iop_sw_spu_rw_bus0_clr_mask 24 | ||
141 | #define REG_WR_ADDR_iop_sw_spu_rw_bus0_clr_mask 24 | ||
142 | |||
143 | /* Register rw_bus0_set_mask, scope iop_sw_spu, type rw */ | ||
144 | typedef struct { | ||
145 | unsigned int byte0 : 8; | ||
146 | unsigned int byte1 : 8; | ||
147 | unsigned int byte2 : 8; | ||
148 | unsigned int byte3 : 8; | ||
149 | } reg_iop_sw_spu_rw_bus0_set_mask; | ||
150 | #define REG_RD_ADDR_iop_sw_spu_rw_bus0_set_mask 28 | ||
151 | #define REG_WR_ADDR_iop_sw_spu_rw_bus0_set_mask 28 | ||
152 | |||
153 | /* Register rw_bus0_oe_clr_mask, scope iop_sw_spu, type rw */ | ||
154 | typedef struct { | ||
155 | unsigned int byte0 : 1; | ||
156 | unsigned int byte1 : 1; | ||
157 | unsigned int byte2 : 1; | ||
158 | unsigned int byte3 : 1; | ||
159 | unsigned int dummy1 : 28; | ||
160 | } reg_iop_sw_spu_rw_bus0_oe_clr_mask; | ||
161 | #define REG_RD_ADDR_iop_sw_spu_rw_bus0_oe_clr_mask 32 | ||
162 | #define REG_WR_ADDR_iop_sw_spu_rw_bus0_oe_clr_mask 32 | ||
163 | |||
164 | /* Register rw_bus0_oe_set_mask, scope iop_sw_spu, type rw */ | ||
165 | typedef struct { | ||
166 | unsigned int byte0 : 1; | ||
167 | unsigned int byte1 : 1; | ||
168 | unsigned int byte2 : 1; | ||
169 | unsigned int byte3 : 1; | ||
170 | unsigned int dummy1 : 28; | ||
171 | } reg_iop_sw_spu_rw_bus0_oe_set_mask; | ||
172 | #define REG_RD_ADDR_iop_sw_spu_rw_bus0_oe_set_mask 36 | ||
173 | #define REG_WR_ADDR_iop_sw_spu_rw_bus0_oe_set_mask 36 | ||
174 | |||
175 | /* Register r_bus0_in, scope iop_sw_spu, type r */ | ||
176 | typedef unsigned int reg_iop_sw_spu_r_bus0_in; | ||
177 | #define REG_RD_ADDR_iop_sw_spu_r_bus0_in 40 | ||
178 | |||
179 | /* Register rw_bus1_clr_mask, scope iop_sw_spu, type rw */ | ||
180 | typedef struct { | ||
181 | unsigned int byte0 : 8; | ||
182 | unsigned int byte1 : 8; | ||
183 | unsigned int byte2 : 8; | ||
184 | unsigned int byte3 : 8; | ||
185 | } reg_iop_sw_spu_rw_bus1_clr_mask; | ||
186 | #define REG_RD_ADDR_iop_sw_spu_rw_bus1_clr_mask 44 | ||
187 | #define REG_WR_ADDR_iop_sw_spu_rw_bus1_clr_mask 44 | ||
188 | |||
189 | /* Register rw_bus1_set_mask, scope iop_sw_spu, type rw */ | ||
190 | typedef struct { | ||
191 | unsigned int byte0 : 8; | ||
192 | unsigned int byte1 : 8; | ||
193 | unsigned int byte2 : 8; | ||
194 | unsigned int byte3 : 8; | ||
195 | } reg_iop_sw_spu_rw_bus1_set_mask; | ||
196 | #define REG_RD_ADDR_iop_sw_spu_rw_bus1_set_mask 48 | ||
197 | #define REG_WR_ADDR_iop_sw_spu_rw_bus1_set_mask 48 | ||
198 | |||
199 | /* Register rw_bus1_oe_clr_mask, scope iop_sw_spu, type rw */ | ||
200 | typedef struct { | ||
201 | unsigned int byte0 : 1; | ||
202 | unsigned int byte1 : 1; | ||
203 | unsigned int byte2 : 1; | ||
204 | unsigned int byte3 : 1; | ||
205 | unsigned int dummy1 : 28; | ||
206 | } reg_iop_sw_spu_rw_bus1_oe_clr_mask; | ||
207 | #define REG_RD_ADDR_iop_sw_spu_rw_bus1_oe_clr_mask 52 | ||
208 | #define REG_WR_ADDR_iop_sw_spu_rw_bus1_oe_clr_mask 52 | ||
209 | |||
210 | /* Register rw_bus1_oe_set_mask, scope iop_sw_spu, type rw */ | ||
211 | typedef struct { | ||
212 | unsigned int byte0 : 1; | ||
213 | unsigned int byte1 : 1; | ||
214 | unsigned int byte2 : 1; | ||
215 | unsigned int byte3 : 1; | ||
216 | unsigned int dummy1 : 28; | ||
217 | } reg_iop_sw_spu_rw_bus1_oe_set_mask; | ||
218 | #define REG_RD_ADDR_iop_sw_spu_rw_bus1_oe_set_mask 56 | ||
219 | #define REG_WR_ADDR_iop_sw_spu_rw_bus1_oe_set_mask 56 | ||
220 | |||
221 | /* Register r_bus1_in, scope iop_sw_spu, type r */ | ||
222 | typedef unsigned int reg_iop_sw_spu_r_bus1_in; | ||
223 | #define REG_RD_ADDR_iop_sw_spu_r_bus1_in 60 | ||
224 | |||
225 | /* Register rw_gio_clr_mask, scope iop_sw_spu, type rw */ | ||
226 | typedef struct { | ||
227 | unsigned int val : 32; | ||
228 | } reg_iop_sw_spu_rw_gio_clr_mask; | ||
229 | #define REG_RD_ADDR_iop_sw_spu_rw_gio_clr_mask 64 | ||
230 | #define REG_WR_ADDR_iop_sw_spu_rw_gio_clr_mask 64 | ||
231 | |||
232 | /* Register rw_gio_set_mask, scope iop_sw_spu, type rw */ | ||
233 | typedef struct { | ||
234 | unsigned int val : 32; | ||
235 | } reg_iop_sw_spu_rw_gio_set_mask; | ||
236 | #define REG_RD_ADDR_iop_sw_spu_rw_gio_set_mask 68 | ||
237 | #define REG_WR_ADDR_iop_sw_spu_rw_gio_set_mask 68 | ||
238 | |||
239 | /* Register rw_gio_oe_clr_mask, scope iop_sw_spu, type rw */ | ||
240 | typedef struct { | ||
241 | unsigned int val : 32; | ||
242 | } reg_iop_sw_spu_rw_gio_oe_clr_mask; | ||
243 | #define REG_RD_ADDR_iop_sw_spu_rw_gio_oe_clr_mask 72 | ||
244 | #define REG_WR_ADDR_iop_sw_spu_rw_gio_oe_clr_mask 72 | ||
245 | |||
246 | /* Register rw_gio_oe_set_mask, scope iop_sw_spu, type rw */ | ||
247 | typedef struct { | ||
248 | unsigned int val : 32; | ||
249 | } reg_iop_sw_spu_rw_gio_oe_set_mask; | ||
250 | #define REG_RD_ADDR_iop_sw_spu_rw_gio_oe_set_mask 76 | ||
251 | #define REG_WR_ADDR_iop_sw_spu_rw_gio_oe_set_mask 76 | ||
252 | |||
253 | /* Register r_gio_in, scope iop_sw_spu, type r */ | ||
254 | typedef unsigned int reg_iop_sw_spu_r_gio_in; | ||
255 | #define REG_RD_ADDR_iop_sw_spu_r_gio_in 80 | ||
256 | |||
257 | /* Register rw_bus0_clr_mask_lo, scope iop_sw_spu, type rw */ | ||
258 | typedef struct { | ||
259 | unsigned int byte0 : 8; | ||
260 | unsigned int byte1 : 8; | ||
261 | unsigned int dummy1 : 16; | ||
262 | } reg_iop_sw_spu_rw_bus0_clr_mask_lo; | ||
263 | #define REG_RD_ADDR_iop_sw_spu_rw_bus0_clr_mask_lo 84 | ||
264 | #define REG_WR_ADDR_iop_sw_spu_rw_bus0_clr_mask_lo 84 | ||
265 | |||
266 | /* Register rw_bus0_clr_mask_hi, scope iop_sw_spu, type rw */ | ||
267 | typedef struct { | ||
268 | unsigned int byte2 : 8; | ||
269 | unsigned int byte3 : 8; | ||
270 | unsigned int dummy1 : 16; | ||
271 | } reg_iop_sw_spu_rw_bus0_clr_mask_hi; | ||
272 | #define REG_RD_ADDR_iop_sw_spu_rw_bus0_clr_mask_hi 88 | ||
273 | #define REG_WR_ADDR_iop_sw_spu_rw_bus0_clr_mask_hi 88 | ||
274 | |||
275 | /* Register rw_bus0_set_mask_lo, scope iop_sw_spu, type rw */ | ||
276 | typedef struct { | ||
277 | unsigned int byte0 : 8; | ||
278 | unsigned int byte1 : 8; | ||
279 | unsigned int dummy1 : 16; | ||
280 | } reg_iop_sw_spu_rw_bus0_set_mask_lo; | ||
281 | #define REG_RD_ADDR_iop_sw_spu_rw_bus0_set_mask_lo 92 | ||
282 | #define REG_WR_ADDR_iop_sw_spu_rw_bus0_set_mask_lo 92 | ||
283 | |||
284 | /* Register rw_bus0_set_mask_hi, scope iop_sw_spu, type rw */ | ||
285 | typedef struct { | ||
286 | unsigned int byte2 : 8; | ||
287 | unsigned int byte3 : 8; | ||
288 | unsigned int dummy1 : 16; | ||
289 | } reg_iop_sw_spu_rw_bus0_set_mask_hi; | ||
290 | #define REG_RD_ADDR_iop_sw_spu_rw_bus0_set_mask_hi 96 | ||
291 | #define REG_WR_ADDR_iop_sw_spu_rw_bus0_set_mask_hi 96 | ||
292 | |||
293 | /* Register rw_bus1_clr_mask_lo, scope iop_sw_spu, type rw */ | ||
294 | typedef struct { | ||
295 | unsigned int byte0 : 8; | ||
296 | unsigned int byte1 : 8; | ||
297 | unsigned int dummy1 : 16; | ||
298 | } reg_iop_sw_spu_rw_bus1_clr_mask_lo; | ||
299 | #define REG_RD_ADDR_iop_sw_spu_rw_bus1_clr_mask_lo 100 | ||
300 | #define REG_WR_ADDR_iop_sw_spu_rw_bus1_clr_mask_lo 100 | ||
301 | |||
302 | /* Register rw_bus1_clr_mask_hi, scope iop_sw_spu, type rw */ | ||
303 | typedef struct { | ||
304 | unsigned int byte2 : 8; | ||
305 | unsigned int byte3 : 8; | ||
306 | unsigned int dummy1 : 16; | ||
307 | } reg_iop_sw_spu_rw_bus1_clr_mask_hi; | ||
308 | #define REG_RD_ADDR_iop_sw_spu_rw_bus1_clr_mask_hi 104 | ||
309 | #define REG_WR_ADDR_iop_sw_spu_rw_bus1_clr_mask_hi 104 | ||
310 | |||
311 | /* Register rw_bus1_set_mask_lo, scope iop_sw_spu, type rw */ | ||
312 | typedef struct { | ||
313 | unsigned int byte0 : 8; | ||
314 | unsigned int byte1 : 8; | ||
315 | unsigned int dummy1 : 16; | ||
316 | } reg_iop_sw_spu_rw_bus1_set_mask_lo; | ||
317 | #define REG_RD_ADDR_iop_sw_spu_rw_bus1_set_mask_lo 108 | ||
318 | #define REG_WR_ADDR_iop_sw_spu_rw_bus1_set_mask_lo 108 | ||
319 | |||
320 | /* Register rw_bus1_set_mask_hi, scope iop_sw_spu, type rw */ | ||
321 | typedef struct { | ||
322 | unsigned int byte2 : 8; | ||
323 | unsigned int byte3 : 8; | ||
324 | unsigned int dummy1 : 16; | ||
325 | } reg_iop_sw_spu_rw_bus1_set_mask_hi; | ||
326 | #define REG_RD_ADDR_iop_sw_spu_rw_bus1_set_mask_hi 112 | ||
327 | #define REG_WR_ADDR_iop_sw_spu_rw_bus1_set_mask_hi 112 | ||
328 | |||
329 | /* Register rw_gio_clr_mask_lo, scope iop_sw_spu, type rw */ | ||
330 | typedef struct { | ||
331 | unsigned int val : 16; | ||
332 | unsigned int dummy1 : 16; | ||
333 | } reg_iop_sw_spu_rw_gio_clr_mask_lo; | ||
334 | #define REG_RD_ADDR_iop_sw_spu_rw_gio_clr_mask_lo 116 | ||
335 | #define REG_WR_ADDR_iop_sw_spu_rw_gio_clr_mask_lo 116 | ||
336 | |||
337 | /* Register rw_gio_clr_mask_hi, scope iop_sw_spu, type rw */ | ||
338 | typedef struct { | ||
339 | unsigned int val : 16; | ||
340 | unsigned int dummy1 : 16; | ||
341 | } reg_iop_sw_spu_rw_gio_clr_mask_hi; | ||
342 | #define REG_RD_ADDR_iop_sw_spu_rw_gio_clr_mask_hi 120 | ||
343 | #define REG_WR_ADDR_iop_sw_spu_rw_gio_clr_mask_hi 120 | ||
344 | |||
345 | /* Register rw_gio_set_mask_lo, scope iop_sw_spu, type rw */ | ||
346 | typedef struct { | ||
347 | unsigned int val : 16; | ||
348 | unsigned int dummy1 : 16; | ||
349 | } reg_iop_sw_spu_rw_gio_set_mask_lo; | ||
350 | #define REG_RD_ADDR_iop_sw_spu_rw_gio_set_mask_lo 124 | ||
351 | #define REG_WR_ADDR_iop_sw_spu_rw_gio_set_mask_lo 124 | ||
352 | |||
353 | /* Register rw_gio_set_mask_hi, scope iop_sw_spu, type rw */ | ||
354 | typedef struct { | ||
355 | unsigned int val : 16; | ||
356 | unsigned int dummy1 : 16; | ||
357 | } reg_iop_sw_spu_rw_gio_set_mask_hi; | ||
358 | #define REG_RD_ADDR_iop_sw_spu_rw_gio_set_mask_hi 128 | ||
359 | #define REG_WR_ADDR_iop_sw_spu_rw_gio_set_mask_hi 128 | ||
360 | |||
361 | /* Register rw_gio_oe_clr_mask_lo, scope iop_sw_spu, type rw */ | ||
362 | typedef struct { | ||
363 | unsigned int val : 16; | ||
364 | unsigned int dummy1 : 16; | ||
365 | } reg_iop_sw_spu_rw_gio_oe_clr_mask_lo; | ||
366 | #define REG_RD_ADDR_iop_sw_spu_rw_gio_oe_clr_mask_lo 132 | ||
367 | #define REG_WR_ADDR_iop_sw_spu_rw_gio_oe_clr_mask_lo 132 | ||
368 | |||
369 | /* Register rw_gio_oe_clr_mask_hi, scope iop_sw_spu, type rw */ | ||
370 | typedef struct { | ||
371 | unsigned int val : 16; | ||
372 | unsigned int dummy1 : 16; | ||
373 | } reg_iop_sw_spu_rw_gio_oe_clr_mask_hi; | ||
374 | #define REG_RD_ADDR_iop_sw_spu_rw_gio_oe_clr_mask_hi 136 | ||
375 | #define REG_WR_ADDR_iop_sw_spu_rw_gio_oe_clr_mask_hi 136 | ||
376 | |||
377 | /* Register rw_gio_oe_set_mask_lo, scope iop_sw_spu, type rw */ | ||
378 | typedef struct { | ||
379 | unsigned int val : 16; | ||
380 | unsigned int dummy1 : 16; | ||
381 | } reg_iop_sw_spu_rw_gio_oe_set_mask_lo; | ||
382 | #define REG_RD_ADDR_iop_sw_spu_rw_gio_oe_set_mask_lo 140 | ||
383 | #define REG_WR_ADDR_iop_sw_spu_rw_gio_oe_set_mask_lo 140 | ||
384 | |||
385 | /* Register rw_gio_oe_set_mask_hi, scope iop_sw_spu, type rw */ | ||
386 | typedef struct { | ||
387 | unsigned int val : 16; | ||
388 | unsigned int dummy1 : 16; | ||
389 | } reg_iop_sw_spu_rw_gio_oe_set_mask_hi; | ||
390 | #define REG_RD_ADDR_iop_sw_spu_rw_gio_oe_set_mask_hi 144 | ||
391 | #define REG_WR_ADDR_iop_sw_spu_rw_gio_oe_set_mask_hi 144 | ||
392 | |||
393 | /* Register rw_cpu_intr, scope iop_sw_spu, type rw */ | ||
394 | typedef struct { | ||
395 | unsigned int intr0 : 1; | ||
396 | unsigned int intr1 : 1; | ||
397 | unsigned int intr2 : 1; | ||
398 | unsigned int intr3 : 1; | ||
399 | unsigned int intr4 : 1; | ||
400 | unsigned int intr5 : 1; | ||
401 | unsigned int intr6 : 1; | ||
402 | unsigned int intr7 : 1; | ||
403 | unsigned int intr8 : 1; | ||
404 | unsigned int intr9 : 1; | ||
405 | unsigned int intr10 : 1; | ||
406 | unsigned int intr11 : 1; | ||
407 | unsigned int intr12 : 1; | ||
408 | unsigned int intr13 : 1; | ||
409 | unsigned int intr14 : 1; | ||
410 | unsigned int intr15 : 1; | ||
411 | unsigned int dummy1 : 16; | ||
412 | } reg_iop_sw_spu_rw_cpu_intr; | ||
413 | #define REG_RD_ADDR_iop_sw_spu_rw_cpu_intr 148 | ||
414 | #define REG_WR_ADDR_iop_sw_spu_rw_cpu_intr 148 | ||
415 | |||
416 | /* Register r_cpu_intr, scope iop_sw_spu, type r */ | ||
417 | typedef struct { | ||
418 | unsigned int intr0 : 1; | ||
419 | unsigned int intr1 : 1; | ||
420 | unsigned int intr2 : 1; | ||
421 | unsigned int intr3 : 1; | ||
422 | unsigned int intr4 : 1; | ||
423 | unsigned int intr5 : 1; | ||
424 | unsigned int intr6 : 1; | ||
425 | unsigned int intr7 : 1; | ||
426 | unsigned int intr8 : 1; | ||
427 | unsigned int intr9 : 1; | ||
428 | unsigned int intr10 : 1; | ||
429 | unsigned int intr11 : 1; | ||
430 | unsigned int intr12 : 1; | ||
431 | unsigned int intr13 : 1; | ||
432 | unsigned int intr14 : 1; | ||
433 | unsigned int intr15 : 1; | ||
434 | unsigned int dummy1 : 16; | ||
435 | } reg_iop_sw_spu_r_cpu_intr; | ||
436 | #define REG_RD_ADDR_iop_sw_spu_r_cpu_intr 152 | ||
437 | |||
438 | /* Register r_hw_intr, scope iop_sw_spu, type r */ | ||
439 | typedef struct { | ||
440 | unsigned int trigger_grp0 : 1; | ||
441 | unsigned int trigger_grp1 : 1; | ||
442 | unsigned int trigger_grp2 : 1; | ||
443 | unsigned int trigger_grp3 : 1; | ||
444 | unsigned int trigger_grp4 : 1; | ||
445 | unsigned int trigger_grp5 : 1; | ||
446 | unsigned int trigger_grp6 : 1; | ||
447 | unsigned int trigger_grp7 : 1; | ||
448 | unsigned int timer_grp0 : 1; | ||
449 | unsigned int timer_grp1 : 1; | ||
450 | unsigned int timer_grp2 : 1; | ||
451 | unsigned int timer_grp3 : 1; | ||
452 | unsigned int fifo_out0 : 1; | ||
453 | unsigned int fifo_out0_extra : 1; | ||
454 | unsigned int fifo_in0 : 1; | ||
455 | unsigned int fifo_in0_extra : 1; | ||
456 | unsigned int fifo_out1 : 1; | ||
457 | unsigned int fifo_out1_extra : 1; | ||
458 | unsigned int fifo_in1 : 1; | ||
459 | unsigned int fifo_in1_extra : 1; | ||
460 | unsigned int dmc_out0 : 1; | ||
461 | unsigned int dmc_in0 : 1; | ||
462 | unsigned int dmc_out1 : 1; | ||
463 | unsigned int dmc_in1 : 1; | ||
464 | unsigned int dummy1 : 8; | ||
465 | } reg_iop_sw_spu_r_hw_intr; | ||
466 | #define REG_RD_ADDR_iop_sw_spu_r_hw_intr 156 | ||
467 | |||
468 | /* Register rw_mpu_intr, scope iop_sw_spu, type rw */ | ||
469 | typedef struct { | ||
470 | unsigned int intr0 : 1; | ||
471 | unsigned int intr1 : 1; | ||
472 | unsigned int intr2 : 1; | ||
473 | unsigned int intr3 : 1; | ||
474 | unsigned int intr4 : 1; | ||
475 | unsigned int intr5 : 1; | ||
476 | unsigned int intr6 : 1; | ||
477 | unsigned int intr7 : 1; | ||
478 | unsigned int intr8 : 1; | ||
479 | unsigned int intr9 : 1; | ||
480 | unsigned int intr10 : 1; | ||
481 | unsigned int intr11 : 1; | ||
482 | unsigned int intr12 : 1; | ||
483 | unsigned int intr13 : 1; | ||
484 | unsigned int intr14 : 1; | ||
485 | unsigned int intr15 : 1; | ||
486 | unsigned int dummy1 : 16; | ||
487 | } reg_iop_sw_spu_rw_mpu_intr; | ||
488 | #define REG_RD_ADDR_iop_sw_spu_rw_mpu_intr 160 | ||
489 | #define REG_WR_ADDR_iop_sw_spu_rw_mpu_intr 160 | ||
490 | |||
491 | /* Register r_mpu_intr, scope iop_sw_spu, type r */ | ||
492 | typedef struct { | ||
493 | unsigned int intr0 : 1; | ||
494 | unsigned int intr1 : 1; | ||
495 | unsigned int intr2 : 1; | ||
496 | unsigned int intr3 : 1; | ||
497 | unsigned int intr4 : 1; | ||
498 | unsigned int intr5 : 1; | ||
499 | unsigned int intr6 : 1; | ||
500 | unsigned int intr7 : 1; | ||
501 | unsigned int intr8 : 1; | ||
502 | unsigned int intr9 : 1; | ||
503 | unsigned int intr10 : 1; | ||
504 | unsigned int intr11 : 1; | ||
505 | unsigned int intr12 : 1; | ||
506 | unsigned int intr13 : 1; | ||
507 | unsigned int intr14 : 1; | ||
508 | unsigned int intr15 : 1; | ||
509 | unsigned int other_spu_intr0 : 1; | ||
510 | unsigned int other_spu_intr1 : 1; | ||
511 | unsigned int other_spu_intr2 : 1; | ||
512 | unsigned int other_spu_intr3 : 1; | ||
513 | unsigned int other_spu_intr4 : 1; | ||
514 | unsigned int other_spu_intr5 : 1; | ||
515 | unsigned int other_spu_intr6 : 1; | ||
516 | unsigned int other_spu_intr7 : 1; | ||
517 | unsigned int other_spu_intr8 : 1; | ||
518 | unsigned int other_spu_intr9 : 1; | ||
519 | unsigned int other_spu_intr10 : 1; | ||
520 | unsigned int other_spu_intr11 : 1; | ||
521 | unsigned int other_spu_intr12 : 1; | ||
522 | unsigned int other_spu_intr13 : 1; | ||
523 | unsigned int other_spu_intr14 : 1; | ||
524 | unsigned int other_spu_intr15 : 1; | ||
525 | } reg_iop_sw_spu_r_mpu_intr; | ||
526 | #define REG_RD_ADDR_iop_sw_spu_r_mpu_intr 164 | ||
527 | |||
528 | |||
529 | /* Constants */ | ||
530 | enum { | ||
531 | regk_iop_sw_spu_copy = 0x00000000, | ||
532 | regk_iop_sw_spu_no = 0x00000000, | ||
533 | regk_iop_sw_spu_nop = 0x00000000, | ||
534 | regk_iop_sw_spu_rd = 0x00000002, | ||
535 | regk_iop_sw_spu_reg_copy = 0x00000001, | ||
536 | regk_iop_sw_spu_rw_bus0_clr_mask_default = 0x00000000, | ||
537 | regk_iop_sw_spu_rw_bus0_oe_clr_mask_default = 0x00000000, | ||
538 | regk_iop_sw_spu_rw_bus0_oe_set_mask_default = 0x00000000, | ||
539 | regk_iop_sw_spu_rw_bus0_set_mask_default = 0x00000000, | ||
540 | regk_iop_sw_spu_rw_bus1_clr_mask_default = 0x00000000, | ||
541 | regk_iop_sw_spu_rw_bus1_oe_clr_mask_default = 0x00000000, | ||
542 | regk_iop_sw_spu_rw_bus1_oe_set_mask_default = 0x00000000, | ||
543 | regk_iop_sw_spu_rw_bus1_set_mask_default = 0x00000000, | ||
544 | regk_iop_sw_spu_rw_gio_clr_mask_default = 0x00000000, | ||
545 | regk_iop_sw_spu_rw_gio_oe_clr_mask_default = 0x00000000, | ||
546 | regk_iop_sw_spu_rw_gio_oe_set_mask_default = 0x00000000, | ||
547 | regk_iop_sw_spu_rw_gio_set_mask_default = 0x00000000, | ||
548 | regk_iop_sw_spu_set = 0x00000001, | ||
549 | regk_iop_sw_spu_wr = 0x00000003, | ||
550 | regk_iop_sw_spu_yes = 0x00000001 | ||
551 | }; | ||
552 | #endif /* __iop_sw_spu_defs_h */ | ||
diff --git a/include/asm-cris/arch-v32/hwregs/iop/iop_timer_grp_defs.h b/include/asm-cris/arch-v32/hwregs/iop/iop_timer_grp_defs.h new file mode 100644 index 000000000000..c994114f3b51 --- /dev/null +++ b/include/asm-cris/arch-v32/hwregs/iop/iop_timer_grp_defs.h | |||
@@ -0,0 +1,249 @@ | |||
1 | #ifndef __iop_timer_grp_defs_h | ||
2 | #define __iop_timer_grp_defs_h | ||
3 | |||
4 | /* | ||
5 | * This file is autogenerated from | ||
6 | * file: ../../inst/io_proc/rtl/iop_timer_grp.r | ||
7 | * id: iop_timer_grp.r,v 1.29 2005/02/16 09:13:27 niklaspa Exp | ||
8 | * last modfied: Mon Apr 11 16:08:46 2005 | ||
9 | * | ||
10 | * by /n/asic/design/tools/rdesc/src/rdes2c --outfile iop_timer_grp_defs.h ../../inst/io_proc/rtl/iop_timer_grp.r | ||
11 | * id: $Id: iop_timer_grp_defs.h,v 1.5 2005/04/24 18:31:05 starvik Exp $ | ||
12 | * Any changes here will be lost. | ||
13 | * | ||
14 | * -*- buffer-read-only: t -*- | ||
15 | */ | ||
16 | /* Main access macros */ | ||
17 | #ifndef REG_RD | ||
18 | #define REG_RD( scope, inst, reg ) \ | ||
19 | REG_READ( reg_##scope##_##reg, \ | ||
20 | (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
21 | #endif | ||
22 | |||
23 | #ifndef REG_WR | ||
24 | #define REG_WR( scope, inst, reg, val ) \ | ||
25 | REG_WRITE( reg_##scope##_##reg, \ | ||
26 | (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) | ||
27 | #endif | ||
28 | |||
29 | #ifndef REG_RD_VECT | ||
30 | #define REG_RD_VECT( scope, inst, reg, index ) \ | ||
31 | REG_READ( reg_##scope##_##reg, \ | ||
32 | (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
33 | (index) * STRIDE_##scope##_##reg ) | ||
34 | #endif | ||
35 | |||
36 | #ifndef REG_WR_VECT | ||
37 | #define REG_WR_VECT( scope, inst, reg, index, val ) \ | ||
38 | REG_WRITE( reg_##scope##_##reg, \ | ||
39 | (inst) + REG_WR_ADDR_##scope##_##reg + \ | ||
40 | (index) * STRIDE_##scope##_##reg, (val) ) | ||
41 | #endif | ||
42 | |||
43 | #ifndef REG_RD_INT | ||
44 | #define REG_RD_INT( scope, inst, reg ) \ | ||
45 | REG_READ( int, (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
46 | #endif | ||
47 | |||
48 | #ifndef REG_WR_INT | ||
49 | #define REG_WR_INT( scope, inst, reg, val ) \ | ||
50 | REG_WRITE( int, (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) | ||
51 | #endif | ||
52 | |||
53 | #ifndef REG_RD_INT_VECT | ||
54 | #define REG_RD_INT_VECT( scope, inst, reg, index ) \ | ||
55 | REG_READ( int, (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
56 | (index) * STRIDE_##scope##_##reg ) | ||
57 | #endif | ||
58 | |||
59 | #ifndef REG_WR_INT_VECT | ||
60 | #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ | ||
61 | REG_WRITE( int, (inst) + REG_WR_ADDR_##scope##_##reg + \ | ||
62 | (index) * STRIDE_##scope##_##reg, (val) ) | ||
63 | #endif | ||
64 | |||
65 | #ifndef REG_TYPE_CONV | ||
66 | #define REG_TYPE_CONV( type, orgtype, val ) \ | ||
67 | ( { union { orgtype o; type n; } r; r.o = val; r.n; } ) | ||
68 | #endif | ||
69 | |||
70 | #ifndef reg_page_size | ||
71 | #define reg_page_size 8192 | ||
72 | #endif | ||
73 | |||
74 | #ifndef REG_ADDR | ||
75 | #define REG_ADDR( scope, inst, reg ) \ | ||
76 | ( (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
77 | #endif | ||
78 | |||
79 | #ifndef REG_ADDR_VECT | ||
80 | #define REG_ADDR_VECT( scope, inst, reg, index ) \ | ||
81 | ( (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
82 | (index) * STRIDE_##scope##_##reg ) | ||
83 | #endif | ||
84 | |||
85 | /* C-code for register scope iop_timer_grp */ | ||
86 | |||
87 | /* Register rw_cfg, scope iop_timer_grp, type rw */ | ||
88 | typedef struct { | ||
89 | unsigned int clk_src : 1; | ||
90 | unsigned int trig : 2; | ||
91 | unsigned int clk_gen_div : 8; | ||
92 | unsigned int clk_div : 8; | ||
93 | unsigned int dummy1 : 13; | ||
94 | } reg_iop_timer_grp_rw_cfg; | ||
95 | #define REG_RD_ADDR_iop_timer_grp_rw_cfg 0 | ||
96 | #define REG_WR_ADDR_iop_timer_grp_rw_cfg 0 | ||
97 | |||
98 | /* Register rw_half_period, scope iop_timer_grp, type rw */ | ||
99 | typedef struct { | ||
100 | unsigned int quota_lo : 15; | ||
101 | unsigned int quota_hi : 15; | ||
102 | unsigned int quota_hi_sel : 1; | ||
103 | unsigned int dummy1 : 1; | ||
104 | } reg_iop_timer_grp_rw_half_period; | ||
105 | #define REG_RD_ADDR_iop_timer_grp_rw_half_period 4 | ||
106 | #define REG_WR_ADDR_iop_timer_grp_rw_half_period 4 | ||
107 | |||
108 | /* Register rw_half_period_len, scope iop_timer_grp, type rw */ | ||
109 | typedef unsigned int reg_iop_timer_grp_rw_half_period_len; | ||
110 | #define REG_RD_ADDR_iop_timer_grp_rw_half_period_len 8 | ||
111 | #define REG_WR_ADDR_iop_timer_grp_rw_half_period_len 8 | ||
112 | |||
113 | #define STRIDE_iop_timer_grp_rw_tmr_cfg 4 | ||
114 | /* Register rw_tmr_cfg, scope iop_timer_grp, type rw */ | ||
115 | typedef struct { | ||
116 | unsigned int clk_src : 3; | ||
117 | unsigned int strb : 2; | ||
118 | unsigned int run_mode : 2; | ||
119 | unsigned int out_mode : 1; | ||
120 | unsigned int active_on_tmr : 2; | ||
121 | unsigned int inv : 1; | ||
122 | unsigned int en_by_tmr : 2; | ||
123 | unsigned int dis_by_tmr : 2; | ||
124 | unsigned int en_only_by_reg : 1; | ||
125 | unsigned int dis_only_by_reg : 1; | ||
126 | unsigned int rst_at_en_strb : 1; | ||
127 | unsigned int dummy1 : 14; | ||
128 | } reg_iop_timer_grp_rw_tmr_cfg; | ||
129 | #define REG_RD_ADDR_iop_timer_grp_rw_tmr_cfg 12 | ||
130 | #define REG_WR_ADDR_iop_timer_grp_rw_tmr_cfg 12 | ||
131 | |||
132 | #define STRIDE_iop_timer_grp_rw_tmr_len 4 | ||
133 | /* Register rw_tmr_len, scope iop_timer_grp, type rw */ | ||
134 | typedef struct { | ||
135 | unsigned int val : 16; | ||
136 | unsigned int dummy1 : 16; | ||
137 | } reg_iop_timer_grp_rw_tmr_len; | ||
138 | #define REG_RD_ADDR_iop_timer_grp_rw_tmr_len 44 | ||
139 | #define REG_WR_ADDR_iop_timer_grp_rw_tmr_len 44 | ||
140 | |||
141 | /* Register rw_cmd, scope iop_timer_grp, type rw */ | ||
142 | typedef struct { | ||
143 | unsigned int rst : 4; | ||
144 | unsigned int en : 4; | ||
145 | unsigned int dis : 4; | ||
146 | unsigned int strb : 4; | ||
147 | unsigned int dummy1 : 16; | ||
148 | } reg_iop_timer_grp_rw_cmd; | ||
149 | #define REG_RD_ADDR_iop_timer_grp_rw_cmd 60 | ||
150 | #define REG_WR_ADDR_iop_timer_grp_rw_cmd 60 | ||
151 | |||
152 | /* Register r_clk_gen_cnt, scope iop_timer_grp, type r */ | ||
153 | typedef unsigned int reg_iop_timer_grp_r_clk_gen_cnt; | ||
154 | #define REG_RD_ADDR_iop_timer_grp_r_clk_gen_cnt 64 | ||
155 | |||
156 | #define STRIDE_iop_timer_grp_rs_tmr_cnt 8 | ||
157 | /* Register rs_tmr_cnt, scope iop_timer_grp, type rs */ | ||
158 | typedef struct { | ||
159 | unsigned int val : 16; | ||
160 | unsigned int dummy1 : 16; | ||
161 | } reg_iop_timer_grp_rs_tmr_cnt; | ||
162 | #define REG_RD_ADDR_iop_timer_grp_rs_tmr_cnt 68 | ||
163 | |||
164 | #define STRIDE_iop_timer_grp_r_tmr_cnt 8 | ||
165 | /* Register r_tmr_cnt, scope iop_timer_grp, type r */ | ||
166 | typedef struct { | ||
167 | unsigned int val : 16; | ||
168 | unsigned int dummy1 : 16; | ||
169 | } reg_iop_timer_grp_r_tmr_cnt; | ||
170 | #define REG_RD_ADDR_iop_timer_grp_r_tmr_cnt 72 | ||
171 | |||
172 | /* Register rw_intr_mask, scope iop_timer_grp, type rw */ | ||
173 | typedef struct { | ||
174 | unsigned int tmr0 : 1; | ||
175 | unsigned int tmr1 : 1; | ||
176 | unsigned int tmr2 : 1; | ||
177 | unsigned int tmr3 : 1; | ||
178 | unsigned int dummy1 : 28; | ||
179 | } reg_iop_timer_grp_rw_intr_mask; | ||
180 | #define REG_RD_ADDR_iop_timer_grp_rw_intr_mask 100 | ||
181 | #define REG_WR_ADDR_iop_timer_grp_rw_intr_mask 100 | ||
182 | |||
183 | /* Register rw_ack_intr, scope iop_timer_grp, type rw */ | ||
184 | typedef struct { | ||
185 | unsigned int tmr0 : 1; | ||
186 | unsigned int tmr1 : 1; | ||
187 | unsigned int tmr2 : 1; | ||
188 | unsigned int tmr3 : 1; | ||
189 | unsigned int dummy1 : 28; | ||
190 | } reg_iop_timer_grp_rw_ack_intr; | ||
191 | #define REG_RD_ADDR_iop_timer_grp_rw_ack_intr 104 | ||
192 | #define REG_WR_ADDR_iop_timer_grp_rw_ack_intr 104 | ||
193 | |||
194 | /* Register r_intr, scope iop_timer_grp, type r */ | ||
195 | typedef struct { | ||
196 | unsigned int tmr0 : 1; | ||
197 | unsigned int tmr1 : 1; | ||
198 | unsigned int tmr2 : 1; | ||
199 | unsigned int tmr3 : 1; | ||
200 | unsigned int dummy1 : 28; | ||
201 | } reg_iop_timer_grp_r_intr; | ||
202 | #define REG_RD_ADDR_iop_timer_grp_r_intr 108 | ||
203 | |||
204 | /* Register r_masked_intr, scope iop_timer_grp, type r */ | ||
205 | typedef struct { | ||
206 | unsigned int tmr0 : 1; | ||
207 | unsigned int tmr1 : 1; | ||
208 | unsigned int tmr2 : 1; | ||
209 | unsigned int tmr3 : 1; | ||
210 | unsigned int dummy1 : 28; | ||
211 | } reg_iop_timer_grp_r_masked_intr; | ||
212 | #define REG_RD_ADDR_iop_timer_grp_r_masked_intr 112 | ||
213 | |||
214 | |||
215 | /* Constants */ | ||
216 | enum { | ||
217 | regk_iop_timer_grp_clk200 = 0x00000000, | ||
218 | regk_iop_timer_grp_clk_gen = 0x00000002, | ||
219 | regk_iop_timer_grp_complete = 0x00000002, | ||
220 | regk_iop_timer_grp_div_clk200 = 0x00000001, | ||
221 | regk_iop_timer_grp_div_clk_gen = 0x00000003, | ||
222 | regk_iop_timer_grp_ext = 0x00000001, | ||
223 | regk_iop_timer_grp_hi = 0x00000000, | ||
224 | regk_iop_timer_grp_long_period = 0x00000001, | ||
225 | regk_iop_timer_grp_neg = 0x00000002, | ||
226 | regk_iop_timer_grp_no = 0x00000000, | ||
227 | regk_iop_timer_grp_once = 0x00000003, | ||
228 | regk_iop_timer_grp_pause = 0x00000001, | ||
229 | regk_iop_timer_grp_pos = 0x00000001, | ||
230 | regk_iop_timer_grp_pos_neg = 0x00000003, | ||
231 | regk_iop_timer_grp_pulse = 0x00000000, | ||
232 | regk_iop_timer_grp_r_tmr_cnt_size = 0x00000004, | ||
233 | regk_iop_timer_grp_rs_tmr_cnt_size = 0x00000004, | ||
234 | regk_iop_timer_grp_rw_cfg_default = 0x00000002, | ||
235 | regk_iop_timer_grp_rw_intr_mask_default = 0x00000000, | ||
236 | regk_iop_timer_grp_rw_tmr_cfg_default0 = 0x00018000, | ||
237 | regk_iop_timer_grp_rw_tmr_cfg_default1 = 0x0001a900, | ||
238 | regk_iop_timer_grp_rw_tmr_cfg_default2 = 0x0001d200, | ||
239 | regk_iop_timer_grp_rw_tmr_cfg_default3 = 0x0001fb00, | ||
240 | regk_iop_timer_grp_rw_tmr_cfg_size = 0x00000004, | ||
241 | regk_iop_timer_grp_rw_tmr_len_default = 0x00000000, | ||
242 | regk_iop_timer_grp_rw_tmr_len_size = 0x00000004, | ||
243 | regk_iop_timer_grp_short_period = 0x00000000, | ||
244 | regk_iop_timer_grp_stop = 0x00000000, | ||
245 | regk_iop_timer_grp_tmr = 0x00000004, | ||
246 | regk_iop_timer_grp_toggle = 0x00000001, | ||
247 | regk_iop_timer_grp_yes = 0x00000001 | ||
248 | }; | ||
249 | #endif /* __iop_timer_grp_defs_h */ | ||
diff --git a/include/asm-cris/arch-v32/hwregs/iop/iop_trigger_grp_defs.h b/include/asm-cris/arch-v32/hwregs/iop/iop_trigger_grp_defs.h new file mode 100644 index 000000000000..36e44282399d --- /dev/null +++ b/include/asm-cris/arch-v32/hwregs/iop/iop_trigger_grp_defs.h | |||
@@ -0,0 +1,170 @@ | |||
1 | #ifndef __iop_trigger_grp_defs_h | ||
2 | #define __iop_trigger_grp_defs_h | ||
3 | |||
4 | /* | ||
5 | * This file is autogenerated from | ||
6 | * file: ../../inst/io_proc/rtl/iop_trigger_grp.r | ||
7 | * id: iop_trigger_grp.r,v 0.20 2005/02/16 09:13:20 niklaspa Exp | ||
8 | * last modfied: Mon Apr 11 16:08:46 2005 | ||
9 | * | ||
10 | * by /n/asic/design/tools/rdesc/src/rdes2c --outfile iop_trigger_grp_defs.h ../../inst/io_proc/rtl/iop_trigger_grp.r | ||
11 | * id: $Id: iop_trigger_grp_defs.h,v 1.5 2005/04/24 18:31:05 starvik Exp $ | ||
12 | * Any changes here will be lost. | ||
13 | * | ||
14 | * -*- buffer-read-only: t -*- | ||
15 | */ | ||
16 | /* Main access macros */ | ||
17 | #ifndef REG_RD | ||
18 | #define REG_RD( scope, inst, reg ) \ | ||
19 | REG_READ( reg_##scope##_##reg, \ | ||
20 | (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
21 | #endif | ||
22 | |||
23 | #ifndef REG_WR | ||
24 | #define REG_WR( scope, inst, reg, val ) \ | ||
25 | REG_WRITE( reg_##scope##_##reg, \ | ||
26 | (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) | ||
27 | #endif | ||
28 | |||
29 | #ifndef REG_RD_VECT | ||
30 | #define REG_RD_VECT( scope, inst, reg, index ) \ | ||
31 | REG_READ( reg_##scope##_##reg, \ | ||
32 | (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
33 | (index) * STRIDE_##scope##_##reg ) | ||
34 | #endif | ||
35 | |||
36 | #ifndef REG_WR_VECT | ||
37 | #define REG_WR_VECT( scope, inst, reg, index, val ) \ | ||
38 | REG_WRITE( reg_##scope##_##reg, \ | ||
39 | (inst) + REG_WR_ADDR_##scope##_##reg + \ | ||
40 | (index) * STRIDE_##scope##_##reg, (val) ) | ||
41 | #endif | ||
42 | |||
43 | #ifndef REG_RD_INT | ||
44 | #define REG_RD_INT( scope, inst, reg ) \ | ||
45 | REG_READ( int, (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
46 | #endif | ||
47 | |||
48 | #ifndef REG_WR_INT | ||
49 | #define REG_WR_INT( scope, inst, reg, val ) \ | ||
50 | REG_WRITE( int, (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) | ||
51 | #endif | ||
52 | |||
53 | #ifndef REG_RD_INT_VECT | ||
54 | #define REG_RD_INT_VECT( scope, inst, reg, index ) \ | ||
55 | REG_READ( int, (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
56 | (index) * STRIDE_##scope##_##reg ) | ||
57 | #endif | ||
58 | |||
59 | #ifndef REG_WR_INT_VECT | ||
60 | #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ | ||
61 | REG_WRITE( int, (inst) + REG_WR_ADDR_##scope##_##reg + \ | ||
62 | (index) * STRIDE_##scope##_##reg, (val) ) | ||
63 | #endif | ||
64 | |||
65 | #ifndef REG_TYPE_CONV | ||
66 | #define REG_TYPE_CONV( type, orgtype, val ) \ | ||
67 | ( { union { orgtype o; type n; } r; r.o = val; r.n; } ) | ||
68 | #endif | ||
69 | |||
70 | #ifndef reg_page_size | ||
71 | #define reg_page_size 8192 | ||
72 | #endif | ||
73 | |||
74 | #ifndef REG_ADDR | ||
75 | #define REG_ADDR( scope, inst, reg ) \ | ||
76 | ( (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
77 | #endif | ||
78 | |||
79 | #ifndef REG_ADDR_VECT | ||
80 | #define REG_ADDR_VECT( scope, inst, reg, index ) \ | ||
81 | ( (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
82 | (index) * STRIDE_##scope##_##reg ) | ||
83 | #endif | ||
84 | |||
85 | /* C-code for register scope iop_trigger_grp */ | ||
86 | |||
87 | #define STRIDE_iop_trigger_grp_rw_cfg 4 | ||
88 | /* Register rw_cfg, scope iop_trigger_grp, type rw */ | ||
89 | typedef struct { | ||
90 | unsigned int action : 2; | ||
91 | unsigned int once : 1; | ||
92 | unsigned int trig : 3; | ||
93 | unsigned int en_only_by_reg : 1; | ||
94 | unsigned int dis_only_by_reg : 1; | ||
95 | unsigned int dummy1 : 24; | ||
96 | } reg_iop_trigger_grp_rw_cfg; | ||
97 | #define REG_RD_ADDR_iop_trigger_grp_rw_cfg 0 | ||
98 | #define REG_WR_ADDR_iop_trigger_grp_rw_cfg 0 | ||
99 | |||
100 | /* Register rw_cmd, scope iop_trigger_grp, type rw */ | ||
101 | typedef struct { | ||
102 | unsigned int dis : 4; | ||
103 | unsigned int en : 4; | ||
104 | unsigned int dummy1 : 24; | ||
105 | } reg_iop_trigger_grp_rw_cmd; | ||
106 | #define REG_RD_ADDR_iop_trigger_grp_rw_cmd 16 | ||
107 | #define REG_WR_ADDR_iop_trigger_grp_rw_cmd 16 | ||
108 | |||
109 | /* Register rw_intr_mask, scope iop_trigger_grp, type rw */ | ||
110 | typedef struct { | ||
111 | unsigned int trig0 : 1; | ||
112 | unsigned int trig1 : 1; | ||
113 | unsigned int trig2 : 1; | ||
114 | unsigned int trig3 : 1; | ||
115 | unsigned int dummy1 : 28; | ||
116 | } reg_iop_trigger_grp_rw_intr_mask; | ||
117 | #define REG_RD_ADDR_iop_trigger_grp_rw_intr_mask 20 | ||
118 | #define REG_WR_ADDR_iop_trigger_grp_rw_intr_mask 20 | ||
119 | |||
120 | /* Register rw_ack_intr, scope iop_trigger_grp, type rw */ | ||
121 | typedef struct { | ||
122 | unsigned int trig0 : 1; | ||
123 | unsigned int trig1 : 1; | ||
124 | unsigned int trig2 : 1; | ||
125 | unsigned int trig3 : 1; | ||
126 | unsigned int dummy1 : 28; | ||
127 | } reg_iop_trigger_grp_rw_ack_intr; | ||
128 | #define REG_RD_ADDR_iop_trigger_grp_rw_ack_intr 24 | ||
129 | #define REG_WR_ADDR_iop_trigger_grp_rw_ack_intr 24 | ||
130 | |||
131 | /* Register r_intr, scope iop_trigger_grp, type r */ | ||
132 | typedef struct { | ||
133 | unsigned int trig0 : 1; | ||
134 | unsigned int trig1 : 1; | ||
135 | unsigned int trig2 : 1; | ||
136 | unsigned int trig3 : 1; | ||
137 | unsigned int dummy1 : 28; | ||
138 | } reg_iop_trigger_grp_r_intr; | ||
139 | #define REG_RD_ADDR_iop_trigger_grp_r_intr 28 | ||
140 | |||
141 | /* Register r_masked_intr, scope iop_trigger_grp, type r */ | ||
142 | typedef struct { | ||
143 | unsigned int trig0 : 1; | ||
144 | unsigned int trig1 : 1; | ||
145 | unsigned int trig2 : 1; | ||
146 | unsigned int trig3 : 1; | ||
147 | unsigned int dummy1 : 28; | ||
148 | } reg_iop_trigger_grp_r_masked_intr; | ||
149 | #define REG_RD_ADDR_iop_trigger_grp_r_masked_intr 32 | ||
150 | |||
151 | |||
152 | /* Constants */ | ||
153 | enum { | ||
154 | regk_iop_trigger_grp_fall = 0x00000002, | ||
155 | regk_iop_trigger_grp_fall_lo = 0x00000006, | ||
156 | regk_iop_trigger_grp_no = 0x00000000, | ||
157 | regk_iop_trigger_grp_off = 0x00000000, | ||
158 | regk_iop_trigger_grp_pulse = 0x00000000, | ||
159 | regk_iop_trigger_grp_rise = 0x00000001, | ||
160 | regk_iop_trigger_grp_rise_fall = 0x00000003, | ||
161 | regk_iop_trigger_grp_rise_fall_hi = 0x00000007, | ||
162 | regk_iop_trigger_grp_rise_fall_lo = 0x00000004, | ||
163 | regk_iop_trigger_grp_rise_hi = 0x00000005, | ||
164 | regk_iop_trigger_grp_rw_cfg_default = 0x000000c0, | ||
165 | regk_iop_trigger_grp_rw_cfg_size = 0x00000004, | ||
166 | regk_iop_trigger_grp_rw_intr_mask_default = 0x00000000, | ||
167 | regk_iop_trigger_grp_toggle = 0x00000003, | ||
168 | regk_iop_trigger_grp_yes = 0x00000001 | ||
169 | }; | ||
170 | #endif /* __iop_trigger_grp_defs_h */ | ||
diff --git a/include/asm-cris/arch-v32/hwregs/iop/iop_version_defs.h b/include/asm-cris/arch-v32/hwregs/iop/iop_version_defs.h new file mode 100644 index 000000000000..b8d6a910c71c --- /dev/null +++ b/include/asm-cris/arch-v32/hwregs/iop/iop_version_defs.h | |||
@@ -0,0 +1,99 @@ | |||
1 | #ifndef __iop_version_defs_h | ||
2 | #define __iop_version_defs_h | ||
3 | |||
4 | /* | ||
5 | * This file is autogenerated from | ||
6 | * file: ../../inst/io_proc/rtl/guinness/iop_version.r | ||
7 | * id: iop_version.r,v 1.3 2004/04/22 12:37:54 jonaso Exp | ||
8 | * last modfied: Mon Apr 11 16:08:44 2005 | ||
9 | * | ||
10 | * by /n/asic/design/tools/rdesc/src/rdes2c --outfile iop_version_defs.h ../../inst/io_proc/rtl/guinness/iop_version.r | ||
11 | * id: $Id: iop_version_defs.h,v 1.4 2005/04/24 18:31:05 starvik Exp $ | ||
12 | * Any changes here will be lost. | ||
13 | * | ||
14 | * -*- buffer-read-only: t -*- | ||
15 | */ | ||
16 | /* Main access macros */ | ||
17 | #ifndef REG_RD | ||
18 | #define REG_RD( scope, inst, reg ) \ | ||
19 | REG_READ( reg_##scope##_##reg, \ | ||
20 | (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
21 | #endif | ||
22 | |||
23 | #ifndef REG_WR | ||
24 | #define REG_WR( scope, inst, reg, val ) \ | ||
25 | REG_WRITE( reg_##scope##_##reg, \ | ||
26 | (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) | ||
27 | #endif | ||
28 | |||
29 | #ifndef REG_RD_VECT | ||
30 | #define REG_RD_VECT( scope, inst, reg, index ) \ | ||
31 | REG_READ( reg_##scope##_##reg, \ | ||
32 | (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
33 | (index) * STRIDE_##scope##_##reg ) | ||
34 | #endif | ||
35 | |||
36 | #ifndef REG_WR_VECT | ||
37 | #define REG_WR_VECT( scope, inst, reg, index, val ) \ | ||
38 | REG_WRITE( reg_##scope##_##reg, \ | ||
39 | (inst) + REG_WR_ADDR_##scope##_##reg + \ | ||
40 | (index) * STRIDE_##scope##_##reg, (val) ) | ||
41 | #endif | ||
42 | |||
43 | #ifndef REG_RD_INT | ||
44 | #define REG_RD_INT( scope, inst, reg ) \ | ||
45 | REG_READ( int, (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
46 | #endif | ||
47 | |||
48 | #ifndef REG_WR_INT | ||
49 | #define REG_WR_INT( scope, inst, reg, val ) \ | ||
50 | REG_WRITE( int, (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) | ||
51 | #endif | ||
52 | |||
53 | #ifndef REG_RD_INT_VECT | ||
54 | #define REG_RD_INT_VECT( scope, inst, reg, index ) \ | ||
55 | REG_READ( int, (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
56 | (index) * STRIDE_##scope##_##reg ) | ||
57 | #endif | ||
58 | |||
59 | #ifndef REG_WR_INT_VECT | ||
60 | #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ | ||
61 | REG_WRITE( int, (inst) + REG_WR_ADDR_##scope##_##reg + \ | ||
62 | (index) * STRIDE_##scope##_##reg, (val) ) | ||
63 | #endif | ||
64 | |||
65 | #ifndef REG_TYPE_CONV | ||
66 | #define REG_TYPE_CONV( type, orgtype, val ) \ | ||
67 | ( { union { orgtype o; type n; } r; r.o = val; r.n; } ) | ||
68 | #endif | ||
69 | |||
70 | #ifndef reg_page_size | ||
71 | #define reg_page_size 8192 | ||
72 | #endif | ||
73 | |||
74 | #ifndef REG_ADDR | ||
75 | #define REG_ADDR( scope, inst, reg ) \ | ||
76 | ( (inst) + REG_RD_ADDR_##scope##_##reg ) | ||
77 | #endif | ||
78 | |||
79 | #ifndef REG_ADDR_VECT | ||
80 | #define REG_ADDR_VECT( scope, inst, reg, index ) \ | ||
81 | ( (inst) + REG_RD_ADDR_##scope##_##reg + \ | ||
82 | (index) * STRIDE_##scope##_##reg ) | ||
83 | #endif | ||
84 | |||
85 | /* C-code for register scope iop_version */ | ||
86 | |||
87 | /* Register r_version, scope iop_version, type r */ | ||
88 | typedef struct { | ||
89 | unsigned int nr : 8; | ||
90 | unsigned int dummy1 : 24; | ||
91 | } reg_iop_version_r_version; | ||
92 | #define REG_RD_ADDR_iop_version_r_version 0 | ||
93 | |||
94 | |||
95 | /* Constants */ | ||
96 | enum { | ||
97 | regk_iop_version_v1_0 = 0x00000001 | ||
98 | }; | ||
99 | #endif /* __iop_version_defs_h */ | ||