Home
last modified time | relevance | path

Searched refs:UART_LCR_EPAR (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.h97 #define UART_LCR_EPAR 0x10 /* Even parity select */ macro
/openbmc/linux/include/uapi/linux/
H A Dserial_reg.h112 #define UART_LCR_EPAR 0x10 /* Even parity select */ macro
/openbmc/linux/drivers/accessibility/speakup/
H A Dserialio.c73 cval |= UART_LCR_EPAR; in spk_serial_init()
/openbmc/linux/drivers/usb/serial/
H A Dssu100.c35 #define SERIAL_EVEN_PARITY (UART_LCR_PARITY | UART_LCR_EPAR)
H A Dark3116.c210 lcr |= UART_LCR_EPAR; in ark3116_set_termios()
H A Df81232.c642 new_lcr |= UART_LCR_EPAR; in f81232_set_termios()
H A Dquatech2.c45 #define SERIAL_EVEN_PARITY (UART_LCR_PARITY | UART_LCR_EPAR)
H A Df81534.c968 new_lcr |= UART_LCR_EPAR; in f81534_set_termios()
H A Dmos7720.c1397 lParity = (UART_LCR_EPAR | UART_LCR_PARITY); in change_port_settings()
/openbmc/linux/drivers/tty/serial/
H A Dsunplus-uart.c372 lcr |= UART_LCR_EPAR; in sunplus_set_termios()
H A Dserial-tegra.c1317 lcr &= ~UART_LCR_EPAR; in tegra_uart_set_termios()
1321 lcr |= UART_LCR_EPAR; in tegra_uart_set_termios()
H A Dpxa.c418 cval |= UART_LCR_EPAR; in serial_pxa_set_termios()
H A Dsunsu.c799 cval |= UART_LCR_EPAR; in sunsu_change_speed()
H A Domap-serial.c791 cval |= UART_LCR_EPAR; in serial_omap_set_termios()
/openbmc/linux/drivers/tty/serial/jsm/
H A Djsm_cls.c724 lcr |= UART_LCR_EPAR; in cls_param()
H A Djsm_neo.c998 lcr |= UART_LCR_EPAR; in neo_param()
/openbmc/linux/drivers/mmc/core/
H A Dsdio_uart.c261 cval |= UART_LCR_EPAR; in sdio_uart_change_speed()
/openbmc/linux/drivers/tty/
H A Damiserial.c591 cval |= UART_LCR_EPAR; in change_speed()
H A Dmxser.c599 cval |= UART_LCR_EPAR; in mxser_change_speed()
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_port.c2639 cval |= UART_LCR_EPAR; in serial8250_compute_lcr()