Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/tty/serial/
Dimx.c87 #define UCR2_PREN (1<<8) /* Parity enable */ macro
1792 ucr2 |= UCR2_PREN; in imx_uart_set_termios()
2140 if (ucr2 & UCR2_PREN) { in imx_uart_console_get_options()