Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/tty/serial/
Dimx.c126 #define USR1_PARITYERR (1<<15) /* Parity error interrupt flag */ macro
1255 } else if (usr1 & USR1_PARITYERR) { in imx_uart_clear_rx_errors()
1257 imx_uart_writel(sport, USR1_PARITYERR, USR1); in imx_uart_clear_rx_errors()