Home
last modified time | relevance | path

Searched refs:UART_LCR_PARITY (Results 1 – 7 of 7) 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.h114 #define UART_LCR_PARITY 0x08 /* Parity Enable */ macro
/linux/drivers/accessibility/speakup/
H A Dserialio.c71 cval |= UART_LCR_PARITY; in spk_serial_init()
/linux/drivers/tty/serial/
H A Dserial-tegra.c1314 lcr &= ~UART_LCR_PARITY; in tegra_uart_set_termios()
1321 lcr |= UART_LCR_PARITY; in tegra_uart_set_termios()
1325 lcr |= UART_LCR_PARITY; in tegra_uart_set_termios()
H A Dsunplus-uart.c371 lcr |= UART_LCR_PARITY; in sunplus_set_termios()
/linux/drivers/mmc/core/
H A Dsdio_uart.c257 cval |= UART_LCR_PARITY; in sdio_uart_change_speed()
/linux/drivers/tty/serial/8250/
H A D8250_omap.c375 cval |= UART_LCR_PARITY; in omap_8250_set_termios_atomic()