adapter_interrupts  852 drivers/tty/serial/icom.c 	u32 adapter_interrupts;
adapter_interrupts  863 drivers/tty/serial/icom.c 		adapter_interrupts = readl(int_reg);
adapter_interrupts  865 drivers/tty/serial/icom.c 		if (adapter_interrupts & 0x00003FFF) {
adapter_interrupts  868 drivers/tty/serial/icom.c 			port_int_reg = (u16) adapter_interrupts;
adapter_interrupts  872 drivers/tty/serial/icom.c 		if (adapter_interrupts & 0x3FFF0000) {
adapter_interrupts  877 drivers/tty/serial/icom.c 				    (u16) (adapter_interrupts >> 16);
adapter_interrupts  884 drivers/tty/serial/icom.c 		writel(adapter_interrupts, int_reg);
adapter_interrupts  891 drivers/tty/serial/icom.c 	adapter_interrupts = readl(int_reg);
adapter_interrupts  893 drivers/tty/serial/icom.c 	if (adapter_interrupts & 0x00003FFF) {
adapter_interrupts  896 drivers/tty/serial/icom.c 		port_int_reg = (u16) adapter_interrupts;
adapter_interrupts  900 drivers/tty/serial/icom.c 	if (adapter_interrupts & 0x3FFF0000) {
adapter_interrupts  904 drivers/tty/serial/icom.c 			port_int_reg = (u16) (adapter_interrupts >> 16);
adapter_interrupts  911 drivers/tty/serial/icom.c 	writel(adapter_interrupts, int_reg);
adapter_interrupts  914 drivers/tty/serial/icom.c 	adapter_interrupts = readl(int_reg);