Home
last modified time | relevance | path

Searched refs:UART_LCR_SPAR (Results 1 – 4 of 4) sorted by relevance

/linux/include/uapi/linux/
H A Dserial_reg.h112 #define UART_LCR_SPAR 0x20 /* Stick parity (?) */ macro
/linux/drivers/tty/serial/8250/
H A D8250_dw.c227 if ((value & ~UART_LCR_SPAR) == (lcr & ~UART_LCR_SPAR)) in dw8250_check_lcr()
H A D8250_omap.c379 cval |= UART_LCR_SPAR; in omap_8250_set_termios_atomic()
/linux/drivers/tty/serial/
H A Dserial-tegra.c1323 lcr &= ~UART_LCR_SPAR; in tegra_uart_set_termios()
1327 lcr &= ~UART_LCR_SPAR; in tegra_uart_set_termios()