Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/tty/serial/
Dimx.c120 #define UCR4_OREN (1<<1) /* Receiver overrun interrupt enable */ macro
487 ucr4 &= ~UCR4_OREN; in imx_uart_stop_rx_with_loopback_ctrl()
1018 if ((ucr4 & UCR4_OREN) == 0) in imx_uart_int()
1510 ucr4 = imx_uart_readl(sport, UCR4) & ~(UCR4_OREN | UCR4_INVR); in imx_uart_startup()
1512 ucr4 |= UCR4_OREN; in imx_uart_startup()