Home
last modified time | relevance | path

Searched refs:UART_LCR_SPAR (Results 1 – 14 of 14) 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.c144 if ((value & ~UART_LCR_SPAR) == (lcr & ~UART_LCR_SPAR)) in dw8250_check_lcr()
H A D8250_omap.c394 cval |= UART_LCR_SPAR; in omap_8250_set_termios()
H A D8250_port.c2606 cval |= UART_LCR_SPAR; in serial8250_compute_lcr()
/linux/drivers/usb/serial/
H A Dark3116.c212 lcr |= UART_LCR_SPAR; in ark3116_set_termios()
H A Df81232.c645 new_lcr |= UART_LCR_SPAR; in f81232_set_termios()
H A Df81534.c971 new_lcr |= UART_LCR_SPAR; in f81534_set_termios()
/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()
H A Dsunsu.c802 cval |= UART_LCR_SPAR; in sunsu_change_speed()
H A Domap-serial.c793 cval |= UART_LCR_SPAR; in serial_omap_set_termios()
/linux/drivers/tty/serial/jsm/
H A Djsm_cls.c713 lcr |= UART_LCR_SPAR; in cls_param()
H A Djsm_neo.c989 lcr |= UART_LCR_SPAR; in neo_param()
/linux/drivers/tty/
H A Damiserial.c591 cval |= UART_LCR_SPAR; in change_speed()
H A Dmxser.c601 cval |= UART_LCR_SPAR; in mxser_change_speed()