Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Dserial_reg.h96 #define UART_LCR_SPAR 0x20 /* Stick parity (?) */ macro
/openbmc/linux/include/uapi/linux/
H A Dserial_reg.h111 #define UART_LCR_SPAR 0x20 /* Stick parity (?) */ macro
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_dw.c140 if ((value & ~UART_LCR_SPAR) == (lcr & ~UART_LCR_SPAR)) in dw8250_check_lcr()
H A D8250_port.c2641 cval |= UART_LCR_SPAR; in serial8250_compute_lcr()
/openbmc/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()
/openbmc/linux/drivers/tty/serial/
H A Dserial-tegra.c1318 lcr &= ~UART_LCR_SPAR; in tegra_uart_set_termios()
1322 lcr &= ~UART_LCR_SPAR; in tegra_uart_set_termios()
H A Dsunsu.c801 cval |= UART_LCR_SPAR; in sunsu_change_speed()
H A Domap-serial.c793 cval |= UART_LCR_SPAR; in serial_omap_set_termios()
/openbmc/linux/drivers/tty/serial/jsm/
H A Djsm_cls.c727 lcr |= UART_LCR_SPAR; in cls_param()
H A Djsm_neo.c1001 lcr |= UART_LCR_SPAR; in neo_param()
/openbmc/linux/drivers/tty/
H A Damiserial.c593 cval |= UART_LCR_SPAR; in change_speed()
H A Dmxser.c601 cval |= UART_LCR_SPAR; in mxser_change_speed()