Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/platforms/embedded6xx/
H A Dls_uart.c71 cval |= UART_LCR_STOP | UART_LCR_PARITY | UART_LCR_EPAR; in avr_uart_configure()
/openbmc/u-boot/include/linux/
H A Dserial_reg.h98 #define UART_LCR_PARITY 0x08 /* Parity Enable */ macro
/openbmc/linux/include/uapi/linux/
H A Dserial_reg.h113 #define UART_LCR_PARITY 0x08 /* Parity Enable */ macro
/openbmc/linux/drivers/usb/serial/
H A Dssu100.c35 #define SERIAL_EVEN_PARITY (UART_LCR_PARITY | UART_LCR_EPAR)
229 urb_value |= UART_LCR_PARITY; in ssu100_set_termios()
H A Dquatech2.c45 #define SERIAL_EVEN_PARITY (UART_LCR_PARITY | UART_LCR_EPAR)
271 new_lcr |= UART_LCR_PARITY; in qt2_set_termios()
H A Dark3116.c208 lcr |= UART_LCR_PARITY; in ark3116_set_termios()
H A Dmos7720.c1394 lParity = UART_LCR_PARITY; in change_port_settings()
1397 lParity = (UART_LCR_EPAR | UART_LCR_PARITY); in change_port_settings()
H A Df81232.c639 new_lcr |= UART_LCR_PARITY; in f81232_set_termios()
H A Df81534.c965 new_lcr |= UART_LCR_PARITY; in f81534_set_termios()
/openbmc/linux/drivers/accessibility/speakup/
H A Dserialio.c71 cval |= UART_LCR_PARITY; in spk_serial_init()
/openbmc/linux/drivers/tty/serial/
H A Dserial-tegra.c1309 lcr &= ~UART_LCR_PARITY; in tegra_uart_set_termios()
1316 lcr |= UART_LCR_PARITY; in tegra_uart_set_termios()
1320 lcr |= UART_LCR_PARITY; in tegra_uart_set_termios()
H A Dsunplus-uart.c369 lcr |= UART_LCR_PARITY; in sunplus_set_termios()
H A Dpxa.c416 cval |= UART_LCR_PARITY; in serial_pxa_set_termios()
H A Dsunsu.c797 cval |= UART_LCR_PARITY; in sunsu_change_speed()
H A Domap-serial.c789 cval |= UART_LCR_PARITY; in serial_omap_set_termios()
/openbmc/linux/drivers/tty/
H A Damiserial.c587 cval |= UART_LCR_PARITY; in change_speed()
689 if(cval & UART_LCR_PARITY) in change_speed()
H A Dmxser.c597 cval |= UART_LCR_PARITY; in mxser_change_speed()
/openbmc/linux/drivers/tty/serial/jsm/
H A Djsm_cls.c721 lcr |= UART_LCR_PARITY; in cls_param()
H A Djsm_neo.c995 lcr |= UART_LCR_PARITY; in neo_param()
/openbmc/linux/drivers/mmc/core/
H A Dsdio_uart.c259 cval |= UART_LCR_PARITY; in sdio_uart_change_speed()
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_port.c2637 cval |= UART_LCR_PARITY; in serial8250_compute_lcr()