Home
last modified time | relevance | path

Searched refs:scc_genscc (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dserial_scc.c119 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()
192 tbdf = (cbd_t *)&(cpm->im_dprambase[up->scc_genscc.scc_tbase]); in mpc85xx_serial_putc()
214 rbdf = (cbd_t *)&(cpm->im_dprambase[up->scc_genscc.scc_rbase]); in mpc85xx_serial_getc()
236 rbdf = (cbd_t *)&(cpm->im_dprambase[up->scc_genscc.scc_rbase]); in mpc85xx_serial_tstc()
/openbmc/linux/drivers/tty/serial/
H A Dcpm_uart.c603 out_be16(&pinfo->sccup->scc_genscc.scc_mrblr, pinfo->rx_fifosize); in cpm_uart_set_termios()
768 out_be16(&pinfo->sccup->scc_genscc.scc_rbase, in cpm_uart_init_scc()
770 out_be16(&pinfo->sccup->scc_genscc.scc_tbase, in cpm_uart_init_scc()
777 out_8(&sup->scc_genscc.scc_rfcr, CPMFCR_GBL | CPMFCR_EB); in cpm_uart_init_scc()
778 out_8(&sup->scc_genscc.scc_tfcr, CPMFCR_GBL | CPMFCR_EB); in cpm_uart_init_scc()
780 out_be16(&sup->scc_genscc.scc_mrblr, pinfo->rx_fifosize); in cpm_uart_init_scc()
/openbmc/linux/arch/powerpc/include/asm/
H A Dcpm1.h396 sccp_t scc_genscc; member
H A Dcpm2.h418 sccp_t scc_genscc; member
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dcpm_8xx.h459 sccp_t scc_genscc; member
H A Dcpm_85xx.h395 sccp_t scc_genscc; member