Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/tty/serial/
A Dapbuart.c45 cr = UART_GET_CTRL(port); in apbuart_stop_tx()
54 cr = UART_GET_CTRL(port); in apbuart_start_tx()
66 cr = UART_GET_CTRL(port); in apbuart_stop_rx()
184 cr = UART_GET_CTRL(port); in apbuart_startup()
197 cr = UART_GET_CTRL(port); in apbuart_shutdown()
220 cr = UART_GET_CTRL(port); in apbuart_set_termios()
327 ctrl = UART_GET_CTRL(port); in apbuart_scan_fifo_size()
408 old_cr = UART_GET_CTRL(port); in apbuart_console_write()
428 if (UART_GET_CTRL(port) & (UART_CTRL_RE | UART_CTRL_TE)) { in apbuart_console_get_options()
A Dapbuart.h57 #define UART_GET_CTRL(port) (__raw_readl(APBBASE_CTRL_P(port))) macro

Completed in 4 milliseconds