Lines Matching refs:UART_PUT_CTRL
51 UART_PUT_CTRL(port, cr); in apbuart_stop_tx()
60 UART_PUT_CTRL(port, cr); in apbuart_start_tx()
72 UART_PUT_CTRL(port, cr); in apbuart_stop_rx()
215 UART_PUT_CTRL(port, in apbuart_startup()
228 UART_PUT_CTRL(port, in apbuart_shutdown()
284 UART_PUT_CTRL(port, cr); in apbuart_set_termios()
368 UART_PUT_CTRL(port, ctrl | UART_CTRL_TE); in apbuart_scan_fifo_size()
378 UART_PUT_CTRL(port, ctrl & ~(UART_CTRL_TE)); in apbuart_scan_fifo_size()
398 UART_PUT_CTRL(port, ctrl); in apbuart_scan_fifo_size()
440 UART_PUT_CTRL(port, new_cr); in apbuart_console_write()
451 UART_PUT_CTRL(port, old_cr); in apbuart_console_write()