Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dserial.h15 #define UART_IER_ALL_INTR (UART_IER_MSI | \ macro
/linux/drivers/tty/serial/8250/
H A D8250_port.c1113 scratch2 = serial_in(up, UART_IER) & UART_IER_ALL_INTR; in autoconfig()
1114 serial_out(up, UART_IER, UART_IER_ALL_INTR); in autoconfig()
1118 scratch3 = serial_in(up, UART_IER) & UART_IER_ALL_INTR; in autoconfig()
1120 if (scratch2 != 0 || scratch3 != UART_IER_ALL_INTR) { in autoconfig()
1250 serial_out(up, UART_IER, UART_IER_ALL_INTR); in autoconfig_irq()