Lines Matching refs:uccp

175 	struct ucc_slow __iomem *uccp;  member
310 clrbits16(&qe_port->uccp->uccm, UCC_UART_UCCE_TX); in qe_uart_stop_tx()
417 if (in_be16(&qe_port->uccp->uccm) & UCC_UART_UCCE_TX) in qe_uart_start_tx()
422 setbits16(&qe_port->uccp->uccm, UCC_UART_UCCE_TX); in qe_uart_start_tx()
433 clrbits16(&qe_port->uccp->uccm, UCC_UART_UCCE_RX); in qe_uart_stop_rx()
567 struct ucc_slow __iomem *uccp = qe_port->uccp; in qe_uart_int() local
571 events = in_be16(&uccp->ucce); in qe_uart_int()
572 out_be16(&uccp->ucce, events); in qe_uart_int()
651 struct ucc_slow __iomem *uccp = qe_port->uccp; in qe_uart_init_ucc() local
679 clrsetbits_be32(&uccp->gumr_l, in qe_uart_init_ucc()
685 clrsetbits_be32(&uccp->gumr_h, UCC_SLOW_GUMR_H_RFW, in qe_uart_init_ucc()
688 clrsetbits_be32(&uccp->gumr_l, in qe_uart_init_ucc()
694 clrsetbits_be32(&uccp->gumr_h, in qe_uart_init_ucc()
700 clrsetbits_be32(&uccp->gumr_l, UCC_SLOW_GUMR_L_DIAG_MASK, in qe_uart_init_ucc()
702 clrsetbits_be32(&uccp->gumr_h, in qe_uart_init_ucc()
708 out_be16(&uccp->uccm, 0); in qe_uart_init_ucc()
709 out_be16(&uccp->ucce, 0xffff); in qe_uart_init_ucc()
710 out_be16(&uccp->udsr, 0x7e7e); in qe_uart_init_ucc()
713 out_be16(&uccp->upsmr, 0); in qe_uart_init_ucc()
745 clrsetbits_be32(&uccp->gumr_l, in qe_uart_init_ucc()
751 clrsetbits_be32(&uccp->gumr_h, in qe_uart_init_ucc()
757 clrsetbits_be32(&uccp->gumr_l, UCC_SLOW_GUMR_L_DIAG_MASK, in qe_uart_init_ucc()
759 clrbits32(&uccp->gumr_h, UCC_SLOW_GUMR_H_CTSP | in qe_uart_init_ucc()
803 setbits16(&qe_port->uccp->uccm, UCC_UART_UCCE_RX); in qe_uart_startup()
816 struct ucc_slow __iomem *uccp = qe_port->uccp; in qe_uart_shutdown() local
839 clrbits16(&uccp->uccm, UCC_UART_UCCE_TX | UCC_UART_UCCE_RX); in qe_uart_shutdown()
856 struct ucc_slow __iomem *uccp = qe_port->uccp; in qe_uart_set_termios() local
859 u16 upsmr = in_be16(&uccp->upsmr); in qe_uart_set_termios()
959 out_be16(&uccp->upsmr, upsmr); in qe_uart_set_termios()
1005 qe_port->uccp = uccs->us_regs; in qe_uart_request_port()