Home
last modified time | relevance | path

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

/linux-6.12.1/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()
187 iowrite32(ier, uart->port.membase + TIMBUART_IER); in timbuart_tasklet()
245 port->membase + TIMBUART_IER); in timbuart_startup()
257 iowrite32(0, port->membase + TIMBUART_IER); in timbuart_shutdown()
348 uart->last_ier = ioread32(uart->port.membase + TIMBUART_IER); in timbuart_handleinterrupt()
351 iowrite32(0, uart->port.membase + TIMBUART_IER); in timbuart_handleinterrupt()
Dtimbuart.h18 #define TIMBUART_IER 0x10 macro