UART_LCR_EPAR      70 arch/powerpc/platforms/embedded6xx/ls_uart.c 	cval |= UART_LCR_STOP | UART_LCR_PARITY | UART_LCR_EPAR;
UART_LCR_EPAR     274 drivers/mmc/core/sdio_uart.c 		cval |= UART_LCR_EPAR;
UART_LCR_EPAR      71 drivers/staging/speakup/serialio.c 		cval |= UART_LCR_EPAR;
UART_LCR_EPAR     669 drivers/tty/amiserial.c 		cval |= UART_LCR_EPAR;
UART_LCR_EPAR     678 drivers/tty/mxser.c 		cval |= UART_LCR_EPAR;
UART_LCR_EPAR     362 drivers/tty/serial/8250/8250_omap.c 		cval |= UART_LCR_EPAR;
UART_LCR_EPAR    2493 drivers/tty/serial/8250/8250_port.c 		cval |= UART_LCR_EPAR;
UART_LCR_EPAR     728 drivers/tty/serial/jsm/jsm_cls.c 		lcr |= UART_LCR_EPAR;
UART_LCR_EPAR     995 drivers/tty/serial/jsm/jsm_neo.c 		lcr |= UART_LCR_EPAR;
UART_LCR_EPAR     868 drivers/tty/serial/omap-serial.c 		cval |= UART_LCR_EPAR;
UART_LCR_EPAR     458 drivers/tty/serial/pxa.c 		cval |= UART_LCR_EPAR;
UART_LCR_EPAR    1293 drivers/tty/serial/serial-tegra.c 			lcr &= ~UART_LCR_EPAR;
UART_LCR_EPAR    1297 drivers/tty/serial/serial-tegra.c 			lcr |= UART_LCR_EPAR;
UART_LCR_EPAR     807 drivers/tty/serial/sunsu.c 		cval |= UART_LCR_EPAR;
UART_LCR_EPAR     531 drivers/tty/serial/vr41xx_siu.c 		lcr |= UART_LCR_EPAR;
UART_LCR_EPAR     225 drivers/usb/serial/ark3116.c 		lcr |= UART_LCR_EPAR;
UART_LCR_EPAR     562 drivers/usb/serial/f81232.c 			new_lcr |= UART_LCR_EPAR;
UART_LCR_EPAR     966 drivers/usb/serial/f81534.c 			new_lcr |= UART_LCR_EPAR;
UART_LCR_EPAR    1579 drivers/usb/serial/mos7720.c 			lParity = (UART_LCR_EPAR | UART_LCR_PARITY);
UART_LCR_EPAR      45 drivers/usb/serial/quatech2.c #define  SERIAL_EVEN_PARITY         (UART_LCR_PARITY | UART_LCR_EPAR)
UART_LCR_EPAR      35 drivers/usb/serial/ssu100.c #define  SERIAL_EVEN_PARITY         (UART_LCR_PARITY | UART_LCR_EPAR)