Searched refs:UART_PUT_CTRL (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/tty/serial/
H A Dapbuart.c50 UART_PUT_CTRL(port, cr); apbuart_stop_tx()
59 UART_PUT_CTRL(port, cr); apbuart_start_tx()
71 UART_PUT_CTRL(port, cr); apbuart_stop_rx()
214 UART_PUT_CTRL(port, apbuart_startup()
227 UART_PUT_CTRL(port, apbuart_shutdown()
283 UART_PUT_CTRL(port, cr); apbuart_set_termios()
367 UART_PUT_CTRL(port, ctrl | UART_CTRL_TE); apbuart_scan_fifo_size()
377 UART_PUT_CTRL(port, ctrl & ~(UART_CTRL_TE)); apbuart_scan_fifo_size()
397 UART_PUT_CTRL(port, ctrl); apbuart_scan_fifo_size()
439 UART_PUT_CTRL(port, new_cr); apbuart_console_write()
450 UART_PUT_CTRL(port, old_cr); apbuart_console_write()
H A Dapbuart.h57 #define UART_PUT_CTRL(port, v) (__raw_writel(v, APBBASE_CTRL_P(port))) macro

Completed in 62 milliseconds