Lines Matching refs:uccp

179 	struct ucc_slow __iomem *uccp;  member
314 qe_clrbits_be16(&qe_port->uccp->uccm, UCC_UART_UCCE_TX); in qe_uart_stop_tx()
417 if (ioread16be(&qe_port->uccp->uccm) & UCC_UART_UCCE_TX) in qe_uart_start_tx()
422 qe_setbits_be16(&qe_port->uccp->uccm, UCC_UART_UCCE_TX); in qe_uart_start_tx()
433 qe_clrbits_be16(&qe_port->uccp->uccm, UCC_UART_UCCE_RX); in qe_uart_stop_rx()
566 struct ucc_slow __iomem *uccp = qe_port->uccp; in qe_uart_int() local
570 events = ioread16be(&uccp->ucce); in qe_uart_int()
571 iowrite16be(events, &uccp->ucce); in qe_uart_int()
650 struct ucc_slow __iomem *uccp = qe_port->uccp; in qe_uart_init_ucc() local
678 qe_clrsetbits_be32(&uccp->gumr_l, in qe_uart_init_ucc()
682 qe_clrsetbits_be32(&uccp->gumr_h, UCC_SLOW_GUMR_H_RFW, in qe_uart_init_ucc()
685 qe_clrsetbits_be32(&uccp->gumr_l, in qe_uart_init_ucc()
689 qe_clrsetbits_be32(&uccp->gumr_h, in qe_uart_init_ucc()
695 qe_clrsetbits_be32(&uccp->gumr_l, UCC_SLOW_GUMR_L_DIAG_MASK, in qe_uart_init_ucc()
697 qe_clrsetbits_be32(&uccp->gumr_h, in qe_uart_init_ucc()
703 iowrite16be(0, &uccp->uccm); in qe_uart_init_ucc()
704 iowrite16be(0xffff, &uccp->ucce); in qe_uart_init_ucc()
705 iowrite16be(0x7e7e, &uccp->udsr); in qe_uart_init_ucc()
708 iowrite16be(0, &uccp->upsmr); in qe_uart_init_ucc()
740 qe_clrsetbits_be32(&uccp->gumr_l, in qe_uart_init_ucc()
744 qe_clrsetbits_be32(&uccp->gumr_h, in qe_uart_init_ucc()
749 qe_clrsetbits_be32(&uccp->gumr_l, UCC_SLOW_GUMR_L_DIAG_MASK, in qe_uart_init_ucc()
751 qe_clrbits_be32(&uccp->gumr_h, in qe_uart_init_ucc()
795 qe_setbits_be16(&qe_port->uccp->uccm, UCC_UART_UCCE_RX); in qe_uart_startup()
808 struct ucc_slow __iomem *uccp = qe_port->uccp; in qe_uart_shutdown() local
831 qe_clrbits_be16(&uccp->uccm, UCC_UART_UCCE_TX | UCC_UART_UCCE_RX); in qe_uart_shutdown()
849 struct ucc_slow __iomem *uccp = qe_port->uccp; in qe_uart_set_termios() local
852 u16 upsmr = ioread16be(&uccp->upsmr); in qe_uart_set_termios()
939 iowrite16be(upsmr, &uccp->upsmr); in qe_uart_set_termios()
985 qe_port->uccp = uccs->us_regs; in qe_uart_request_port()