Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dserial_scc.c120 up->scc_genscc.scc_rbase = dpaddr; in mpc85xx_serial_init()
121 up->scc_genscc.scc_tbase = dpaddr+sizeof(cbd_t); in mpc85xx_serial_init()
122 up->scc_genscc.scc_rfcr = CPMFCR_EB; in mpc85xx_serial_init()
123 up->scc_genscc.scc_tfcr = CPMFCR_EB; in mpc85xx_serial_init()
124 up->scc_genscc.scc_mrblr = 1; in mpc85xx_serial_init()
193 tbdf = (cbd_t *)&(cpm->im_dprambase[up->scc_genscc.scc_tbase]); in mpc85xx_serial_putc()
215 rbdf = (cbd_t *)&(cpm->im_dprambase[up->scc_genscc.scc_rbase]); in mpc85xx_serial_getc()
237 rbdf = (cbd_t *)&(cpm->im_dprambase[up->scc_genscc.scc_rbase]); in mpc85xx_serial_tstc()
/OK3568_Linux_fs/kernel/drivers/tty/serial/cpm_uart/
H A Dcpm_uart_cpm1.h21 out_8(&sup->scc_genscc.scc_rfcr, SMC_EB); in cpm_set_scc_fcr()
22 out_8(&sup->scc_genscc.scc_tfcr, SMC_EB); in cpm_set_scc_fcr()
H A Dcpm_uart_cpm2.h21 out_8(&sup->scc_genscc.scc_rfcr, CPMFCR_GBL | CPMFCR_EB); in cpm_set_scc_fcr()
22 out_8(&sup->scc_genscc.scc_tfcr, CPMFCR_GBL | CPMFCR_EB); in cpm_set_scc_fcr()
H A Dcpm_uart_core.c629 out_be16(&pinfo->sccup->scc_genscc.scc_mrblr, pinfo->rx_fifosize); in cpm_uart_set_termios()
796 out_be16(&pinfo->sccup->scc_genscc.scc_rbase, in cpm_uart_init_scc()
798 out_be16(&pinfo->sccup->scc_genscc.scc_tbase, in cpm_uart_init_scc()
807 out_be16(&sup->scc_genscc.scc_mrblr, pinfo->rx_fifosize); in cpm_uart_init_scc()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dcpm1.h396 sccp_t scc_genscc; member
H A Dcpm2.h418 sccp_t scc_genscc; member
/OK3568_Linux_fs/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