Symbol: UART_LCR_PARITY
arch/powerpc/platforms/embedded6xx/ls_uart.c
71
cval |= UART_LCR_STOP | UART_LCR_PARITY | UART_LCR_EPAR;
drivers/accessibility/speakup/serialio.c
71
cval |= UART_LCR_PARITY;
drivers/mmc/core/sdio_uart.c
257
cval |= UART_LCR_PARITY;
drivers/tty/amiserial.c
585
cval |= UART_LCR_PARITY;
drivers/tty/amiserial.c
687
if(cval & UART_LCR_PARITY)
drivers/tty/mxser.c
589
cval |= UART_LCR_PARITY;
drivers/tty/serial/8250/8250_omap.c
375
cval |= UART_LCR_PARITY;
drivers/tty/serial/8250/8250_port.c
2502
lcr |= UART_LCR_PARITY;
drivers/tty/serial/jsm/jsm_cls.c
707
lcr |= UART_LCR_PARITY;
drivers/tty/serial/jsm/jsm_neo.c
983
lcr |= UART_LCR_PARITY;
drivers/tty/serial/omap-serial.c
789
cval |= UART_LCR_PARITY;
drivers/tty/serial/pxa.c
416
cval |= UART_LCR_PARITY;
drivers/tty/serial/serial-tegra.c
1314
lcr &= ~UART_LCR_PARITY;
drivers/tty/serial/serial-tegra.c
1321
lcr |= UART_LCR_PARITY;
drivers/tty/serial/serial-tegra.c
1325
lcr |= UART_LCR_PARITY;
drivers/tty/serial/sunplus-uart.c
371
lcr |= UART_LCR_PARITY;
drivers/tty/serial/sunsu.c
774
cval |= UART_LCR_PARITY;
drivers/usb/serial/ark3116.c
208
lcr |= UART_LCR_PARITY;
drivers/usb/serial/f81232.c
638
new_lcr |= UART_LCR_PARITY;
drivers/usb/serial/f81534.c
965
new_lcr |= UART_LCR_PARITY;
drivers/usb/serial/mos7720.c
1394
lParity = UART_LCR_PARITY;
drivers/usb/serial/mos7720.c
1397
lParity = (UART_LCR_EPAR | UART_LCR_PARITY);
drivers/usb/serial/quatech2.c
271
new_lcr |= UART_LCR_PARITY;
drivers/usb/serial/quatech2.c
45
#define SERIAL_EVEN_PARITY (UART_LCR_PARITY | UART_LCR_EPAR)
drivers/usb/serial/ssu100.c
229
urb_value |= UART_LCR_PARITY;
drivers/usb/serial/ssu100.c
35
#define SERIAL_EVEN_PARITY (UART_LCR_PARITY | UART_LCR_EPAR)