Home
last modified time | relevance | path

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

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