Searched refs:sup (Results 1 - 4 of 4) sorted by relevance

/drivers/tty/serial/cpm_uart/
H A Dcpm_uart_cpm1.h18 static inline void cpm_set_scc_fcr(scc_uart_t __iomem * sup) argument
20 out_8(&sup->scc_genscc.scc_rfcr, SMC_EB);
21 out_8(&sup->scc_genscc.scc_tfcr, SMC_EB);
H A Dcpm_uart_cpm2.h18 static inline void cpm_set_scc_fcr(scc_uart_t __iomem *sup) argument
20 out_8(&sup->scc_genscc.scc_rfcr, CPMFCR_GBL | CPMFCR_EB);
21 out_8(&sup->scc_genscc.scc_tfcr, CPMFCR_GBL | CPMFCR_EB);
H A Dcpm_uart_core.c781 scc_uart_t __iomem *sup; local
786 sup = pinfo->sccup;
798 cpm_set_scc_fcr(sup);
800 out_be16(&sup->scc_genscc.scc_mrblr, pinfo->rx_fifosize);
801 out_be16(&sup->scc_maxidl, pinfo->rx_fifosize);
802 out_be16(&sup->scc_brkcr, 1);
803 out_be16(&sup->scc_parec, 0);
804 out_be16(&sup->scc_frmec, 0);
805 out_be16(&sup->scc_nosec, 0);
806 out_be16(&sup
[all...]
/drivers/staging/serial/
H A D68360serial.c2447 volatile struct uart_pram *sup; local
2641 sup = &pquicc->pram[info->state->port].scc.pscc.u;
2642 sup->rbase = dp_addr;
2643 sup->tbase = dp_addr;
2648 sup->rfcr = SMC_EB;
2649 sup->tfcr = SMC_EB;
2655 sup->mrblr = 1;
2656 sup->max_idl = 0;
2657 sup->brkcr = 1;
2658 sup
2802 volatile struct uart_pram *sup; local
[all...]

Completed in 174 milliseconds