Home
last modified time | relevance | path

Searched refs:UART_LCR_SPAR (Results 1 – 19 of 19) sorted by relevance

/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.h105 #define UART_LCR_SPAR 0x20 /* Stick parity (?) */ 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.h105 #define UART_LCR_SPAR 0x20 /* Stick parity (?) */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dserial_reg.h107 #define UART_LCR_SPAR 0x20 /* Stick parity (?) */ macro
/OK3568_Linux_fs/u-boot/include/linux/
H A Dserial_reg.h97 #define UART_LCR_SPAR 0x20 /* Stick parity (?) */ macro
/OK3568_Linux_fs/kernel/drivers/tty/serial/8250/
H A D8250_dw.c111 if ((value & ~UART_LCR_SPAR) == (lcr & ~UART_LCR_SPAR)) in dw8250_check_lcr()
H A D8250_omap.c389 cval |= UART_LCR_SPAR; in omap_8250_set_termios()
H A D8250_port.c2636 cval |= UART_LCR_SPAR; in serial8250_compute_lcr()
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dark3116.c228 lcr |= UART_LCR_SPAR; in ark3116_set_termios()
H A Df81232.c667 new_lcr |= UART_LCR_SPAR; in f81232_set_termios()
H A Df81534.c971 new_lcr |= UART_LCR_SPAR; in f81534_set_termios()
/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/include/mach/
H A Dau1x00.h663 #define UART_LCR_SPAR 0x20 /* Stick parity (?) */ macro
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dserial-tegra.c1305 lcr &= ~UART_LCR_SPAR; in tegra_uart_set_termios()
1309 lcr &= ~UART_LCR_SPAR; in tegra_uart_set_termios()
H A Dvr41xx_siu.c529 lcr |= UART_LCR_SPAR; in siu_set_termios()
H A Dsunsu.c806 cval |= UART_LCR_SPAR; in sunsu_change_speed()
H A Domap-serial.c874 cval |= UART_LCR_SPAR; in serial_omap_set_termios()
/OK3568_Linux_fs/kernel/drivers/tty/serial/jsm/
H A Djsm_cls.c736 lcr |= UART_LCR_SPAR; in cls_param()
H A Djsm_neo.c1005 lcr |= UART_LCR_SPAR; in neo_param()
/OK3568_Linux_fs/kernel/drivers/tty/
H A Damiserial.c634 cval |= UART_LCR_SPAR; in change_speed()
H A Dmxser.c679 cval |= UART_LCR_SPAR; in mxser_change_speed()