Searched refs:UART_GET_CTRL (Results 1 – 2 of 2) sorted by relevance
49 cr = UART_GET_CTRL(port); in apbuart_stop_tx()58 cr = UART_GET_CTRL(port); in apbuart_start_tx()70 cr = UART_GET_CTRL(port); in apbuart_stop_rx()214 cr = UART_GET_CTRL(port); in apbuart_startup()227 cr = UART_GET_CTRL(port); in apbuart_shutdown()250 cr = UART_GET_CTRL(port); in apbuart_set_termios()357 ctrl = UART_GET_CTRL(port); in apbuart_scan_fifo_size()438 old_cr = UART_GET_CTRL(port); in apbuart_console_write()458 if (UART_GET_CTRL(port) & (UART_CTRL_RE | UART_CTRL_TE)) { in apbuart_console_get_options()
57 #define UART_GET_CTRL(port) (__raw_readl(APBBASE_CTRL_P(port))) macro