Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/tty/serial/
Dimx.c86 #define UCR2_PREN (1<<8) /* Parity enable */ macro
1691 ucr2 |= UCR2_PREN; in imx_uart_set_termios()
2039 if (ucr2 & UCR2_PREN) { in imx_uart_console_get_options()