Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/tty/serial/
Dapbuart.h37 #define UART_CTRL_RE 0x00000001 /* Receiver enable */ macro
Dapbuart.c212 cr | UART_CTRL_RE | UART_CTRL_TE | in apbuart_startup()
225 cr & ~(UART_CTRL_RE | UART_CTRL_TE | in apbuart_shutdown()
454 if (UART_GET_CTRL(port) & (UART_CTRL_RE | UART_CTRL_TE)) { in apbuart_console_get_options()