Lines Matching refs:UART_PUT_CTRL
50 UART_PUT_CTRL(port, cr); in apbuart_stop_tx()
59 UART_PUT_CTRL(port, cr); in apbuart_start_tx()
71 UART_PUT_CTRL(port, cr); in apbuart_stop_rx()
214 UART_PUT_CTRL(port, in apbuart_startup()
227 UART_PUT_CTRL(port, in apbuart_shutdown()
283 UART_PUT_CTRL(port, cr); in apbuart_set_termios()
367 UART_PUT_CTRL(port, ctrl | UART_CTRL_TE); in apbuart_scan_fifo_size()
377 UART_PUT_CTRL(port, ctrl & ~(UART_CTRL_TE)); in apbuart_scan_fifo_size()
397 UART_PUT_CTRL(port, ctrl); in apbuart_scan_fifo_size()
439 UART_PUT_CTRL(port, new_cr); in apbuart_console_write()
450 UART_PUT_CTRL(port, old_cr); in apbuart_console_write()