Home
last modified time | relevance | path

Searched refs:UART_LCR_PARITY (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.h107 #define UART_LCR_PARITY 0x08 /* Parity Enable */ 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.h107 #define UART_LCR_PARITY 0x08 /* Parity Enable */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dserial_reg.h109 #define UART_LCR_PARITY 0x08 /* Parity Enable */ macro
/OK3568_Linux_fs/u-boot/include/linux/
H A Dserial_reg.h99 #define UART_LCR_PARITY 0x08 /* Parity Enable */ macro
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dssu100.c35 #define SERIAL_EVEN_PARITY (UART_LCR_PARITY | UART_LCR_EPAR)
229 urb_value |= UART_LCR_PARITY; in ssu100_set_termios()
H A Dquatech2.c45 #define SERIAL_EVEN_PARITY (UART_LCR_PARITY | UART_LCR_EPAR)
279 new_lcr |= UART_LCR_PARITY; in qt2_set_termios()
H A Dark3116.c223 lcr |= UART_LCR_PARITY; in ark3116_set_termios()
H A Dmos7720.c1582 lParity = UART_LCR_PARITY; in change_port_settings()
1585 lParity = (UART_LCR_EPAR | UART_LCR_PARITY); in change_port_settings()
H A Df81232.c661 new_lcr |= UART_LCR_PARITY; in f81232_set_termios()
H A Df81534.c965 new_lcr |= UART_LCR_PARITY; in f81534_set_termios()
/OK3568_Linux_fs/kernel/drivers/accessibility/speakup/
H A Dserialio.c71 cval |= UART_LCR_PARITY; in spk_serial_init()
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dserial-tegra.c1295 lcr &= ~UART_LCR_PARITY; in tegra_uart_set_termios()
1303 lcr |= UART_LCR_PARITY; in tegra_uart_set_termios()
1307 lcr |= UART_LCR_PARITY; in tegra_uart_set_termios()
H A Dpxa.c452 cval |= UART_LCR_PARITY; in serial_pxa_set_termios()
H A Dvr41xx_siu.c525 lcr |= UART_LCR_PARITY; in siu_set_termios()
H A Dsunsu.c801 cval |= UART_LCR_PARITY; in sunsu_change_speed()
H A Domap-serial.c870 cval |= UART_LCR_PARITY; in serial_omap_set_termios()
/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/include/mach/
H A Dau1x00.h665 #define UART_LCR_PARITY 0x08 /* Parity Enable */ macro
/OK3568_Linux_fs/kernel/drivers/tty/
H A Damiserial.c627 cval |= UART_LCR_PARITY; in change_speed()
731 if(cval & UART_LCR_PARITY) in change_speed()
H A Dmxser.c675 cval |= UART_LCR_PARITY; in mxser_change_speed()
/OK3568_Linux_fs/kernel/drivers/tty/serial/jsm/
H A Djsm_cls.c725 lcr |= UART_LCR_PARITY; in cls_param()
H A Djsm_neo.c994 lcr |= UART_LCR_PARITY; in neo_param()
/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dsdio_uart.c272 cval |= UART_LCR_PARITY; in sdio_uart_change_speed()
/OK3568_Linux_fs/kernel/drivers/tty/serial/8250/
H A D8250_omap.c385 cval |= UART_LCR_PARITY; in omap_8250_set_termios()
H A D8250_port.c2628 cval |= UART_LCR_PARITY; in serial8250_compute_lcr()