Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dimx.c129 #define USR1_PARITYERR (1<<15) /* Parity error interrupt flag */ macro
1176 } else if (usr1 & USR1_PARITYERR) { in imx_uart_clear_rx_errors()
1178 imx_uart_writel(sport, USR1_PARITYERR, USR1); in imx_uart_clear_rx_errors()