Home
last modified time | relevance | path

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

1234567

/OK3568_Linux_fs/kernel/arch/m68k/atari/
H A Ddebug.c170 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 Dfsl_linflexuart.c421 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 Dfsl_lpuart.c1208 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 Dpnx8xxx_uart.c440 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 Dsa1100.c420 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 Drp2.c349 (((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 Ddigicolor-usart.c306 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 Dposix_tty.c153 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 Dtermios-c_cflag.h24 #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 Dtermios-c_cflag.h24 #define CSIZE 0000060 macro
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dkl5kusb105.c465 if ((cflag & CSIZE) != (old_cflag & CSIZE)) { in klsi_105_set_termios()
467 switch (cflag & CSIZE) { in klsi_105_set_termios()
H A Dbelkin_sa.c360 if ((cflag & CSIZE) != (old_cflag & CSIZE)) { in belkin_sa_set_termios()
361 switch (cflag & CSIZE) { in belkin_sa_set_termios()
H A Dempeg.c112 &= ~(CSIZE /* no size */ in empeg_init_termios()
H A Ddigi_acceleport.c735 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 Dgprs.cpp212 serialAttr.c_cflag &= ~CSIZE; in openSerialPort()
217 serialAttr.c_cflag &= ~CSIZE; in openSerialPort()
/OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/
H A Dtermbits.h133 #define CSIZE 0000060 macro
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dtermbits.h132 #define CSIZE 0000060 macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/
H A Dtermbits.h161 #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 Dtermbits.h132 #define CSIZE 0000060 macro
/OK3568_Linux_fs/kernel/arch/ia64/include/uapi/asm/
H A Dtermbits.h141 #define CSIZE 0000060 macro
/OK3568_Linux_fs/kernel/arch/xtensa/include/uapi/asm/
H A Dtermbits.h149 #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 Dtermbits.h132 #define CSIZE 0000060 macro
/OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/
H A Dtermbits.h156 #define CSIZE 0000060 /* Number of bits per byte (mask). */ macro
/OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/
H A Dtermbits.h170 #define CSIZE 00001400 macro
/OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/
H A Dtermbits.h164 #define CSIZE 0x00000030 macro

1234567