Searched refs:UART_LCR_SPAR (Results 1 – 9 of 9) sorted by relevance
112 #define UART_LCR_SPAR 0x20 /* Stick parity (?) */ macro
228 if ((value & ~UART_LCR_SPAR) == (lcr & ~UART_LCR_SPAR)) in dw8250_set_divisor()
2522 lcr |= UART_LCR_SPAR; in serial8250_do_set_divisor()
211 lcr |= UART_LCR_SPAR; in ark3116_set_termios()
641 new_lcr |= UART_LCR_SPAR; in f81232_set_termios()
970 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()