UTCR3_RIE 326 drivers/mfd/ipaq-micro.c writel(UTCR3_TXE | UTCR3_RXE | UTCR3_RIE, micro->base + UTCR3); UTCR3_RIE 168 drivers/tty/serial/sa1100.c UART_PUT_UTCR3(sport, utcr3 & ~UTCR3_RIE); UTCR3_RIE 385 drivers/tty/serial/sa1100.c UART_PUT_UTCR3(sport, UTCR3_RXE | UTCR3_TXE | UTCR3_RIE); UTCR3_RIE 498 drivers/tty/serial/sa1100.c UART_PUT_UTCR3(sport, old_utcr3 & ~(UTCR3_RIE | UTCR3_TIE)); UTCR3_RIE 729 drivers/tty/serial/sa1100.c UART_PUT_UTCR3(sport, (old_utcr3 & ~(UTCR3_RIE | UTCR3_TIE)) |