Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dtimbuart.c54 u32 ier = ioread32(port->membase + TIMBUART_IER) & ~RXFLAGS; in timbuart_stop_rx()
55 iowrite32(ier, port->membase + TIMBUART_IER); in timbuart_stop_rx()
61 u32 ier = ioread32(port->membase + TIMBUART_IER) & ~TXBAE; in timbuart_stop_tx()
62 iowrite32(ier, port->membase + TIMBUART_IER); in timbuart_stop_tx()
205 iowrite32(ier, uart->port.membase + TIMBUART_IER); in timbuart_tasklet()
263 port->membase + TIMBUART_IER); in timbuart_startup()
275 iowrite32(0, port->membase + TIMBUART_IER); in timbuart_shutdown()
366 uart->last_ier = ioread32(uart->port.membase + TIMBUART_IER); in timbuart_handleinterrupt()
369 iowrite32(0, uart->port.membase + TIMBUART_IER); in timbuart_handleinterrupt()
Dtimbuart.h30 #define TIMBUART_IER 0x10 macro