Home
last modified time | relevance | path

Searched refs:scc_uart_t (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dserial_scc.c77 volatile scc_uart_t *up; in mpc85xx_serial_init()
85 up = (scc_uart_t *)&(cpm->im_dprambase[PROFF_SCC]); in mpc85xx_serial_init()
184 volatile scc_uart_t *up; in mpc85xx_serial_putc()
191 up = (scc_uart_t *)&(cpm->im_dprambase[PROFF_SCC]); in mpc85xx_serial_putc()
209 volatile scc_uart_t *up; in mpc85xx_serial_getc()
213 up = (scc_uart_t *)&(cpm->im_dprambase[PROFF_SCC]); in mpc85xx_serial_getc()
232 volatile scc_uart_t *up; in mpc85xx_serial_tstc()
235 up = (scc_uart_t *)&(cpm->im_dprambase[PROFF_SCC]); in mpc85xx_serial_tstc()
/openbmc/linux/drivers/tty/serial/
H A Dcpm_uart.h57 scc_uart_t __iomem *sccup;
H A Dcpm_uart.c760 scc_uart_t __iomem *sup; in cpm_uart_init_scc()
/openbmc/linux/arch/powerpc/include/asm/
H A Dcpm1.h421 } scc_uart_t; typedef
H A Dcpm2.h444 } scc_uart_t; typedef
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dcpm_8xx.h485 } scc_uart_t; typedef
H A Dcpm_85xx.h421 } scc_uart_t; typedef