Searched refs:TIMBUART_ISR (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/tty/serial/
H A Dtimbuart.c64 u32 isr = ioread32(port->membase + TIMBUART_ISR);
76 iowrite32(TXBF, port->membase + TIMBUART_ISR);
84 while (ioread32(port->membase + TIMBUART_ISR) & RXDP) {
100 while (!(ioread32(port->membase + TIMBUART_ISR) & TXBF) &&
131 iowrite32(TXFLAGS, port->membase + TIMBUART_ISR);
163 iowrite32(RXFLAGS, port->membase + TIMBUART_ISR);
179 isr = ioread32(uart->port.membase + TIMBUART_ISR);
223 iowrite32(CTS_DELTA, port->membase + TIMBUART_ISR);
245 iowrite32(0x1ff, port->membase + TIMBUART_ISR);
H A Dtimbuart.h20 #define TIMBUART_ISR 0x18 macro

Completed in 295 milliseconds