Lines Matching refs:iowrite32
55 iowrite32(ier, port->membase + TIMBUART_IER); in timbuart_stop_rx()
62 iowrite32(ier, port->membase + TIMBUART_IER); in timbuart_stop_tx()
88 iowrite32(TXBF, port->membase + TIMBUART_ISR); in timbuart_flush_buffer()
146 iowrite32(TXFLAGS, port->membase + TIMBUART_ISR); in timbuart_handle_tx_port()
178 iowrite32(RXFLAGS, port->membase + TIMBUART_ISR); in timbuart_handle_rx_port()
205 iowrite32(ier, uart->port.membase + TIMBUART_IER); in timbuart_tasklet()
238 iowrite32(CTS_DELTA, port->membase + TIMBUART_ISR); in timbuart_mctrl_check()
260 iowrite32(0x1ff, port->membase + TIMBUART_ISR); in timbuart_startup()
262 iowrite32(RXBAF | RXBF | RXTT | CTS_DELTA, in timbuart_startup()
275 iowrite32(0, port->membase + TIMBUART_IER); in timbuart_shutdown()
369 iowrite32(0, uart->port.membase + TIMBUART_IER); in timbuart_handleinterrupt()