Searched refs:IIR_MASK (Results 1 – 2 of 2) sorted by relevance
88 #define IIR_MASK 0xf macro240 status = readl(port->membase + UART_IIR) & IIR_MASK; in netx_int()253 status = readl(port->membase + UART_IIR) & IIR_MASK; in netx_int()
187 #define IIR_MASK 0x0F macro759 while ((iir = IIR_MASK & inb(IIR(dev->base_addr))) != IIR_NOPEND) { in yam_interrupt()