Lines Matching +full:use +full:- +full:internal +full:- +full:clock

1 /* SPDX-License-Identifier: GPL-2.0 */
8 * through the MPC8xx internal memory map. See immap.h for details.
11 * are needed. -- Dan
13 * On the MBX board, EPPC-Bug loads CPM microcode into the first 512
16 * or other use.
75 /* Define enough so I can at least use the serial port as a UART.
84 uint smc_rstate; /* Internal */
85 uint smc_idp; /* Internal */
86 ushort smc_rbptr; /* Internal */
87 ushort smc_ibc; /* Internal */
88 uint smc_rxtmp; /* Internal */
89 uint smc_tstate; /* Internal */
90 uint smc_tdp; /* Internal */
91 ushort smc_tbptr; /* Internal */
92 ushort smc_tbc; /* Internal */
93 uint smc_txtmp; /* Internal */
186 /* SI Clock Route Register
295 uint scc_rstate; /* Internal */
296 uint scc_idp; /* Internal */
297 ushort scc_rbptr; /* Internal */
298 ushort scc_ibc; /* Internal */
299 uint scc_rxtmp; /* Internal */
300 uint scc_tstate; /* Internal */
301 uint scc_tdp; /* Internal */
302 ushort scc_tbptr; /* Internal */
303 ushort scc_tbc; /* Internal */
304 uint scc_txtmp; /* Internal */
305 uint scc_rcrc; /* Internal */
306 uint scc_tcrc; /* Internal */
336 uint sen_tbuf0data0; /* Save area 0 - current frame */
337 uint sen_tbuf0data1; /* Save area 1 - current frame */
338 uint sen_tbuf0rba; /* Internal */
339 uint sen_tbuf0crc; /* Internal */
340 ushort sen_tbuf0bcnt; /* Internal */
348 uint sen_tbuf1data0; /* Save area 0 - current frame */
349 uint sen_tbuf1data1; /* Save area 1 - current frame */
350 uint sen_tbuf1rba; /* Internal */
351 uint sen_tbuf1crc; /* Internal */
352 ushort sen_tbuf1bcnt; /* Internal */
469 uint iic_rstate; /* Internal */
470 uint iic_rdp; /* Internal */
471 ushort iic_rbptr; /* Internal */
472 ushort iic_rbc; /* Internal */
473 uint iic_rxtmp; /* Internal */
474 uint iic_tstate; /* Internal */
475 uint iic_tdp; /* Internal */
476 ushort iic_tbptr; /* Internal */
477 ushort iic_tbc; /* Internal */
478 uint iic_txtmp; /* Internal */
496 unsigned short tm_ptr; /* RISC Timer Table Pointer (internal) */
500 unsigned long tm_cnt; /* RISC Timer Internal Count */
504 #define TM_CMD_VALID 0x80000000 /* Valid - Enables the timer */
505 #define TM_CMD_RESTART 0x40000000 /* Restart - for automatic restart */
514 * use the table as defined in the manuals (i.e. no special high
555 #define CICR_HP_MASK ((uint)0x00001f00) /* Hi-pri int. */
598 CPM_CLK1, /* Clock 1 */
599 CPM_CLK2, /* Clock 2 */
600 CPM_CLK3, /* Clock 3 */
601 CPM_CLK4, /* Clock 4 */
602 CPM_CLK5, /* Clock 5 */
603 CPM_CLK6, /* Clock 6 */
604 CPM_CLK7, /* Clock 7 */
605 CPM_CLK8, /* Clock 8 */
608 int cpm1_clk_setup(enum cpm_clk_target target, int clock, int mode);