Go to the documentation of this file.
10 #define D40_DREG_PCBASE 0x400
11 #define D40_DREG_PCDELTA (8 * 4)
12 #define D40_LLI_ALIGN 16
14 #define D40_LCPA_CHAN_SIZE 32
15 #define D40_LCPA_CHAN_DST_DELTA 16
17 #define D40_TYPE_TO_GROUP(type) (type / 16)
18 #define D40_TYPE_TO_EVENT(type) (type % 16)
19 #define D40_GROUP_SIZE 8
20 #define D40_PHYS_TO_GROUP(phys) ((phys & (D40_GROUP_SIZE - 1)) / 2)
23 #define D40_SREG_CFG_MST_POS 15
24 #define D40_SREG_CFG_TIM_POS 14
25 #define D40_SREG_CFG_EIM_POS 13
26 #define D40_SREG_CFG_LOG_INCR_POS 12
27 #define D40_SREG_CFG_PHY_PEN_POS 12
28 #define D40_SREG_CFG_PSIZE_POS 10
29 #define D40_SREG_CFG_ESIZE_POS 8
30 #define D40_SREG_CFG_PRI_POS 7
31 #define D40_SREG_CFG_LBE_POS 6
32 #define D40_SREG_CFG_LOG_GIM_POS 5
33 #define D40_SREG_CFG_LOG_MFU_POS 4
34 #define D40_SREG_CFG_PHY_TM_POS 4
35 #define D40_SREG_CFG_PHY_EVTL_POS 0
39 #define D40_SREG_ELEM_PHY_ECNT_POS 16
40 #define D40_SREG_ELEM_PHY_EIDX_POS 0
42 #define D40_SREG_ELEM_PHY_ECNT_MASK (0xFFFF << D40_SREG_ELEM_PHY_ECNT_POS)
45 #define D40_SREG_LNK_PHY_TCP_POS 0
46 #define D40_SREG_LNK_PHY_LMP_POS 1
47 #define D40_SREG_LNK_PHY_PRE_POS 2
52 #define D40_SREG_LNK_PHYS_LNK_MASK 0xFFFFFFF8UL
57 #define D40_SREG_ELEM_LOG_ECNT_POS 16
58 #define D40_SREG_ELEM_LOG_LIDX_POS 8
59 #define D40_SREG_ELEM_LOG_LOS_POS 1
60 #define D40_SREG_ELEM_LOG_TCP_POS 0
62 #define D40_SREG_ELEM_LOG_LIDX_MASK (0xFF << D40_SREG_ELEM_LOG_LIDX_POS)
65 #define D40_EVENTLINE_POS(i) (2 * i)
66 #define D40_EVENTLINE_MASK(i) (0x3 << D40_EVENTLINE_POS(i))
71 #define D40_MEM_LCSP0_ECNT_POS 16
72 #define D40_MEM_LCSP0_SPTR_POS 0
74 #define D40_MEM_LCSP0_ECNT_MASK (0xFFFF << D40_MEM_LCSP0_ECNT_POS)
75 #define D40_MEM_LCSP0_SPTR_MASK (0xFFFF << D40_MEM_LCSP0_SPTR_POS)
78 #define D40_MEM_LCSP1_SPTR_POS 16
79 #define D40_MEM_LCSP1_SCFG_MST_POS 15
80 #define D40_MEM_LCSP1_SCFG_TIM_POS 14
81 #define D40_MEM_LCSP1_SCFG_EIM_POS 13
82 #define D40_MEM_LCSP1_SCFG_INCR_POS 12
83 #define D40_MEM_LCSP1_SCFG_PSIZE_POS 10
84 #define D40_MEM_LCSP1_SCFG_ESIZE_POS 8
85 #define D40_MEM_LCSP1_SLOS_POS 1
86 #define D40_MEM_LCSP1_STCP_POS 0
88 #define D40_MEM_LCSP1_SPTR_MASK (0xFFFF << D40_MEM_LCSP1_SPTR_POS)
89 #define D40_MEM_LCSP1_SCFG_TIM_MASK (0x1 << D40_MEM_LCSP1_SCFG_TIM_POS)
90 #define D40_MEM_LCSP1_SCFG_INCR_MASK (0x1 << D40_MEM_LCSP1_SCFG_INCR_POS)
91 #define D40_MEM_LCSP1_SCFG_PSIZE_MASK (0x3 << D40_MEM_LCSP1_SCFG_PSIZE_POS)
92 #define D40_MEM_LCSP1_SLOS_MASK (0x7F << D40_MEM_LCSP1_SLOS_POS)
93 #define D40_MEM_LCSP1_STCP_MASK (0x1 << D40_MEM_LCSP1_STCP_POS)
96 #define D40_MEM_LCSP2_ECNT_POS 16
98 #define D40_MEM_LCSP2_ECNT_MASK (0xFFFF << D40_MEM_LCSP2_ECNT_POS)
101 #define D40_MEM_LCSP3_DCFG_MST_POS 15
102 #define D40_MEM_LCSP3_DCFG_TIM_POS 14
103 #define D40_MEM_LCSP3_DCFG_EIM_POS 13
104 #define D40_MEM_LCSP3_DCFG_INCR_POS 12
105 #define D40_MEM_LCSP3_DCFG_PSIZE_POS 10
106 #define D40_MEM_LCSP3_DCFG_ESIZE_POS 8
107 #define D40_MEM_LCSP3_DLOS_POS 1
108 #define D40_MEM_LCSP3_DTCP_POS 0
110 #define D40_MEM_LCSP3_DLOS_MASK (0x7F << D40_MEM_LCSP3_DLOS_POS)
111 #define D40_MEM_LCSP3_DTCP_MASK (0x1 << D40_MEM_LCSP3_DTCP_POS)
115 #define D40_CHAN_REG_SSCFG 0x00
116 #define D40_CHAN_REG_SSELT 0x04
117 #define D40_CHAN_REG_SSPTR 0x08
118 #define D40_CHAN_REG_SSLNK 0x0C
119 #define D40_CHAN_REG_SDCFG 0x10
120 #define D40_CHAN_REG_SDELT 0x14
121 #define D40_CHAN_REG_SDPTR 0x18
122 #define D40_CHAN_REG_SDLNK 0x1C
125 #define D40_DREG_GCC 0x000
126 #define D40_DREG_GCC_ENA 0x1
128 #define D40_DREG_GCC_ENABLE_ALL 0xff01
129 #define D40_DREG_GCC_EVTGRP_POS 8
130 #define D40_DREG_GCC_SRC 0
131 #define D40_DREG_GCC_DST 1
132 #define D40_DREG_GCC_EVTGRP_ENA(x, y) \
133 (1 << (D40_DREG_GCC_EVTGRP_POS + 2 * x + y))
135 #define D40_DREG_PRTYP 0x004
136 #define D40_DREG_PRSME 0x008
137 #define D40_DREG_PRSMO 0x00C
138 #define D40_DREG_PRMSE 0x010
139 #define D40_DREG_PRMSO 0x014
140 #define D40_DREG_PRMOE 0x018
141 #define D40_DREG_PRMOO 0x01C
142 #define D40_DREG_PRMO_PCHAN_BASIC 0x1
143 #define D40_DREG_PRMO_PCHAN_MODULO 0x2
144 #define D40_DREG_PRMO_PCHAN_DOUBLE_DST 0x3
145 #define D40_DREG_PRMO_LCHAN_SRC_PHY_DST_LOG 0x1
146 #define D40_DREG_PRMO_LCHAN_SRC_LOG_DST_PHY 0x2
147 #define D40_DREG_PRMO_LCHAN_SRC_LOG_DST_LOG 0x3
149 #define D40_DREG_LCPA 0x020
150 #define D40_DREG_LCLA 0x024
151 #define D40_DREG_ACTIVE 0x050
152 #define D40_DREG_ACTIVO 0x054
153 #define D40_DREG_FSEB1 0x058
154 #define D40_DREG_FSEB2 0x05C
155 #define D40_DREG_PCMIS 0x060
156 #define D40_DREG_PCICR 0x064
157 #define D40_DREG_PCTIS 0x068
158 #define D40_DREG_PCEIS 0x06C
159 #define D40_DREG_LCMIS0 0x080
160 #define D40_DREG_LCMIS1 0x084
161 #define D40_DREG_LCMIS2 0x088
162 #define D40_DREG_LCMIS3 0x08C
163 #define D40_DREG_LCICR0 0x090
164 #define D40_DREG_LCICR1 0x094
165 #define D40_DREG_LCICR2 0x098
166 #define D40_DREG_LCICR3 0x09C
167 #define D40_DREG_LCTIS0 0x0A0
168 #define D40_DREG_LCTIS1 0x0A4
169 #define D40_DREG_LCTIS2 0x0A8
170 #define D40_DREG_LCTIS3 0x0AC
171 #define D40_DREG_LCEIS0 0x0B0
172 #define D40_DREG_LCEIS1 0x0B4
173 #define D40_DREG_LCEIS2 0x0B8
174 #define D40_DREG_LCEIS3 0x0BC
175 #define D40_DREG_PSEG1 0x110
176 #define D40_DREG_PSEG2 0x114
177 #define D40_DREG_PSEG3 0x118
178 #define D40_DREG_PSEG4 0x11C
179 #define D40_DREG_PCEG1 0x120
180 #define D40_DREG_PCEG2 0x124
181 #define D40_DREG_PCEG3 0x128
182 #define D40_DREG_PCEG4 0x12C
183 #define D40_DREG_RSEG1 0x130
184 #define D40_DREG_RSEG2 0x134
185 #define D40_DREG_RSEG3 0x138
186 #define D40_DREG_RSEG4 0x13C
187 #define D40_DREG_RCEG1 0x140
188 #define D40_DREG_RCEG2 0x144
189 #define D40_DREG_RCEG3 0x148
190 #define D40_DREG_RCEG4 0x14C
191 #define D40_DREG_STFU 0xFC8
192 #define D40_DREG_ICFG 0xFCC
193 #define D40_DREG_PERIPHID0 0xFE0
194 #define D40_DREG_PERIPHID1 0xFE4
195 #define D40_DREG_PERIPHID2 0xFE8
196 #define D40_DREG_PERIPHID3 0xFEC
197 #define D40_DREG_CELLID0 0xFF0
198 #define D40_DREG_CELLID1 0xFF4
199 #define D40_DREG_CELLID2 0xFF8
200 #define D40_DREG_CELLID3 0xFFC
326 unsigned long flags);
335 u32 data_width1,
u32 data_width2);