Home
last modified time | relevance | path

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

/drivers/tty/serial/
Dapbuart.c215 cr | UART_CTRL_RE | UART_CTRL_TE | in apbuart_startup()
228 cr & ~(UART_CTRL_RE | UART_CTRL_TE | in apbuart_shutdown()
457 if (UART_GET_CTRL(port) & (UART_CTRL_RE | UART_CTRL_TE)) { in apbuart_console_get_options()
Dapbuart.h36 #define UART_CTRL_RE 0x00000001 /* Receiver enable */ macro