| /OK3568_Linux_fs/kernel/arch/m68k/atari/ |
| H A D | debug.c | 170 int csize = ((cflag & CSIZE) == CS7) ? 0x20 : 0x00; in atari_init_mfp_port() 239 reg3 = (cflag & CSIZE) == CS8 ? 0xc0 : 0x40; in atari_init_scc_port() 240 reg5 = (cflag & CSIZE) == CS8 ? 0x60 : 0x20 | 0x82 /* assert DTR/RTS */; in atari_init_scc_port() 266 int csize = ((cflag & CSIZE) == CS8) ? 0x10 : 0x00; in atari_init_midi_port()
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | fsl_linflexuart.c | 421 unsigned int old_csize = old ? old->c_cflag & CSIZE : CS8; in linflex_set_termios() 446 while ((termios->c_cflag & CSIZE) != CS8 && in linflex_set_termios() 447 (termios->c_cflag & CSIZE) != CS7) { in linflex_set_termios() 448 termios->c_cflag &= ~CSIZE; in linflex_set_termios() 453 if ((termios->c_cflag & CSIZE) == CS7) { in linflex_set_termios() 458 if ((termios->c_cflag & CSIZE) == CS8) { in linflex_set_termios() 464 if ((termios->c_cflag & CSIZE) != CS8) { in linflex_set_termios() 465 termios->c_cflag &= ~CSIZE; in linflex_set_termios() 476 if ((termios->c_cflag & CSIZE) == CS7) in linflex_set_termios()
|
| H A D | fsl_lpuart.c | 1208 bits = (termios->c_cflag & CSIZE) == CS7 ? 9 : 10; in lpuart_start_rx_dma() 1793 unsigned int old_csize = old ? old->c_cflag & CSIZE : CS8; in lpuart_set_termios() 1810 while ((termios->c_cflag & CSIZE) != CS8 && in lpuart_set_termios() 1811 (termios->c_cflag & CSIZE) != CS7) { in lpuart_set_termios() 1812 termios->c_cflag &= ~CSIZE; in lpuart_set_termios() 1817 if ((termios->c_cflag & CSIZE) == CS8 || in lpuart_set_termios() 1818 (termios->c_cflag & CSIZE) == CS7) in lpuart_set_termios() 1822 if ((termios->c_cflag & CSIZE) != CS8) { in lpuart_set_termios() 1823 termios->c_cflag &= ~CSIZE; in lpuart_set_termios() 1844 if ((termios->c_cflag & CSIZE) == CS7) in lpuart_set_termios() [all …]
|
| H A D | pnx8xxx_uart.c | 440 unsigned int old_csize = old ? old->c_cflag & CSIZE : CS8; in pnx8xxx_set_termios() 445 while ((termios->c_cflag & CSIZE) != CS7 && in pnx8xxx_set_termios() 446 (termios->c_cflag & CSIZE) != CS8) { in pnx8xxx_set_termios() 447 termios->c_cflag &= ~CSIZE; in pnx8xxx_set_termios() 452 if ((termios->c_cflag & CSIZE) == CS8) in pnx8xxx_set_termios()
|
| H A D | sa1100.c | 420 unsigned int old_csize = old ? old->c_cflag & CSIZE : CS8; in sa1100_set_termios() 425 while ((termios->c_cflag & CSIZE) != CS7 && in sa1100_set_termios() 426 (termios->c_cflag & CSIZE) != CS8) { in sa1100_set_termios() 427 termios->c_cflag &= ~CSIZE; in sa1100_set_termios() 432 if ((termios->c_cflag & CSIZE) == CS8) in sa1100_set_termios()
|
| H A D | rp2.c | 349 (((cfl & CSIZE) == CS8) ? RP2_UART_CTL_DATABITS_8 : 0) | in __rp2_uart_set_termios() 350 (((cfl & CSIZE) == CS7) ? RP2_UART_CTL_DATABITS_7 : 0) | in __rp2_uart_set_termios() 351 (((cfl & CSIZE) == CS6) ? RP2_UART_CTL_DATABITS_6 : 0) | in __rp2_uart_set_termios() 352 (((cfl & CSIZE) == CS5) ? RP2_UART_CTL_DATABITS_5 : 0)); in __rp2_uart_set_termios()
|
| H A D | digicolor-usart.c | 306 switch (termios->c_cflag & CSIZE) { in digicolor_uart_set_termios() 312 termios->c_cflag &= ~CSIZE; in digicolor_uart_set_termios()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/shared/ |
| H A D | posix_tty.c | 153 t.c_cflag &= ~(CSIZE | PARENB); in xf86OpenSerial() 232 t.c_cflag &= ~(CSIZE); in xf86SetSerial() 236 t.c_cflag &= ~(CSIZE); in xf86SetSerial() 240 t.c_cflag &= ~(CSIZE); in xf86SetSerial() 244 t.c_cflag &= ~(CSIZE); in xf86SetSerial()
|
| /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/bits/ |
| H A D | termios-c_cflag.h | 24 #define CSIZE 0000060 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/bits/ |
| H A D | termios-c_cflag.h | 24 #define CSIZE 0000060 macro
|
| /OK3568_Linux_fs/kernel/drivers/usb/serial/ |
| H A D | kl5kusb105.c | 465 if ((cflag & CSIZE) != (old_cflag & CSIZE)) { in klsi_105_set_termios() 467 switch (cflag & CSIZE) { in klsi_105_set_termios()
|
| H A D | belkin_sa.c | 360 if ((cflag & CSIZE) != (old_cflag & CSIZE)) { in belkin_sa_set_termios() 361 switch (cflag & CSIZE) { in belkin_sa_set_termios()
|
| H A D | empeg.c | 112 &= ~(CSIZE /* no size */ in empeg_init_termios()
|
| H A D | digi_acceleport.c | 735 if ((cflag & CSIZE) != (old_cflag & CSIZE)) { in digi_set_termios() 737 switch (cflag & CSIZE) { in digi_set_termios() 745 cflag & CSIZE); in digi_set_termios()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxx11/gprs/ |
| H A D | gprs.cpp | 212 serialAttr.c_cflag &= ~CSIZE; in openSerialPort() 217 serialAttr.c_cflag &= ~CSIZE; in openSerialPort()
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/ |
| H A D | termbits.h | 133 #define CSIZE 0000060 macro
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | termbits.h | 132 #define CSIZE 0000060 macro
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/ |
| H A D | termbits.h | 161 #define CSIZE 00001400 macro
|
| /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/asm-generic/ |
| H A D | termbits.h | 132 #define CSIZE 0000060 macro
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/uapi/asm/ |
| H A D | termbits.h | 141 #define CSIZE 0000060 macro
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/uapi/asm/ |
| H A D | termbits.h | 149 #define CSIZE 0000060 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/asm-generic/ |
| H A D | termbits.h | 132 #define CSIZE 0000060 macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | termbits.h | 156 #define CSIZE 0000060 /* Number of bits per byte (mask). */ macro
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/ |
| H A D | termbits.h | 170 #define CSIZE 00001400 macro
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/ |
| H A D | termbits.h | 164 #define CSIZE 0x00000030 macro
|