Searched refs:UART_CONFIG_IRQ (Results 1 – 4 of 4) sorted by relevance
98 #define UART_CONFIG_IRQ (1 << 1) macro
1145 flags |= UART_CONFIG_IRQ; in uart_do_autoconfig()2274 flags |= UART_CONFIG_IRQ; in uart_configure_port()
318 UART_CONFIG_IRQ indicates autoconfiguration of the interrupt signal,
3098 if (port->type != PORT_UNKNOWN && flags & UART_CONFIG_IRQ) in serial8250_config_port()