Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dtimbuart.c42 u32 ier = ioread32(port->membase + TIMBUART_IER) & ~RXFLAGS; in timbuart_stop_rx()
43 iowrite32(ier, port->membase + TIMBUART_IER); in timbuart_stop_rx()
49 u32 ier = ioread32(port->membase + TIMBUART_IER) & ~TXBAE; in timbuart_stop_tx()
50 iowrite32(ier, port->membase + TIMBUART_IER); in timbuart_stop_tx()
193 iowrite32(ier, uart->port.membase + TIMBUART_IER); in timbuart_tasklet()
251 port->membase + TIMBUART_IER); in timbuart_startup()
263 iowrite32(0, port->membase + TIMBUART_IER); in timbuart_shutdown()
354 uart->last_ier = ioread32(uart->port.membase + TIMBUART_IER); in timbuart_handleinterrupt()
357 iowrite32(0, uart->port.membase + TIMBUART_IER); in timbuart_handleinterrupt()
Dtimbuart.h18 #define TIMBUART_IER 0x10 macro