Home
last modified time | relevance | path

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

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