Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/serial/
H A Dserial_mxc.c43 #define UCR2_PREN (1<<8) /* Parity enable */ macro
/openbmc/linux/drivers/tty/serial/
H A Dimx.c86 #define UCR2_PREN (1<<8) /* Parity enable */ macro
1743 ucr2 |= UCR2_PREN; in imx_uart_set_termios()
2091 if (ucr2 & UCR2_PREN) { in imx_uart_console_get_options()
/openbmc/u-boot/arch/arm/include/asm/arch-imx/
H A Dimx-regs.h546 #define UCR2_PREN (1<<8) /* Parity enable */ macro