TIMBUART_ISR 64 drivers/tty/serial/timbuart.c u32 isr = ioread32(port->membase + TIMBUART_ISR); TIMBUART_ISR 76 drivers/tty/serial/timbuart.c iowrite32(TXBF, port->membase + TIMBUART_ISR); TIMBUART_ISR 84 drivers/tty/serial/timbuart.c while (ioread32(port->membase + TIMBUART_ISR) & RXDP) { TIMBUART_ISR 102 drivers/tty/serial/timbuart.c while (!(ioread32(port->membase + TIMBUART_ISR) & TXBF) && TIMBUART_ISR 134 drivers/tty/serial/timbuart.c iowrite32(TXFLAGS, port->membase + TIMBUART_ISR); TIMBUART_ISR 166 drivers/tty/serial/timbuart.c iowrite32(RXFLAGS, port->membase + TIMBUART_ISR); TIMBUART_ISR 182 drivers/tty/serial/timbuart.c isr = ioread32(uart->port.membase + TIMBUART_ISR); TIMBUART_ISR 226 drivers/tty/serial/timbuart.c iowrite32(CTS_DELTA, port->membase + TIMBUART_ISR); TIMBUART_ISR 248 drivers/tty/serial/timbuart.c iowrite32(0x1ff, port->membase + TIMBUART_ISR);