Lines Matching refs:UARTCR2

27 #define UARTCR2			0x03  macro
387 temp = readb(port->membase + UARTCR2); in lpuart_stop_tx()
389 writeb(temp, port->membase + UARTCR2); in lpuart_stop_tx()
405 temp = readb(port->membase + UARTCR2); in lpuart_stop_rx()
406 writeb(temp & ~UARTCR2_RE, port->membase + UARTCR2); in lpuart_stop_rx()
597 writeb(0, sport->port.membase + UARTCR2); in lpuart_poll_init()
618 writeb(UARTCR2_RE | UARTCR2_TE, sport->port.membase + UARTCR2); in lpuart_poll_init()
760 temp = readb(port->membase + UARTCR2); in lpuart_start_tx()
761 writeb(temp | UARTCR2_TIE, port->membase + UARTCR2); in lpuart_start_tx()
1074 cr2 = readb(sport->port.membase + UARTCR2); in lpuart_copy_rx_to_tty()
1076 writeb(cr2, sport->port.membase + UARTCR2); in lpuart_copy_rx_to_tty()
1103 writeb(cr2, sport->port.membase + UARTCR2); in lpuart_copy_rx_to_tty()
1441 temp = readb(port->membase + UARTCR2) & ~UARTCR2_SBK; in lpuart_break_ctl()
1446 writeb(temp, port->membase + UARTCR2); in lpuart_break_ctl()
1466 cr2 = readb(sport->port.membase + UARTCR2); in lpuart_setup_watermark()
1470 writeb(cr2, sport->port.membase + UARTCR2); in lpuart_setup_watermark()
1490 writeb(cr2_saved, sport->port.membase + UARTCR2); in lpuart_setup_watermark()
1499 cr2 = readb(sport->port.membase + UARTCR2); in lpuart_setup_watermark_enable()
1501 writeb(cr2, sport->port.membase + UARTCR2); in lpuart_setup_watermark_enable()
1755 temp = readb(port->membase + UARTCR2); in lpuart_shutdown()
1758 writeb(temp, port->membase + UARTCR2); in lpuart_shutdown()
1797 old_cr2 = readb(sport->port.membase + UARTCR2); in lpuart_set_termios()
1912 sport->port.membase + UARTCR2); in lpuart_set_termios()
1928 writeb(old_cr2, sport->port.membase + UARTCR2); in lpuart_set_termios()
2283 cr2 = old_cr2 = readb(sport->port.membase + UARTCR2); in lpuart_console_write()
2286 writeb(cr2, sport->port.membase + UARTCR2); in lpuart_console_write()
2293 writeb(old_cr2, sport->port.membase + UARTCR2); in lpuart_console_write()
2340 cr = readb(sport->port.membase + UARTCR2); in lpuart_console_get_options()
2726 temp = readb(sport->port.membase + UARTCR2); in lpuart_suspend()
2728 writeb(temp, sport->port.membase + UARTCR2); in lpuart_suspend()