Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dserial_core.h410 #define UART_CONFIG_IRQ (1 << 1) macro
/openbmc/linux/drivers/tty/serial/
H A Dserial_core.c1198 flags |= UART_CONFIG_IRQ; in uart_do_autoconfig()
2624 flags |= UART_CONFIG_IRQ; in uart_configure_port()
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_port.c3228 if (port->type != PORT_UNKNOWN && flags & UART_CONFIG_IRQ) in serial8250_config_port()