Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dtimbuart.c76 u32 isr = ioread32(port->membase + TIMBUART_ISR); in timbuart_tx_empty()
88 iowrite32(TXBF, port->membase + TIMBUART_ISR); in timbuart_flush_buffer()
96 while (ioread32(port->membase + TIMBUART_ISR) & RXDP) { in timbuart_rx_chars()
114 while (!(ioread32(port->membase + TIMBUART_ISR) & TXBF) && in timbuart_tx_chars()
146 iowrite32(TXFLAGS, port->membase + TIMBUART_ISR); in timbuart_handle_tx_port()
178 iowrite32(RXFLAGS, port->membase + TIMBUART_ISR); in timbuart_handle_rx_port()
194 isr = ioread32(uart->port.membase + TIMBUART_ISR); 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()
Dtimbuart.h32 #define TIMBUART_ISR 0x18 macro