Lines Matching refs:UARTCTRL

119 #define UARTCTRL		0x08  macro
389 temp = lpuart32_read(port, UARTCTRL); in lpuart32_stop_tx()
391 lpuart32_write(port, temp, UARTCTRL); in lpuart32_stop_tx()
406 temp = lpuart32_read(port, UARTCTRL); in lpuart32_stop_rx()
407 lpuart32_write(port, temp & ~UARTCTRL_RE, UARTCTRL); in lpuart32_stop_rx()
637 lpuart32_write(&sport->port, UARTCTRL, 0); in lpuart32_poll_init()
656 lpuart32_write(&sport->port, UARTCTRL, UARTCTRL_RE | UARTCTRL_TE); in lpuart32_poll_init()
770 temp = lpuart32_read(port, UARTCTRL); in lpuart32_start_tx()
771 lpuart32_write(port, temp | UARTCTRL_TIE, UARTCTRL); in lpuart32_start_tx()
1366 temp = lpuart32_read(port, UARTCTRL) & ~UARTCTRL_SBK; in lpuart32_break_ctl()
1371 lpuart32_write(port, temp, UARTCTRL); in lpuart32_break_ctl()
1422 ctrl = lpuart32_read(&sport->port, UARTCTRL); in lpuart32_setup_watermark()
1426 lpuart32_write(&sport->port, ctrl, UARTCTRL); in lpuart32_setup_watermark()
1439 lpuart32_write(&sport->port, ctrl_saved, UARTCTRL); in lpuart32_setup_watermark()
1448 temp = lpuart32_read(&sport->port, UARTCTRL); in lpuart32_setup_watermark_enable()
1450 lpuart32_write(&sport->port, temp, UARTCTRL); in lpuart32_setup_watermark_enable()
1533 temp = lpuart32_read(&sport->port, UARTCTRL); in lpuart32_configure()
1538 lpuart32_write(&sport->port, temp, UARTCTRL); in lpuart32_configure()
1616 temp = lpuart32_read(port, UARTCTRL); in lpuart32_shutdown()
1619 lpuart32_write(port, temp, UARTCTRL); in lpuart32_shutdown()
1863 ctrl = old_ctrl = lpuart32_read(&sport->port, UARTCTRL); in lpuart32_set_termios()
1968 UARTCTRL); in lpuart32_set_termios()
1972 lpuart32_write(&sport->port, ctrl, UARTCTRL); in lpuart32_set_termios()
2133 cr = old_cr = lpuart32_read(&sport->port, UARTCTRL); in lpuart32_console_write()
2136 lpuart32_write(&sport->port, cr, UARTCTRL); in lpuart32_console_write()
2143 lpuart32_write(&sport->port, old_cr, UARTCTRL); in lpuart32_console_write()
2209 cr = lpuart32_read(&sport->port, UARTCTRL); in lpuart32_console_get_options()
2216 cr = lpuart32_read(&sport->port, UARTCTRL); in lpuart32_console_get_options()
2521 temp = lpuart32_read(&sport->port, UARTCTRL); in lpuart_suspend()
2523 lpuart32_write(&sport->port, temp, UARTCTRL); in lpuart_suspend()