Lines Matching +full:i2c +full:- +full:crc +full:- +full:enable
1 /* SPDX-License-Identifier: GPL-2.0 */
11 * are needed. -- Dan
13 * On the MBX board, EPPC-Bug loads CPM microcode into the first 512
14 * bytes of the DP RAM and relocates the I2C parameter area to the
36 #define CPM_CR_CH_I2C ((ushort)0x0001) /* I2C and IDMA1 */
114 #define SMCMR_PEN ((ushort)0x0200) /* Parity enable */
312 uint sen_cpres; /* Preset CRC */
313 uint sen_cmask; /* Constant mask for CRC */
314 uint sen_crcec; /* CRC Error counter */
331 uint sen_tbuf0data0; /* Save area 0 - current frame */
332 uint sen_tbuf0data1; /* Save area 1 - current frame */
343 uint sen_tbuf1data0; /* Save area 0 - current frame */
344 uint sen_tbuf1data1; /* Save area 1 - current frame */
374 #define SCC_PSMR_HBC ((ushort)0x8000) /* Enable heartbeat */
378 #define SCC_PSMR_ENCRC ((ushort)0x0800) /* Ethernet CRC mode */
386 #define SCC_PSMR_FDE ((ushort)0x0001) /* Full duplex enable */
452 uint st_cpres; /* Preset CRC */
453 uint st_cmask; /* Constant mask for CRC */
482 #define RCCR_TIME 0x8000 /* RISC Timer Enable */
499 #define TM_CMD_VALID 0x80000000 /* Valid - Enables the timer */
500 #define TM_CMD_RESTART 0x40000000 /* Restart - for automatic restart */
550 #define CICR_HP_MASK ((uint)0x00001f00) /* Hi-pri int. */
551 #define CICR_IEN ((uint)0x00000080) /* Int. enable */