• Home
  • Raw
  • Download

Lines Matching refs:up

77 	volatile scc_uart_t *up;  in mpc85xx_serial_init()  local
85 up = (scc_uart_t *)&(cpm->im_dprambase[PROFF_SCC]); in mpc85xx_serial_init()
119 up->scc_genscc.scc_rbase = dpaddr; in mpc85xx_serial_init()
120 up->scc_genscc.scc_tbase = dpaddr+sizeof(cbd_t); in mpc85xx_serial_init()
121 up->scc_genscc.scc_rfcr = CPMFCR_EB; in mpc85xx_serial_init()
122 up->scc_genscc.scc_tfcr = CPMFCR_EB; in mpc85xx_serial_init()
123 up->scc_genscc.scc_mrblr = 1; in mpc85xx_serial_init()
124 up->scc_maxidl = 0; in mpc85xx_serial_init()
125 up->scc_brkcr = 1; in mpc85xx_serial_init()
126 up->scc_parec = 0; in mpc85xx_serial_init()
127 up->scc_frmec = 0; in mpc85xx_serial_init()
128 up->scc_nosec = 0; in mpc85xx_serial_init()
129 up->scc_brkec = 0; in mpc85xx_serial_init()
130 up->scc_uaddr1 = 0; in mpc85xx_serial_init()
131 up->scc_uaddr2 = 0; in mpc85xx_serial_init()
132 up->scc_toseq = 0; in mpc85xx_serial_init()
133 up->scc_char1 = up->scc_char2 = up->scc_char3 = up->scc_char4 = 0x8000; in mpc85xx_serial_init()
134 up->scc_char5 = up->scc_char6 = up->scc_char7 = up->scc_char8 = 0x8000; in mpc85xx_serial_init()
135 up->scc_rccm = 0xc0ff; in mpc85xx_serial_init()
184 volatile scc_uart_t *up; in mpc85xx_serial_putc() local
191 up = (scc_uart_t *)&(cpm->im_dprambase[PROFF_SCC]); in mpc85xx_serial_putc()
192 tbdf = (cbd_t *)&(cpm->im_dprambase[up->scc_genscc.scc_tbase]); in mpc85xx_serial_putc()
209 volatile scc_uart_t *up; in mpc85xx_serial_getc() local
213 up = (scc_uart_t *)&(cpm->im_dprambase[PROFF_SCC]); in mpc85xx_serial_getc()
214 rbdf = (cbd_t *)&(cpm->im_dprambase[up->scc_genscc.scc_rbase]); in mpc85xx_serial_getc()
232 volatile scc_uart_t *up; in mpc85xx_serial_tstc() local
235 up = (scc_uart_t *)&(cpm->im_dprambase[PROFF_SCC]); in mpc85xx_serial_tstc()
236 rbdf = (cbd_t *)&(cpm->im_dprambase[up->scc_genscc.scc_rbase]); in mpc85xx_serial_tstc()