Searched refs:UART_LCR_SPAR (Results 1 – 7 of 7) sorted by relevance
112 #define UART_LCR_SPAR 0x20 /* Stick parity (?) */ macro
161 if ((value & ~UART_LCR_SPAR) == (lcr & ~UART_LCR_SPAR)) in dw8250_check_lcr()
212 lcr |= UART_LCR_SPAR; in ark3116_set_termios()
644 new_lcr |= UART_LCR_SPAR; in f81232_set_termios()
971 new_lcr |= UART_LCR_SPAR; in f81534_set_termios()
1323 lcr &= ~UART_LCR_SPAR; in tegra_uart_set_termios()1327 lcr &= ~UART_LCR_SPAR; in tegra_uart_set_termios()
793 cval |= UART_LCR_SPAR; in serial_omap_set_termios()