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

/linux-4.1.27/drivers/tty/serial/
H A Dapbuart.c48 cr = UART_GET_CTRL(port); apbuart_stop_tx()
57 cr = UART_GET_CTRL(port); apbuart_start_tx()
69 cr = UART_GET_CTRL(port); apbuart_stop_rx()
213 cr = UART_GET_CTRL(port); apbuart_startup()
226 cr = UART_GET_CTRL(port); apbuart_shutdown()
249 cr = UART_GET_CTRL(port); apbuart_set_termios()
356 ctrl = UART_GET_CTRL(port); apbuart_scan_fifo_size()
437 old_cr = UART_GET_CTRL(port); apbuart_console_write()
457 if (UART_GET_CTRL(port) & (UART_CTRL_RE | UART_CTRL_TE)) { apbuart_console_get_options()
H A Dapbuart.h56 #define UART_GET_CTRL(port) (__raw_readl(APBBASE_CTRL_P(port))) macro

Completed in 149 milliseconds