Home
last modified time | relevance | path

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

/drivers/tty/serial/
Dtimbuart.c64 u32 isr = ioread32(port->membase + TIMBUART_ISR); in timbuart_tx_empty()
76 iowrite32(TXBF, port->membase + TIMBUART_ISR); in timbuart_flush_buffer()
84 while (ioread32(port->membase + TIMBUART_ISR) & RXDP) { in timbuart_rx_chars()
100 while (!(ioread32(port->membase + TIMBUART_ISR) & TXBF) && in timbuart_tx_chars()
131 iowrite32(TXFLAGS, port->membase + TIMBUART_ISR); in timbuart_handle_tx_port()
163 iowrite32(RXFLAGS, port->membase + TIMBUART_ISR); in timbuart_handle_rx_port()
179 isr = ioread32(uart->port.membase + TIMBUART_ISR); in timbuart_tasklet()
223 iowrite32(CTS_DELTA, port->membase + TIMBUART_ISR); in timbuart_mctrl_check()
245 iowrite32(0x1ff, port->membase + TIMBUART_ISR); in timbuart_startup()
Dtimbuart.h20 #define TIMBUART_ISR 0x18 macro