Lines Matching refs:uccp

177 	struct ucc_slow __iomem *uccp;  member
312 clrbits16(&qe_port->uccp->uccm, UCC_UART_UCCE_TX); in qe_uart_stop_tx()
419 if (in_be16(&qe_port->uccp->uccm) & UCC_UART_UCCE_TX) in qe_uart_start_tx()
424 setbits16(&qe_port->uccp->uccm, UCC_UART_UCCE_TX); in qe_uart_start_tx()
435 clrbits16(&qe_port->uccp->uccm, UCC_UART_UCCE_RX); in qe_uart_stop_rx()
569 struct ucc_slow __iomem *uccp = qe_port->uccp; in qe_uart_int() local
573 events = in_be16(&uccp->ucce); in qe_uart_int()
574 out_be16(&uccp->ucce, events); in qe_uart_int()
653 struct ucc_slow __iomem *uccp = qe_port->uccp; in qe_uart_init_ucc() local
681 clrsetbits_be32(&uccp->gumr_l, in qe_uart_init_ucc()
687 clrsetbits_be32(&uccp->gumr_h, UCC_SLOW_GUMR_H_RFW, in qe_uart_init_ucc()
690 clrsetbits_be32(&uccp->gumr_l, in qe_uart_init_ucc()
696 clrsetbits_be32(&uccp->gumr_h, in qe_uart_init_ucc()
702 clrsetbits_be32(&uccp->gumr_l, UCC_SLOW_GUMR_L_DIAG_MASK, in qe_uart_init_ucc()
704 clrsetbits_be32(&uccp->gumr_h, in qe_uart_init_ucc()
710 out_be16(&uccp->uccm, 0); in qe_uart_init_ucc()
711 out_be16(&uccp->ucce, 0xffff); in qe_uart_init_ucc()
712 out_be16(&uccp->udsr, 0x7e7e); in qe_uart_init_ucc()
715 out_be16(&uccp->upsmr, 0); in qe_uart_init_ucc()
747 clrsetbits_be32(&uccp->gumr_l, in qe_uart_init_ucc()
753 clrsetbits_be32(&uccp->gumr_h, in qe_uart_init_ucc()
759 clrsetbits_be32(&uccp->gumr_l, UCC_SLOW_GUMR_L_DIAG_MASK, in qe_uart_init_ucc()
761 clrbits32(&uccp->gumr_h, UCC_SLOW_GUMR_H_CTSP | in qe_uart_init_ucc()
805 setbits16(&qe_port->uccp->uccm, UCC_UART_UCCE_RX); in qe_uart_startup()
818 struct ucc_slow __iomem *uccp = qe_port->uccp; in qe_uart_shutdown() local
841 clrbits16(&uccp->uccm, UCC_UART_UCCE_TX | UCC_UART_UCCE_RX); in qe_uart_shutdown()
858 struct ucc_slow __iomem *uccp = qe_port->uccp; in qe_uart_set_termios() local
861 u16 upsmr = in_be16(&uccp->upsmr); in qe_uart_set_termios()
961 out_be16(&uccp->upsmr, upsmr); in qe_uart_set_termios()
1007 qe_port->uccp = uccs->us_regs; in qe_uart_request_port()