Lines Matching +full:qe +full:- +full:muram
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
16 #include <soc/fsl/qe/immap_qe.h>
17 #include <soc/fsl/qe/qe.h>
19 #include <soc/fsl/qe/ucc.h>
28 #define T_A 0x04000000 /* Address - the data transmitted as address
33 #define T_P 0x01000000 /* Preamble - send Preamble sequence before
89 /* 16-bit CCITT CRC (HDLC). (X16 + X12 + X5 + 1) */
93 /* 32-bit CCITT CRC (Ethernet and HDLC) */
197 s32 tx_base_offset; /* first BD in Tx BD table offset (In MURAM) */
198 s32 rx_base_offset; /* first BD in Rx BD table offset (In MURAM) */
219 * us_info - (In) pointer to the slow UCC info structure.
220 * uccs_ret - (Out) pointer to the slow UCC structure.
227 * uccs - (In) pointer to the slow UCC structure.
235 * uccs - (In) pointer to the slow UCC structure.
236 * mode - (In) TX, RX, or both.
244 * uccs - (In) pointer to the slow UCC structure.
245 * mode - (In) TX, RX, or both.
252 * uccs - (In) pointer to the slow UCC structure.
259 * uccs - (In) pointer to the slow UCC structure.
266 * uccs - (In) pointer to the slow UCC structure.