UART_LCR_PARITY    70 arch/powerpc/platforms/embedded6xx/ls_uart.c 	cval |= UART_LCR_STOP | UART_LCR_PARITY | UART_LCR_EPAR;
UART_LCR_PARITY   272 drivers/mmc/core/sdio_uart.c 		cval |= UART_LCR_PARITY;
UART_LCR_PARITY    69 drivers/staging/speakup/serialio.c 		cval |= UART_LCR_PARITY;
UART_LCR_PARITY   665 drivers/tty/amiserial.c 		cval |= UART_LCR_PARITY;
UART_LCR_PARITY   769 drivers/tty/amiserial.c 	if(cval & UART_LCR_PARITY)
UART_LCR_PARITY   676 drivers/tty/mxser.c 		cval |= UART_LCR_PARITY;
UART_LCR_PARITY   360 drivers/tty/serial/8250/8250_omap.c 		cval |= UART_LCR_PARITY;
UART_LCR_PARITY  2488 drivers/tty/serial/8250/8250_port.c 		cval |= UART_LCR_PARITY;
UART_LCR_PARITY   725 drivers/tty/serial/jsm/jsm_cls.c 		lcr |= UART_LCR_PARITY;
UART_LCR_PARITY   992 drivers/tty/serial/jsm/jsm_neo.c 		lcr |= UART_LCR_PARITY;
UART_LCR_PARITY   866 drivers/tty/serial/omap-serial.c 		cval |= UART_LCR_PARITY;
UART_LCR_PARITY   456 drivers/tty/serial/pxa.c 		cval |= UART_LCR_PARITY;
UART_LCR_PARITY  1284 drivers/tty/serial/serial-tegra.c 	lcr &= ~UART_LCR_PARITY;
UART_LCR_PARITY  1292 drivers/tty/serial/serial-tegra.c 			lcr |= UART_LCR_PARITY;
UART_LCR_PARITY  1296 drivers/tty/serial/serial-tegra.c 			lcr |= UART_LCR_PARITY;
UART_LCR_PARITY   805 drivers/tty/serial/sunsu.c 		cval |= UART_LCR_PARITY;
UART_LCR_PARITY   529 drivers/tty/serial/vr41xx_siu.c 		lcr |= UART_LCR_PARITY;
UART_LCR_PARITY   223 drivers/usb/serial/ark3116.c 		lcr |= UART_LCR_PARITY;
UART_LCR_PARITY   559 drivers/usb/serial/f81232.c 		new_lcr |= UART_LCR_PARITY;
UART_LCR_PARITY   963 drivers/usb/serial/f81534.c 		new_lcr |= UART_LCR_PARITY;
UART_LCR_PARITY  1576 drivers/usb/serial/mos7720.c 			lParity = UART_LCR_PARITY;
UART_LCR_PARITY  1579 drivers/usb/serial/mos7720.c 			lParity = (UART_LCR_EPAR | UART_LCR_PARITY);
UART_LCR_PARITY    45 drivers/usb/serial/quatech2.c #define  SERIAL_EVEN_PARITY         (UART_LCR_PARITY | UART_LCR_EPAR)
UART_LCR_PARITY   279 drivers/usb/serial/quatech2.c 			new_lcr |= UART_LCR_PARITY;
UART_LCR_PARITY    35 drivers/usb/serial/ssu100.c #define  SERIAL_EVEN_PARITY         (UART_LCR_PARITY | UART_LCR_EPAR)
UART_LCR_PARITY   229 drivers/usb/serial/ssu100.c 			urb_value |= UART_LCR_PARITY;