Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Darc_uart.c90 #define UART_RX_IRQ_ENABLE(uart) UART_REG_OR(uart, R_STS, RXIENB) macro
337 UART_RX_IRQ_ENABLE(port); /* Only Rx IRQ enabled to begin with */ in arc_serial_startup()
376 UART_RX_IRQ_ENABLE(port); in arc_serial_set_termios()