Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/platforms/embedded6xx/
H A Dls_uart.c70 cval |= UART_LCR_STOP | UART_LCR_PARITY | UART_LCR_EPAR; in avr_uart_configure()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dserial_reg.h106 #define UART_LCR_EPAR 0x10 /* Even parity select */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dserial_reg.h106 #define UART_LCR_EPAR 0x10 /* Even parity select */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dserial_reg.h108 #define UART_LCR_EPAR 0x10 /* Even parity select */ macro
/OK3568_Linux_fs/u-boot/include/linux/
H A Dserial_reg.h98 #define UART_LCR_EPAR 0x10 /* Even parity select */ macro
/OK3568_Linux_fs/kernel/drivers/accessibility/speakup/
H A Dserialio.c73 cval |= UART_LCR_EPAR; in spk_serial_init()
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dssu100.c35 #define SERIAL_EVEN_PARITY (UART_LCR_PARITY | UART_LCR_EPAR)
H A Dark3116.c225 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.c664 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.c1585 lParity = (UART_LCR_EPAR | UART_LCR_PARITY); in change_port_settings()
/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/include/mach/
H A Dau1x00.h664 #define UART_LCR_EPAR 0x10 /* Even parity select */ macro
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dserial-tegra.c1304 lcr &= ~UART_LCR_EPAR; in tegra_uart_set_termios()
1308 lcr |= UART_LCR_EPAR; in tegra_uart_set_termios()
H A Dpxa.c454 cval |= UART_LCR_EPAR; in serial_pxa_set_termios()
H A Dvr41xx_siu.c527 lcr |= UART_LCR_EPAR; in siu_set_termios()
H A Dsunsu.c803 cval |= UART_LCR_EPAR; in sunsu_change_speed()
H A Domap-serial.c872 cval |= UART_LCR_EPAR; in serial_omap_set_termios()
/OK3568_Linux_fs/kernel/drivers/tty/serial/jsm/
H A Djsm_cls.c728 lcr |= UART_LCR_EPAR; in cls_param()
H A Djsm_neo.c997 lcr |= UART_LCR_EPAR; in neo_param()
/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dsdio_uart.c274 cval |= UART_LCR_EPAR; in sdio_uart_change_speed()
/OK3568_Linux_fs/kernel/drivers/tty/
H A Damiserial.c631 cval |= UART_LCR_EPAR; in change_speed()
H A Dmxser.c677 cval |= UART_LCR_EPAR; in mxser_change_speed()
/OK3568_Linux_fs/kernel/drivers/tty/serial/8250/
H A D8250_omap.c387 cval |= UART_LCR_EPAR; in omap_8250_set_termios()
H A D8250_port.c2633 cval |= UART_LCR_EPAR; in serial8250_compute_lcr()