Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dapbuart.h37 #define UART_CTRL_RE 0x00000001 /* Receiver enable */ macro
H A Dapbuart.c184 cr | UART_CTRL_RE | UART_CTRL_TE | in apbuart_startup()
197 cr & ~(UART_CTRL_RE | UART_CTRL_TE | in apbuart_shutdown()
426 if (UART_GET_CTRL(port) & (UART_CTRL_RE | UART_CTRL_TE)) { in apbuart_console_get_options()