Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dserial_reg.h106 #define UART_LCR_SPAR 0x20 /* Stick parity (?) */ macro
/linux-6.1.9/drivers/tty/serial/8250/
D8250_dw.c113 if ((value & ~UART_LCR_SPAR) == (lcr & ~UART_LCR_SPAR)) in dw8250_check_lcr()
D8250_omap.c375 cval |= UART_LCR_SPAR; in omap_8250_set_termios()
D8250_port.c2624 cval |= UART_LCR_SPAR; in serial8250_compute_lcr()
/linux-6.1.9/drivers/usb/serial/
Dark3116.c212 lcr |= UART_LCR_SPAR; in ark3116_set_termios()
Df81232.c643 new_lcr |= UART_LCR_SPAR; in f81232_set_termios()
Df81534.c969 new_lcr |= UART_LCR_SPAR; in f81534_set_termios()
/linux-6.1.9/drivers/tty/serial/
Dserial-tegra.c1312 lcr &= ~UART_LCR_SPAR; in tegra_uart_set_termios()
1316 lcr &= ~UART_LCR_SPAR; in tegra_uart_set_termios()
Dsunsu.c802 cval |= UART_LCR_SPAR; in sunsu_change_speed()
Domap-serial.c822 cval |= UART_LCR_SPAR; in serial_omap_set_termios()
/linux-6.1.9/drivers/tty/serial/jsm/
Djsm_cls.c727 lcr |= UART_LCR_SPAR; in cls_param()
Djsm_neo.c1001 lcr |= UART_LCR_SPAR; in neo_param()
/linux-6.1.9/drivers/tty/
Damiserial.c593 cval |= UART_LCR_SPAR; in change_speed()
Dmxser.c600 cval |= UART_LCR_SPAR; in mxser_change_speed()