Home
last modified time | relevance | path

Searched refs:UART_LCR_EPAR (Results 1 – 12 of 12) sorted by relevance

/linux/arch/powerpc/platforms/embedded6xx/
H A Dls_uart.c71 cval |= UART_LCR_STOP | UART_LCR_PARITY | UART_LCR_EPAR; in avr_uart_configure()
/linux/include/uapi/linux/
H A Dserial_reg.h113 #define UART_LCR_EPAR 0x10 /* Even parity select */ macro
/linux/drivers/accessibility/speakup/
H A Dserialio.c73 cval |= UART_LCR_EPAR; in spk_serial_init()
/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.c641 new_lcr |= UART_LCR_EPAR; in f81232_set_termios()
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()
/linux/drivers/tty/serial/
H A Dsunplus-uart.c374 lcr |= UART_LCR_EPAR; in sunplus_set_termios()
H A Dserial-tegra.c1322 lcr &= ~UART_LCR_EPAR; in tegra_uart_set_termios()
1326 lcr |= UART_LCR_EPAR; in tegra_uart_set_termios()
H A Dpxa.c418 cval |= UART_LCR_EPAR; in serial_pxa_set_termios()
H A Domap-serial.c791 cval |= UART_LCR_EPAR; in serial_omap_set_termios()