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