Searched refs:CSIZE (Results 1 - 25 of 85) sorted by relevance

1234

/linux-master/arch/m68k/atari/
H A Ddebug.c170 int csize = ((cflag & CSIZE) == CS7) ? 0x20 : 0x00;
239 reg3 = (cflag & CSIZE) == CS8 ? 0xc0 : 0x40;
240 reg5 = (cflag & CSIZE) == CS8 ? 0x60 : 0x20 | 0x82 /* assert DTR/RTS */;
266 int csize = ((cflag & CSIZE) == CS8) ? 0x10 : 0x00;
/linux-master/drivers/usb/serial/
H A Dempeg.c112 &= ~(CSIZE /* no size */
H A Dkl5kusb105.c437 if ((cflag & CSIZE) != (old_cflag & CSIZE)) {
439 switch (cflag & CSIZE) {
455 dev_err(dev, "CSIZE was not CS5-CS8, using default of 8\n");
H A Dbelkin_sa.c360 if ((cflag & CSIZE) != (old_cflag & CSIZE)) {
H A Dxr_serial.c705 termios->c_cflag &= ~CSIZE;
707 termios->c_cflag |= old_termios->c_cflag & CSIZE;
791 tty->termios.c_cflag &= ~CSIZE;
793 tty->termios.c_cflag |= old_termios->c_cflag & CSIZE;
H A Dupd78f0730.c329 tty->termios.c_cflag &= ~CSIZE;
H A Ddigi_acceleport.c737 if ((cflag & CSIZE) != (old_cflag & CSIZE)) {
739 switch (cflag & CSIZE) {
747 cflag & CSIZE);
H A Dspcp8x5.c347 switch (cflag & CSIZE) {
/linux-master/arch/powerpc/include/uapi/asm/
H A Dtermbits.h121 #define CSIZE 0x00000300 macro
/linux-master/drivers/tty/serial/
H A Dfsl_linflexuart.c407 unsigned int old_csize = old ? old->c_cflag & CSIZE : CS8;
432 while ((termios->c_cflag & CSIZE) != CS8 &&
433 (termios->c_cflag & CSIZE) != CS7) {
434 termios->c_cflag &= ~CSIZE;
439 if ((termios->c_cflag & CSIZE) == CS7) {
444 if ((termios->c_cflag & CSIZE) == CS8) {
450 if ((termios->c_cflag & CSIZE) != CS8) {
451 termios->c_cflag &= ~CSIZE;
462 if ((termios->c_cflag & CSIZE) == CS7)
H A Dsa1100.c393 unsigned int old_csize = old ? old->c_cflag & CSIZE : CS8;
398 while ((termios->c_cflag & CSIZE) != CS7 &&
399 (termios->c_cflag & CSIZE) != CS8) {
400 termios->c_cflag &= ~CSIZE;
405 if ((termios->c_cflag & CSIZE) == CS8)
H A Dfsl_lpuart.c1985 unsigned int old_csize = old ? old->c_cflag & CSIZE : CS8;
2002 while ((termios->c_cflag & CSIZE) != CS8 &&
2003 (termios->c_cflag & CSIZE) != CS7) {
2004 termios->c_cflag &= ~CSIZE;
2009 if ((termios->c_cflag & CSIZE) == CS8 ||
2010 (termios->c_cflag & CSIZE) == CS7)
2014 if ((termios->c_cflag & CSIZE) != CS8) {
2015 termios->c_cflag &= ~CSIZE;
2036 if ((termios->c_cflag & CSIZE) == CS7)
2048 if ((termios->c_cflag & CSIZE)
[all...]
H A Drp2.c348 (((cfl & CSIZE) == CS8) ? RP2_UART_CTL_DATABITS_8 : 0) |
349 (((cfl & CSIZE) == CS7) ? RP2_UART_CTL_DATABITS_7 : 0) |
350 (((cfl & CSIZE) == CS6) ? RP2_UART_CTL_DATABITS_6 : 0) |
351 (((cfl & CSIZE) == CS5) ? RP2_UART_CTL_DATABITS_5 : 0));
H A Dvt8500_serial.c365 switch (termios->c_cflag & CSIZE) {
371 termios->c_cflag &= ~CSIZE;
H A Ddigicolor-usart.c304 switch (termios->c_cflag & CSIZE) {
310 termios->c_cflag &= ~CSIZE;
H A Dsifive.c637 if ((termios->c_cflag & CSIZE) != CS8) {
639 termios->c_cflag &= ~CSIZE;
H A Darc_uart.c382 new->c_cflag &= ~(CMSPAR|CRTSCTS|CSIZE);
/linux-master/arch/sparc/include/uapi/asm/
H A Dtermbits.h125 #define CSIZE 0x00000030 macro
/linux-master/arch/alpha/include/uapi/asm/
H A Dtermbits.h131 #define CSIZE 0x00000300 macro
/linux-master/arch/parisc/include/uapi/asm/
H A Dtermbits.h96 #define CSIZE 0x00000030 macro
/linux-master/arch/mips/include/uapi/asm/
H A Dtermbits.h120 #define CSIZE 0x00000030 /* Number of bits per byte (mask) */ macro
/linux-master/include/uapi/asm-generic/
H A Dtermbits.h96 #define CSIZE 0x00000030 macro
/linux-master/drivers/accessibility/speakup/
H A Dserialio.c64 cval = cflag & (CSIZE | CSTOPB);
/linux-master/drivers/tty/serdev/
H A Dserdev-ttyport.c132 ktermios.c_cflag &= ~(CSIZE | PARENB);
/linux-master/net/bluetooth/rfcomm/
H A Dtty.c932 if ((old->c_cflag & CSIZE) != (new->c_cflag & CSIZE))
935 switch (new->c_cflag & CSIZE) {

Completed in 303 milliseconds

1234