Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/platforms/embedded6xx/
H A Dls_uart.c71 cval |= UART_LCR_STOP | UART_LCR_PARITY | UART_LCR_EPAR; in avr_uart_configure()
/linux-6.15/include/uapi/linux/
H A Dserial_reg.h113 #define UART_LCR_EPAR 0x10 /* Even parity select */ macro
/linux-6.15/drivers/accessibility/speakup/
H A Dserialio.c73 cval |= UART_LCR_EPAR; in spk_serial_init()
/linux-6.15/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 Dquatech2.c45 #define SERIAL_EVEN_PARITY (UART_LCR_PARITY | UART_LCR_EPAR)
H A Df81232.c642 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-6.15/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 Dsunsu.c776 cval |= UART_LCR_EPAR; in sunsu_change_speed()
H A Domap-serial.c791 cval |= UART_LCR_EPAR; in serial_omap_set_termios()
/linux-6.15/drivers/tty/serial/jsm/
H A Djsm_cls.c710 lcr |= UART_LCR_EPAR; in cls_param()
H A Djsm_neo.c986 lcr |= UART_LCR_EPAR; in neo_param()
/linux-6.15/drivers/mmc/core/
H A Dsdio_uart.c259 cval |= UART_LCR_EPAR; in sdio_uart_change_speed()
/linux-6.15/drivers/tty/
H A Damiserial.c589 cval |= UART_LCR_EPAR; in change_speed()
H A Dmxser.c596 cval |= UART_LCR_EPAR; in mxser_change_speed()
/linux-6.15/drivers/tty/serial/8250/
H A D8250_omap.c391 cval |= UART_LCR_EPAR; in omap_8250_set_termios()
H A D8250_port.c2640 cval |= UART_LCR_EPAR; in serial8250_compute_lcr()