Searched refs:UART_LCR_SPAR (Results 1 – 9 of 9) sorted by relevance
112 #define UART_LCR_SPAR 0x20 /* Stick parity (?) */ macro
253 if ((value & ~UART_LCR_SPAR) == (lcr & ~UART_LCR_SPAR)) in dw8250_check_lcr()
2506 lcr |= UART_LCR_SPAR; in serial8250_compute_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()
778 cval |= UART_LCR_SPAR; in sunsu_change_speed()
793 cval |= UART_LCR_SPAR; in serial_omap_set_termios()