UART_IIR           67 arch/mips/pmcs-msp71xx/msp_serial.c 	unsigned int iir = readb(p->membase + (UART_IIR << p->regshift));
UART_IIR           59 arch/powerpc/kernel/legacy_serial.c 	if (offset == UART_IIR) {
UART_IIR           60 arch/powerpc/kernel/legacy_serial.c 		tmp = readl(p->membase + (UART_IIR & ~3));
UART_IIR          106 arch/powerpc/platforms/embedded6xx/ls_uart.c 	(void) in_8(avr_addr + UART_IIR);
UART_IIR           56 arch/x86/platform/ce4100/ce4100.c 	if (offset == UART_IIR) {
UART_IIR          306 drivers/bluetooth/dtl1_cs.c 	iir = inb(iobase + UART_IIR) & UART_IIR_ID;
UART_IIR          336 drivers/bluetooth/dtl1_cs.c 		iir = inb(iobase + UART_IIR) & UART_IIR_ID;
UART_IIR          328 drivers/media/rc/serial_ir.c 	if ((sinp(UART_IIR) & UART_IIR_NO_INT)) {
UART_IIR          385 drivers/media/rc/serial_ir.c 	} while (!(sinp(UART_IIR) & UART_IIR_NO_INT)); /* still pending ? */
UART_IIR          431 drivers/media/rc/serial_ir.c 	sinp(UART_IIR);
UART_IIR          440 drivers/media/rc/serial_ir.c 	sinp(UART_IIR);
UART_IIR          698 drivers/media/rc/serial_ir.c 	sinp(UART_IIR);
UART_IIR          160 drivers/media/rc/sir_ir.c 	while ((iir = inb(io + UART_IIR) & UART_IIR_ID)) {
UART_IIR          528 drivers/mmc/core/sdio_uart.c 	iir = sdio_in(port, UART_IIR);
UART_IIR          632 drivers/mmc/core/sdio_uart.c 	(void) sdio_in(port, UART_IIR);
UART_IIR          146 drivers/staging/speakup/serialio.c 	inb(speakup_info.port_tts + UART_IIR);
UART_IIR          910 drivers/tty/mxser.c 	(void) inb(info->ioaddr + UART_IIR);
UART_IIR          934 drivers/tty/mxser.c 	(void) inb(info->ioaddr + UART_IIR);
UART_IIR         2249 drivers/tty/mxser.c 				iir = inb(port->ioaddr + UART_IIR);
UART_IIR         2524 drivers/tty/mxser.c 	scratch = inb(cap + UART_IIR);
UART_IIR          259 drivers/tty/serial/8250/8250_aspeed_vuart.c 	iir = serial_port_in(port, UART_IIR);
UART_IIR          282 drivers/tty/serial/8250/8250_core.c 	iir = serial_in(up, UART_IIR);
UART_IIR          226 drivers/tty/serial/8250/8250_dw.c 	unsigned int iir = p->serial_in(p, UART_IIR);
UART_IIR           60 drivers/tty/serial/8250/8250_em.c 	case UART_IIR: /* IIR @ 0x08 */
UART_IIR           36 drivers/tty/serial/8250/8250_fsl.c 	iir = port->serial_in(port, UART_IIR);
UART_IIR          103 drivers/tty/serial/8250/8250_mid.c 	ret |= serial8250_handle_irq(p, serial_port_in(p, UART_IIR));
UART_IIR          152 drivers/tty/serial/8250/8250_mid.c 		ret |= serial8250_handle_irq(p, serial_port_in(p, UART_IIR));
UART_IIR          598 drivers/tty/serial/8250/8250_omap.c 	iir = serial_port_in(port, UART_IIR);
UART_IIR         1057 drivers/tty/serial/8250/8250_omap.c 	iir = serial_port_in(port, UART_IIR);
UART_IIR         1019 drivers/tty/serial/8250/8250_port.c 			status1 = serial_in(up, UART_IIR) >> 5;
UART_IIR         1091 drivers/tty/serial/8250/8250_port.c 	status1 = serial_in(up, UART_IIR) >> 5;
UART_IIR         1095 drivers/tty/serial/8250/8250_port.c 	status2 = serial_in(up, UART_IIR) >> 5;
UART_IIR         1261 drivers/tty/serial/8250/8250_port.c 	scratch = serial_in(up, UART_IIR) >> 6;
UART_IIR         1367 drivers/tty/serial/8250/8250_port.c 	serial_in(up, UART_IIR);
UART_IIR         1849 drivers/tty/serial/8250/8250_port.c 	iir = serial_port_in(port, UART_IIR);
UART_IIR         1865 drivers/tty/serial/8250/8250_port.c 	unsigned int iir = serial_port_in(port, UART_IIR);
UART_IIR         1876 drivers/tty/serial/8250/8250_port.c 	iir = serial_port_in(port, UART_IIR);
UART_IIR         2142 drivers/tty/serial/8250/8250_port.c 	serial_port_in(port, UART_IIR);
UART_IIR         2216 drivers/tty/serial/8250/8250_port.c 		iir1 = serial_port_in(port, UART_IIR);
UART_IIR         2220 drivers/tty/serial/8250/8250_port.c 		iir = serial_port_in(port, UART_IIR);
UART_IIR         2280 drivers/tty/serial/8250/8250_port.c 	iir = serial_port_in(port, UART_IIR);
UART_IIR         2303 drivers/tty/serial/8250/8250_port.c 	serial_port_in(port, UART_IIR);
UART_IIR          576 drivers/tty/serial/omap-serial.c 		iir = serial_in(up, UART_IIR);
UART_IIR          756 drivers/tty/serial/omap-serial.c 	(void) serial_in(up, UART_IIR);
UART_IIR          324 drivers/tty/serial/pch_uart.c 			"IIR: \t0x%02x\n", ioread8(priv->membase + UART_IIR));
UART_IIR          604 drivers/tty/serial/pch_uart.c 	return ioread8(priv->membase + UART_IIR) &\
UART_IIR          251 drivers/tty/serial/pxa.c 	iir = serial_in(up, UART_IIR);
UART_IIR          367 drivers/tty/serial/pxa.c 	(void) serial_in(up, UART_IIR);
UART_IIR          393 drivers/tty/serial/pxa.c 	(void) serial_in(up, UART_IIR);
UART_IIR          291 drivers/tty/serial/serial-tegra.c 		iir = tegra_uart_read(tup, UART_IIR);
UART_IIR          828 drivers/tty/serial/serial-tegra.c 		iir = tegra_uart_read(tup, UART_IIR);
UART_IIR          479 drivers/tty/serial/sunsu.c 	} while (!(serial_in(up, UART_IIR) & UART_IIR_NO_INT));
UART_IIR          539 drivers/tty/serial/sunsu.c 	if (!(serial_in(up, UART_IIR) & UART_IIR_NO_INT)) {
UART_IIR          663 drivers/tty/serial/sunsu.c 	(void) serial_inp(up, UART_IIR);
UART_IIR          724 drivers/tty/serial/sunsu.c 	(void) serial_inp(up, UART_IIR);
UART_IIR         1102 drivers/tty/serial/sunsu.c 	scratch = serial_in(up, UART_IIR) >> 6;
UART_IIR         1133 drivers/tty/serial/sunsu.c 		scratch = serial_in(up, UART_IIR) >> 5;
UART_IIR         1145 drivers/tty/serial/sunsu.c 			scratch = serial_in(up, UART_IIR) >> 5;
UART_IIR          418 drivers/tty/serial/vr41xx_siu.c 	iir = siu_read(port, UART_IIR);
UART_IIR          445 drivers/tty/serial/vr41xx_siu.c 	(void)siu_read(port, UART_IIR);
UART_IIR          468 drivers/tty/serial/vr41xx_siu.c 	(void)siu_read(port, UART_IIR);
UART_IIR          506 samples/vfio-mdev/mtty.c 	case UART_IIR:
UART_IIR          292 sound/drivers/serial-u16550.c 	inb(uart->base + UART_IIR);
UART_IIR          380 sound/drivers/serial-u16550.c 	if ((inb(uart->base + UART_IIR) & 0xf0) == 0xc0)
UART_IIR          447 sound/drivers/serial-u16550.c 	inb(uart->base + UART_IIR);	/* Clear any pre-existing transmit interrupt */
UART_IIR          486 sound/drivers/serial-u16550.c 	inb(uart->base + UART_IIR);	/* Clear any outstanding interrupts */