Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/tty/serial/
Dimx.c118 #define UCR4_OREN (1<<1) /* Receiver overrun interrupt enable */ macro
486 ucr4 &= ~UCR4_OREN; in imx_uart_stop_rx()
996 if ((ucr4 & UCR4_OREN) == 0) in imx_uart_int()
1481 ucr4 = imx_uart_readl(sport, UCR4) & ~(UCR4_OREN | UCR4_INVR); in imx_uart_startup()
1483 ucr4 |= UCR4_OREN; in imx_uart_startup()