Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/tty/serial/
Dimx.c119 #define UCR4_OREN (1<<1) /* Receiver overrun interrupt enable */ macro
503 ucr4 &= ~UCR4_OREN; in imx_uart_stop_rx()
966 if ((ucr4 & UCR4_OREN) == 0) in imx_uart_int()
1448 ucr4 = imx_uart_readl(sport, UCR4) & ~(UCR4_OREN | UCR4_INVR); in imx_uart_startup()
1450 ucr4 |= UCR4_OREN; in imx_uart_startup()