Lines Matching refs:UARTCTRL

115 #define UARTCTRL		0x08  macro
396 temp = lpuart32_read(port, UARTCTRL); in lpuart32_stop_tx()
398 lpuart32_write(port, temp, UARTCTRL); in lpuart32_stop_tx()
413 temp = lpuart32_read(port, UARTCTRL); in lpuart32_stop_rx()
414 lpuart32_write(port, temp & ~UARTCTRL_RE, UARTCTRL); in lpuart32_stop_rx()
650 lpuart32_write(&sport->port, 0, UARTCTRL); in lpuart32_poll_init()
667 lpuart32_write(&sport->port, UARTCTRL_RE | UARTCTRL_TE, UARTCTRL); in lpuart32_poll_init()
781 temp = lpuart32_read(port, UARTCTRL); in lpuart32_start_tx()
782 lpuart32_write(port, temp | UARTCTRL_TIE, UARTCTRL); in lpuart32_start_tx()
1453 temp = lpuart32_read(port, UARTCTRL) & ~UARTCTRL_SBK; in lpuart32_break_ctl()
1458 lpuart32_write(port, temp, UARTCTRL); in lpuart32_break_ctl()
1509 ctrl = lpuart32_read(&sport->port, UARTCTRL); in lpuart32_setup_watermark()
1513 lpuart32_write(&sport->port, ctrl, UARTCTRL); in lpuart32_setup_watermark()
1526 lpuart32_write(&sport->port, ctrl_saved, UARTCTRL); in lpuart32_setup_watermark()
1535 temp = lpuart32_read(&sport->port, UARTCTRL); in lpuart32_setup_watermark_enable()
1537 lpuart32_write(&sport->port, temp, UARTCTRL); in lpuart32_setup_watermark_enable()
1673 temp = lpuart32_read(&sport->port, UARTCTRL); in lpuart32_configure()
1678 lpuart32_write(&sport->port, temp, UARTCTRL); in lpuart32_configure()
1775 temp = lpuart32_read(port, UARTCTRL); in lpuart32_shutdown()
1778 lpuart32_write(port, temp, UARTCTRL); in lpuart32_shutdown()
2035 ctrl = old_ctrl = lpuart32_read(&sport->port, UARTCTRL); in lpuart32_set_termios()
2148 UARTCTRL); in lpuart32_set_termios()
2152 lpuart32_write(&sport->port, ctrl, UARTCTRL); in lpuart32_set_termios()
2313 cr = old_cr = lpuart32_read(&sport->port, UARTCTRL); in lpuart32_console_write()
2316 lpuart32_write(&sport->port, cr, UARTCTRL); in lpuart32_console_write()
2323 lpuart32_write(&sport->port, old_cr, UARTCTRL); in lpuart32_console_write()
2389 cr = lpuart32_read(&sport->port, UARTCTRL); in lpuart32_console_get_options()
2396 cr = lpuart32_read(&sport->port, UARTCTRL); in lpuart32_console_get_options()
2539 cr = lpuart32_read(&device->port, UARTCTRL); in ls1028a_early_console_setup()
2541 lpuart32_write(&device->port, cr, UARTCTRL); in ls1028a_early_console_setup()
2721 temp = lpuart32_read(&sport->port, UARTCTRL); in lpuart_suspend()
2723 lpuart32_write(&sport->port, temp, UARTCTRL); in lpuart_suspend()