uccp 175 drivers/tty/serial/ucc_uart.c struct ucc_slow __iomem *uccp; uccp 310 drivers/tty/serial/ucc_uart.c clrbits16(&qe_port->uccp->uccm, UCC_UART_UCCE_TX); uccp 417 drivers/tty/serial/ucc_uart.c if (in_be16(&qe_port->uccp->uccm) & UCC_UART_UCCE_TX) uccp 422 drivers/tty/serial/ucc_uart.c setbits16(&qe_port->uccp->uccm, UCC_UART_UCCE_TX); uccp 433 drivers/tty/serial/ucc_uart.c clrbits16(&qe_port->uccp->uccm, UCC_UART_UCCE_RX); uccp 567 drivers/tty/serial/ucc_uart.c struct ucc_slow __iomem *uccp = qe_port->uccp; uccp 571 drivers/tty/serial/ucc_uart.c events = in_be16(&uccp->ucce); uccp 572 drivers/tty/serial/ucc_uart.c out_be16(&uccp->ucce, events); uccp 651 drivers/tty/serial/ucc_uart.c struct ucc_slow __iomem *uccp = qe_port->uccp; uccp 679 drivers/tty/serial/ucc_uart.c clrsetbits_be32(&uccp->gumr_l, uccp 685 drivers/tty/serial/ucc_uart.c clrsetbits_be32(&uccp->gumr_h, UCC_SLOW_GUMR_H_RFW, uccp 688 drivers/tty/serial/ucc_uart.c clrsetbits_be32(&uccp->gumr_l, uccp 694 drivers/tty/serial/ucc_uart.c clrsetbits_be32(&uccp->gumr_h, uccp 700 drivers/tty/serial/ucc_uart.c clrsetbits_be32(&uccp->gumr_l, UCC_SLOW_GUMR_L_DIAG_MASK, uccp 702 drivers/tty/serial/ucc_uart.c clrsetbits_be32(&uccp->gumr_h, uccp 708 drivers/tty/serial/ucc_uart.c out_be16(&uccp->uccm, 0); uccp 709 drivers/tty/serial/ucc_uart.c out_be16(&uccp->ucce, 0xffff); uccp 710 drivers/tty/serial/ucc_uart.c out_be16(&uccp->udsr, 0x7e7e); uccp 713 drivers/tty/serial/ucc_uart.c out_be16(&uccp->upsmr, 0); uccp 745 drivers/tty/serial/ucc_uart.c clrsetbits_be32(&uccp->gumr_l, uccp 751 drivers/tty/serial/ucc_uart.c clrsetbits_be32(&uccp->gumr_h, uccp 757 drivers/tty/serial/ucc_uart.c clrsetbits_be32(&uccp->gumr_l, UCC_SLOW_GUMR_L_DIAG_MASK, uccp 759 drivers/tty/serial/ucc_uart.c clrbits32(&uccp->gumr_h, UCC_SLOW_GUMR_H_CTSP | uccp 803 drivers/tty/serial/ucc_uart.c setbits16(&qe_port->uccp->uccm, UCC_UART_UCCE_RX); uccp 816 drivers/tty/serial/ucc_uart.c struct ucc_slow __iomem *uccp = qe_port->uccp; uccp 839 drivers/tty/serial/ucc_uart.c clrbits16(&uccp->uccm, UCC_UART_UCCE_TX | UCC_UART_UCCE_RX); uccp 856 drivers/tty/serial/ucc_uart.c struct ucc_slow __iomem *uccp = qe_port->uccp; uccp 859 drivers/tty/serial/ucc_uart.c u16 upsmr = in_be16(&uccp->upsmr); uccp 959 drivers/tty/serial/ucc_uart.c out_be16(&uccp->upsmr, upsmr); uccp 1005 drivers/tty/serial/ucc_uart.c qe_port->uccp = uccs->us_regs;