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()
419 if (qe_ioread16be(&qe_port->uccp->uccm) & UCC_UART_UCCE_TX) in qe_uart_start_tx()
424 qe_setbits_be16(&qe_port->uccp->uccm, UCC_UART_UCCE_TX); in qe_uart_start_tx()
435 qe_clrbits_be16(&qe_port->uccp->uccm, UCC_UART_UCCE_RX); in qe_uart_stop_rx()
568 struct ucc_slow __iomem *uccp = qe_port->uccp; in qe_uart_int() local
572 events = qe_ioread16be(&uccp->ucce); in qe_uart_int()
573 qe_iowrite16be(events, &uccp->ucce); in qe_uart_int()
652 struct ucc_slow __iomem *uccp = qe_port->uccp; in qe_uart_init_ucc() local
680 qe_clrsetbits_be32(&uccp->gumr_l, in qe_uart_init_ucc()
684 qe_clrsetbits_be32(&uccp->gumr_h, UCC_SLOW_GUMR_H_RFW, in qe_uart_init_ucc()
687 qe_clrsetbits_be32(&uccp->gumr_l, in qe_uart_init_ucc()
691 qe_clrsetbits_be32(&uccp->gumr_h, in qe_uart_init_ucc()
697 qe_clrsetbits_be32(&uccp->gumr_l, UCC_SLOW_GUMR_L_DIAG_MASK, in qe_uart_init_ucc()
699 qe_clrsetbits_be32(&uccp->gumr_h, in qe_uart_init_ucc()
705 qe_iowrite16be(0, &uccp->uccm); in qe_uart_init_ucc()
706 qe_iowrite16be(0xffff, &uccp->ucce); in qe_uart_init_ucc()
707 qe_iowrite16be(0x7e7e, &uccp->udsr); in qe_uart_init_ucc()
710 qe_iowrite16be(0, &uccp->upsmr); in qe_uart_init_ucc()
742 qe_clrsetbits_be32(&uccp->gumr_l, in qe_uart_init_ucc()
746 qe_clrsetbits_be32(&uccp->gumr_h, in qe_uart_init_ucc()
751 qe_clrsetbits_be32(&uccp->gumr_l, UCC_SLOW_GUMR_L_DIAG_MASK, in qe_uart_init_ucc()
753 qe_clrbits_be32(&uccp->gumr_h, in qe_uart_init_ucc()
797 qe_setbits_be16(&qe_port->uccp->uccm, UCC_UART_UCCE_RX); in qe_uart_startup()
810 struct ucc_slow __iomem *uccp = qe_port->uccp; in qe_uart_shutdown() local
833 qe_clrbits_be16(&uccp->uccm, UCC_UART_UCCE_TX | UCC_UART_UCCE_RX); in qe_uart_shutdown()
850 struct ucc_slow __iomem *uccp = qe_port->uccp; in qe_uart_set_termios() local
853 u16 upsmr = qe_ioread16be(&uccp->upsmr); in qe_uart_set_termios()
953 qe_iowrite16be(upsmr, &uccp->upsmr); in qe_uart_set_termios()
999 qe_port->uccp = uccs->us_regs; in qe_uart_request_port()