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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dtimbuart.h32 #define TIMBUART_ISR 0x18 macro
H A Dtimbuart.c73 u32 isr = ioread32(port->membase + TIMBUART_ISR);
85 iowrite32(TXBF, port->membase + TIMBUART_ISR);
93 while (ioread32(port->membase + TIMBUART_ISR) & RXDP) {
111 while (!(ioread32(port->membase + TIMBUART_ISR) & TXBF) &&
143 iowrite32(TXFLAGS, port->membase + TIMBUART_ISR);
175 iowrite32(RXFLAGS, port->membase + TIMBUART_ISR);
191 isr = ioread32(uart->port.membase + TIMBUART_ISR);
235 iowrite32(CTS_DELTA, port->membase + TIMBUART_ISR);
262 iowrite32(0x1ff, port->membase + TIMBUART_ISR);

Completed in 50 milliseconds