Searched refs:UART_IIR_ID (Results 1 – 11 of 11) sorted by relevance
160 while ((iir = inb(io + UART_IIR) & UART_IIR_ID)) { in sir_interrupt()166 switch (iir & UART_IIR_ID) { /* FIXME toto treba preriedit */ in sir_interrupt()
306 iir = inb(iobase + UART_IIR) & UART_IIR_ID; in dtl1_interrupt()336 iir = inb(iobase + UART_IIR) & UART_IIR_ID; in dtl1_interrupt()
186 #define UART_IIR_ID 0x06 /* Mask for the interrupt ID */ macro
36 #define UART_IIR_ID 0x0e /* Mask for the interrupt ID */ macro
37 #define UART_IIR_ID 0x0e /* Mask for the interrupt ID */ macro
34 #define UART_IIR_ID 0x0e /* Mask for the interrupt ID */ macro
549 const __u8 id = data[1]&UART_IIR_ID; in ark3116_read_int_callback()
687 #define UART_IIR_ID 0x06 /* Mask for the interrupt ID */ macro
296 iir &= ~(UART_IIR_ID | UART_IIR_NO_INT); in serial8250_backup_timeout()
2010 if ((iir & UART_IIR_ID) == UART_IIR_THRI) { in serial8250_tx_threshold_handle_irq()