Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dserial.h15 #define UART_IER_ALL_INTR (UART_IER_MSI | \ macro
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_port.c1203 scratch2 = serial_in(up, UART_IER) & UART_IER_ALL_INTR; in autoconfig()
1204 serial_out(up, UART_IER, UART_IER_ALL_INTR); in autoconfig()
1208 scratch3 = serial_in(up, UART_IER) & UART_IER_ALL_INTR; in autoconfig()
1210 if (scratch2 != 0 || scratch3 != UART_IER_ALL_INTR) { in autoconfig()
1360 serial_out(up, UART_IER, UART_IER_ALL_INTR); in autoconfig_irq()