Searched refs:CSIZE (Results 26 - 50 of 125) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm26/
H A Dtermbits.h119 #define CSIZE 0000060 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-avr32/
H A Dtermbits.h120 #define CSIZE 0000060 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/
H A Decs.c121 static unsigned char cclflags[CSIZE]; /* initialized to all '\0' */
H A Dtblcmp.c81 int extptr, extrct[2][CSIZE + 1];
230 int tmpstorage[CSIZE + 1];
714 int i, numdiff, tmpbase, tmp[CSIZE + 1];
715 Char transset[CSIZE + 1];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/mac/
H A Ddebug.c303 reg3 = (((cflag & CSIZE) == CS8) ? 0xc0 : 0x40);
304 reg5 = (((cflag & CSIZE) == CS8) ? 0x60 : 0x20) | 0x82 /* assert DTR/RTS */;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dpnx8xxx_uart.c433 unsigned int old_csize = old ? old->c_cflag & CSIZE : CS8;
438 while ((termios->c_cflag & CSIZE) != CS7 &&
439 (termios->c_cflag & CSIZE) != CS8) {
440 termios->c_cflag &= ~CSIZE;
445 if ((termios->c_cflag & CSIZE) == CS8)
H A Dimx.c606 unsigned int old_csize = old ? old->c_cflag & CSIZE : CS8;
620 while ((termios->c_cflag & CSIZE) != CS7 &&
621 (termios->c_cflag & CSIZE) != CS8) {
622 termios->c_cflag &= ~CSIZE;
627 if ((termios->c_cflag & CSIZE) == CS8)
H A Dsa1100.c417 unsigned int old_csize = old ? old->c_cflag & CSIZE : CS8;
422 while ((termios->c_cflag & CSIZE) != CS7 &&
423 (termios->c_cflag & CSIZE) != CS8) {
424 termios->c_cflag &= ~CSIZE;
429 if ((termios->c_cflag & CSIZE) == CS8)
H A D21285.c240 switch (termios->c_cflag & CSIZE) {
H A Dclps711x.c306 switch (termios->c_cflag & CSIZE) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dbelkin_sa.c410 if( (cflag&CSIZE) != (old_cflag&CSIZE) ) {
411 switch (cflag & CSIZE) {
416 default: err("CSIZE was not CS5-CS8, using default of 8");
H A Dcp2101.c407 cflag &= ~CSIZE;
587 if ((cflag & CSIZE) != (old_cflag & CSIZE)) {
590 switch (cflag & CSIZE) {
H A Dkl5kusb105.c734 if ((cflag & CSIZE) != (old_cflag & CSIZE)) {
736 switch (cflag & CSIZE) {
752 err("CSIZE was not CS5-CS8, using default of 8");
H A Dark3116.c208 if (cflag & CSIZE) {
209 switch (cflag & CSIZE) {
223 err("CSIZE was set but not CS5-CS8, using CS8!");
H A Ddigi_acceleport.c1062 if( (cflag&CSIZE) != (old_cflag&CSIZE) ) {
1066 switch( (cflag&CSIZE) ) {
1073 (cflag&CSIZE) );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-v850/
H A Dv850e_uarta.h210 if ((cflags & CSIZE) == CS8)
H A Dv850e_uartb.h194 if ((cflags & CSIZE) == CS8)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Dtermbits.h150 #define CSIZE 0x00000030 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Dtermbits.h151 #define CSIZE 0x00000030 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/ircomm/
H A Dircomm_tty_ioctl.c68 switch (cflag & CSIZE) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/rc/
H A Dinit.c71 tty.c_cflag &= CBAUD|CBAUDEX|CSIZE|CSTOPB|PARENB|PARODD;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dpty.c208 tty->termios->c_cflag &= ~(CSIZE | PARENB);
H A Dsx.c741 (((CFLAG & CSIZE) == CS8) ? MR1_8_BITS : 0) |
742 (((CFLAG & CSIZE) == CS7) ? MR1_7_BITS : 0) |
743 (((CFLAG & CSIZE) == CS6) ? MR1_6_BITS : 0) |
744 (((CFLAG & CSIZE) == CS5) ? MR1_5_BITS : 0));
751 switch (CFLAG & CSIZE) {
765 printk(KERN_INFO "sx: Invalid wordsize: %u\n", CFLAG & CSIZE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bluetooth/rfcomm/
H A Dtty.c841 if ((old->c_cflag & CSIZE) != (new->c_cflag & CSIZE))
844 switch (new->c_cflag & CSIZE) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/rio/
H A Drioparam.c241 switch (TtyP->termios->c_cflag & CSIZE) {

Completed in 155 milliseconds

12345