PCH_UART_LCR_PEN  104 drivers/tty/serial/pch_uart.c #define PCH_UART_LCR_OP		PCH_UART_LCR_PEN
PCH_UART_LCR_PEN  105 drivers/tty/serial/pch_uart.c #define PCH_UART_LCR_EP		(PCH_UART_LCR_PEN | PCH_UART_LCR_EPS)
PCH_UART_LCR_PEN  106 drivers/tty/serial/pch_uart.c #define PCH_UART_LCR_1P		(PCH_UART_LCR_PEN | PCH_UART_LCR_SP)
PCH_UART_LCR_PEN  107 drivers/tty/serial/pch_uart.c #define PCH_UART_LCR_0P		(PCH_UART_LCR_PEN | PCH_UART_LCR_EPS |\
PCH_UART_LCR_PEN  454 drivers/tty/serial/pch_uart.c 	if (parity & ~(PCH_UART_LCR_PEN | PCH_UART_LCR_EPS | PCH_UART_LCR_SP)) {