Lines Matching refs:UART_PUT_CTRL
47 UART_PUT_CTRL(port, cr); in apbuart_stop_tx()
56 UART_PUT_CTRL(port, cr); in apbuart_start_tx()
68 UART_PUT_CTRL(port, cr); in apbuart_stop_rx()
209 UART_PUT_CTRL(port, in apbuart_startup()
222 UART_PUT_CTRL(port, in apbuart_shutdown()
278 UART_PUT_CTRL(port, cr); in apbuart_set_termios()
362 UART_PUT_CTRL(port, ctrl | UART_CTRL_TE); in apbuart_scan_fifo_size()
372 UART_PUT_CTRL(port, ctrl & ~(UART_CTRL_TE)); in apbuart_scan_fifo_size()
392 UART_PUT_CTRL(port, ctrl); in apbuart_scan_fifo_size()
434 UART_PUT_CTRL(port, new_cr); in apbuart_console_write()
445 UART_PUT_CTRL(port, old_cr); in apbuart_console_write()