Lines Matching +full:use +full:- +full:ram +full:- +full:code
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
15 * IDMA1 space. The remaining DP RAM is available for buffer descriptors
16 * or other use.
48 * and dual port ram.
58 /* Parameter RAM offsets.
70 /* Define enough so I can at least use the serial port as a UART.
76 u_char smc_rfcr; /* Rx function code */
77 u_char smc_tfcr; /* Tx function code */
99 /* Function code bits.
121 * it can only receive or transmit. The parameter ram values for
287 u_char scc_rfcr; /* Rx function code */
288 u_char scc_tfcr; /* Tx function code */
304 /* Function code bits.
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 */
456 /* IIC parameter RAM.
461 u_char iic_rfcr; /* Rx function code */
462 u_char iic_tfcr; /* Tx function code */
486 /* RISC Timer Parameter RAM offset */
499 #define TM_CMD_VALID 0x80000000 /* Valid - Enables the timer */
500 #define TM_CMD_RESTART 0x40000000 /* Restart - for automatic restart */
509 * use the table as defined in the manuals (i.e. no special high
550 #define CICR_HP_MASK ((uint)0x00001f00) /* Hi-pri int. */