Lines Matching +full:tx +full:- +full:enable

4  * Copyright 2010-2011 Freescale Semiconductor, Inc.
6 * SPDX-License-Identifier: GPL-2.0+
20 u32 fmbm_ier; /* interrupt enable register */
25 u32 fmbm_gde; /* global debug enable */
37 u32 fmqm_eien; /* error interrupt enable register */
40 u32 fmqm_ien; /* interrupt enable register */
120 /* FMBM_RCFG - Rx configuration */
125 /* FMBM_RST - Rx status */
128 /* FMBM_RFCA - Rx frame command attributes */
133 /* FMBM_RSTC - Rx statistics */
134 #define FMBM_RSTC_EN 0x80000000 /* statistics counters enable */
137 u32 fmbm_tcfg; /* Tx configuration */
138 u32 fmbm_tst; /* Tx status */
139 u32 fmbm_tda; /* Tx DMA attributes */
140 u32 fmbm_tfp; /* Tx FIFO parameters */
141 u32 fmbm_tfed; /* Tx frame end data */
142 u32 fmbm_ticp; /* Tx internal context parameters */
143 u32 fmbm_tfne; /* Tx frame next engine */
144 u32 fmbm_tfca; /* Tx frame command attributes */
145 u32 fmbm_tcfqid;/* Tx confirmation frame queue ID */
146 u32 fmbm_tfeqid;/* Tx error frame queue ID */
147 u32 fmbm_tfene; /* Tx frame enqueue next engine */
148 u32 fmbm_trlmts;/* Tx rate limiter scale */
149 u32 fmbm_trlmt; /* Tx rate limiter */
151 u32 fmbm_tstc; /* Tx statistics counters */
152 u32 fmbm_tfrc; /* Tx frame counter */
153 u32 fmbm_tfdc; /* Tx frames discard counter */
154 u32 fmbm_tfledc;/* Tx frame length error discard counter */
155 u32 fmbm_tfufdc;/* Tx frame unsupported format discard counter */
156 u32 fmbm_tbdc; /* Tx buffers deallocate counter */
158 u32 fmbm_tpc; /* Tx performance counters */
159 u32 fmbm_tpcp; /* Tx performance count parameters */
160 u32 fmbm_tccn; /* Tx cycle counter */
161 u32 fmbm_ttuc; /* Tx tasks utilization counter */
162 u32 fmbm_ttcquc;/* Tx transmit confirm queue utilization counter */
163 u32 fmbm_tduc; /* Tx DMA utilization counter */
164 u32 fmbm_tfuc; /* Tx FIFO utilization counter */
166 u32 fmbm_tdcfg; /* Tx debug configuration */
169 /* FMBM_TCFG - Tx configuration */
171 #define FMBM_TCFG_IM 0x01000000 /* independent mode enable */
173 /* FMBM_TST - Tx status */
174 #define FMBM_TST_BSY 0x80000000 /* Tx port is busy */
176 /* FMBM_TFCA - Tx frame command attributes */
181 /* FMBM_TSTC - Tx statistics counters */
184 /* FMBM_INIT - BMI initialization register */
187 /* FMBM_CFG1 - BMI configuration 1 */
192 /* FMBM_IEVR - interrupt event */
198 /* FMBM_IER - interrupt enable */
199 #define FMBM_IER_PECE 0x80000000 /* PEC interrupt enable */
200 #define FMBM_IER_LECE 0x40000000 /* LEC interrupt enable */
201 #define FMBM_IER_SECE 0x20000000 /* SEC interrupt enable */
205 /* FMBM_PP - BMI Port Parameters */
207 #define FMBM_PP_MXT(x) (((x-1) << 24) & FMBM_PP_MXT_MASK)
209 #define FMBM_PP_MXD(x) (((x-1) << 8) & FMBM_PP_MXD_MASK)
211 /* FMBM_PFS - BMI Port FIFO Size */
215 /* FMQM_GC - global configuration */
216 #define FMQM_GC_ENQ_EN 0x80000000 /* enqueue enable */
217 #define FMQM_GC_DEQ_EN 0x40000000 /* dequeue enable */
218 #define FMQM_GC_STEN 0x10000000 /* enable global stat counters */
224 /* FMQM_EIE - error interrupt event register */
225 #define FMQM_EIE_DEE 0x80000000 /* double-bit ECC error */
229 /* FMQM_EIEN - error interrupt enable register */
230 #define FMQM_EIEN_DEEN 0x80000000 /* double-bit ECC error */
234 /* FMQM_IE - interrupt event register */
235 #define FMQM_IE_SEE 0x80000000 /* single-bit ECC error detected */
238 /* FMQM_IEN - interrupt enable register */
239 #define FMQM_IEN_SEE 0x80000000 /* single-bit ECC err IRQ enable */
242 /* NIA - next invoked action */
248 #define NIA_RISC_AC_IM_TX 0x00000008 /* independent mode Tx */
279 u32 fmdmplr[32]; /* FM DMA PID-LIODN # register */
283 /* FMDMSR - Fman DMA status register */
301 /* FMDMMR - FMan DMA mode register */
312 u32 fmrie; /* rams interrupt enable */
313 u32 fpmfcevent[0x4];/* FMan controller event 0-3 */
315 u32 fpmfcmask[0x4]; /* FMan controller mask 0-3 */
323 u32 fpmdrd[0x4]; /* data_ram data 0-3 */
332 u32 fmfpee; /* event and enable */
333 u32 fpmcev[0x4]; /* CPU event 0-3 */
341 /* FMFP_PRC - FPM Port_ID Control Register */
352 /* FMFP_EE - FPM event and enable register */
357 #define FMFPEE_DECC_EN 0x00008000 /* double ECC interrupt enable */
358 #define FMFPEE_STL_EN 0x00004000 /* stall of task interrupt enable */
359 #define FMFPEE_SECC_EN 0x00002000 /* single ECC err interrupt enable */
360 #define FMFPEE_EHM 0x00000008 /* external halt enable */
369 /* FMFP_RCR - FMan Rams Control and Event */
380 #define IRAM_IADD_AIE 0x80000000 /* address auto increase enable */
399 u8 res1[0x1000 - 0x138];