Lines Matching +full:rx +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 */
70 u32 fmbm_rcfg; /* Rx configuration */
71 u32 fmbm_rst; /* Rx status */
72 u32 fmbm_rda; /* Rx DMA attributes */
73 u32 fmbm_rfp; /* Rx FIFO parameters */
74 u32 fmbm_rfed; /* Rx frame end data */
75 u32 fmbm_ricp; /* Rx internal context parameters */
76 u32 fmbm_rim; /* Rx internal margins */
77 u32 fmbm_rebm; /* Rx external buffer margins */
78 u32 fmbm_rfne; /* Rx frame next engine */
79 u32 fmbm_rfca; /* Rx frame command attributes */
80 u32 fmbm_rfpne; /* Rx frame parser next engine */
81 u32 fmbm_rpso; /* Rx parse start offset */
82 u32 fmbm_rpp; /* Rx policer profile */
83 u32 fmbm_rccb; /* Rx coarse classification base */
85 u32 fmbm_rprai[0x8]; /* Rx parse results array Initialization */
86 u32 fmbm_rfqid; /* Rx frame queue ID */
87 u32 fmbm_refqid; /* Rx error frame queue ID */
88 u32 fmbm_rfsdm; /* Rx frame status discard mask */
89 u32 fmbm_rfsem; /* Rx frame status error mask */
90 u32 fmbm_rfene; /* Rx frame enqueue next engine */
98 u32 fmbm_rstc; /* Rx statistics counters */
99 u32 fmbm_rfrc; /* Rx frame counters */
100 u32 fmbm_rfbc; /* Rx bad frames counter */
101 u32 fmbm_rlfc; /* Rx large frames counter */
102 u32 fmbm_rffc; /* Rx filter frames counter */
103 u32 fmbm_rfdc; /* Rx frame discard counter */
104 u32 fmbm_rfldec; /* Rx frames list DMA error counter */
105 u32 fmbm_rodc; /* Rx out of buffers discard counter */
106 u32 fmbm_rbdc; /* Rx buffers deallocate counter */
108 u32 fmbm_rpc; /* Rx performance counters */
109 u32 fmbm_rpcp; /* Rx performance count parameters */
110 u32 fmbm_rccn; /* Rx cycle counter */
111 u32 fmbm_rtuc; /* Rx tasks utilization counter */
112 u32 fmbm_rrquc; /* Rx receive queue utilization counter */
113 u32 fmbm_rduc; /* Rx DMA utilization counter */
114 u32 fmbm_rfuc; /* Rx FIFO utilization counter */
115 u32 fmbm_rpac; /* Rx pause activation counter */
117 u32 fmbm_rdbg; /* Rx debug configuration */
120 /* FMBM_RCFG - Rx configuration */
125 /* FMBM_RST - Rx status */
126 #define FMBM_RST_BSY 0x80000000 /* Rx port is busy */
128 /* FMBM_RFCA - Rx frame command attributes */
133 /* FMBM_RSTC - Rx statistics */
134 #define FMBM_RSTC_EN 0x80000000 /* statistics counters enable */
169 /* FMBM_TCFG - Tx configuration */
171 #define FMBM_TCFG_IM 0x01000000 /* independent mode enable */
173 /* FMBM_TST - Tx status */
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 */
249 #define NIA_RISC_AC_IM_RX 0x0000000a /* independent mode Rx */
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];