Home
last modified time | relevance | path

Searched refs:UART_LCR_PARITY (Results 1 – 25 of 25) sorted by relevance

/Linux-v4.19/arch/powerpc/platforms/embedded6xx/
Dls_uart.c70 cval |= UART_LCR_STOP | UART_LCR_PARITY | UART_LCR_EPAR; in avr_uart_configure()
/Linux-v4.19/include/uapi/linux/
Dserial_reg.h107 #define UART_LCR_PARITY 0x08 /* Parity Enable */ macro
/Linux-v4.19/drivers/usb/serial/
Dssu100.c35 #define SERIAL_EVEN_PARITY (UART_LCR_PARITY | UART_LCR_EPAR)
229 urb_value |= UART_LCR_PARITY; in ssu100_set_termios()
Dquatech2.c45 #define SERIAL_EVEN_PARITY (UART_LCR_PARITY | UART_LCR_EPAR)
279 new_lcr |= UART_LCR_PARITY; in qt2_set_termios()
Df81232.c461 new_lcr |= UART_LCR_PARITY; in f81232_set_termios()
Dark3116.c233 lcr |= UART_LCR_PARITY; in ark3116_set_termios()
Dmos7720.c1576 lParity = UART_LCR_PARITY; in change_port_settings()
1579 lParity = (UART_LCR_EPAR | UART_LCR_PARITY); in change_port_settings()
Df81534.c960 new_lcr |= UART_LCR_PARITY; in f81534_set_termios()
/Linux-v4.19/drivers/staging/speakup/
Dserialio.c69 cval |= UART_LCR_PARITY; in spk_serial_init()
/Linux-v4.19/drivers/tty/serial/
Dserial-tegra.c1090 lcr &= ~UART_LCR_PARITY; in tegra_uart_set_termios()
1098 lcr |= UART_LCR_PARITY; in tegra_uart_set_termios()
1102 lcr |= UART_LCR_PARITY; in tegra_uart_set_termios()
Dioc3_serial.c633 UART_LCR_PARITY | LCR_MASK_STOP_BITS); in config_port()
640 lcr |= UART_LCR_PARITY; in config_port()
Dpxa.c456 cval |= UART_LCR_PARITY; in serial_pxa_set_termios()
Dvr41xx_siu.c529 lcr |= UART_LCR_PARITY; in siu_set_termios()
Dioc4_serial.c1361 UART_LCR_PARITY | LCR_MASK_STOP_BITS); in config_port()
1368 lcr |= UART_LCR_PARITY; in config_port()
Dsunsu.c805 cval |= UART_LCR_PARITY; in sunsu_change_speed()
Domap-serial.c866 cval |= UART_LCR_PARITY; in serial_omap_set_termios()
/Linux-v4.19/drivers/tty/
Damiserial.c665 cval |= UART_LCR_PARITY; in change_speed()
769 if(cval & UART_LCR_PARITY) in change_speed()
Dmxser.c676 cval |= UART_LCR_PARITY; in mxser_change_speed()
/Linux-v4.19/drivers/tty/serial/jsm/
Djsm_cls.c725 lcr |= UART_LCR_PARITY; in cls_param()
Djsm_neo.c992 lcr |= UART_LCR_PARITY; in neo_param()
/Linux-v4.19/drivers/staging/dgnc/
Ddgnc_cls.c739 lcr |= UART_LCR_PARITY; in cls_param()
/Linux-v4.19/drivers/mmc/core/
Dsdio_uart.c276 cval |= UART_LCR_PARITY; in sdio_uart_change_speed()
/Linux-v4.19/drivers/tty/serial/8250/
D8250_omap.c353 cval |= UART_LCR_PARITY; in omap_8250_set_termios()
D8250_port.c2566 cval |= UART_LCR_PARITY; in serial8250_compute_lcr()
/Linux-v4.19/drivers/isdn/i4l/
Disdn_tty.c1043 cval |= UART_LCR_PARITY; in isdn_tty_change_speed()