Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A 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()
190 iowrite32(ier, uart->port.membase + TIMBUART_IER); in timbuart_tasklet()
248 port->membase + TIMBUART_IER); in timbuart_startup()
260 iowrite32(0, port->membase + TIMBUART_IER); in timbuart_shutdown()
351 uart->last_ier = ioread32(uart->port.membase + TIMBUART_IER); in timbuart_handleinterrupt()
354 iowrite32(0, uart->port.membase + TIMBUART_IER); in timbuart_handleinterrupt()
H A Dtimbuart.h18 #define TIMBUART_IER 0x10 macro