CSIZE             170 arch/m68k/atari/debug.c 	int csize = ((cflag & CSIZE) == CS7) ? 0x20 : 0x00;
CSIZE             239 arch/m68k/atari/debug.c 	reg3 = (cflag & CSIZE) == CS8 ? 0xc0 : 0x40;
CSIZE             240 arch/m68k/atari/debug.c 	reg5 = (cflag & CSIZE) == CS8 ? 0x60 : 0x20 | 0x82 /* assert DTR/RTS */;
CSIZE             266 arch/m68k/atari/debug.c 	int csize = ((cflag & CSIZE) == CS8) ? 0x10 : 0x00;
CSIZE            1424 drivers/char/pcmcia/synclink_cs.c 	switch (cflag & CSIZE) {
CSIZE             493 drivers/ipack/devices/ipoctal.c 	switch (cflag & CSIZE) {
CSIZE             504 drivers/ipack/devices/ipoctal.c 		tty->termios.c_cflag = (cflag & ~CSIZE) | CS8;
CSIZE             253 drivers/mmc/core/sdio_uart.c 	switch (termios->c_cflag & CSIZE) {
CSIZE            1074 drivers/net/usb/hso.c 		~(CSIZE		/* no size */
CSIZE            1103 drivers/net/usb/hso.c 		~(CSIZE		/* no size */
CSIZE             508 drivers/staging/greybus/uart.c 	switch (termios->c_cflag & CSIZE) {
CSIZE             250 drivers/staging/isdn/gigaset/usb-gigaset.c 	switch (cflag & CSIZE) {
CSIZE             267 drivers/staging/isdn/gigaset/usb-gigaset.c 		if ((cflag & CSIZE) == CS5)
CSIZE              62 drivers/staging/speakup/serialio.c 	cval = cflag & (CSIZE | CSTOPB);
CSIZE            2044 drivers/tty/cyclades.c 		switch (cflag & CSIZE) {
CSIZE            2177 drivers/tty/cyclades.c 		switch (cflag & CSIZE) {
CSIZE            1755 drivers/tty/moxa.c 	mode = termio->c_cflag & CSIZE;
CSIZE             656 drivers/tty/mxser.c 	switch (cflag & CSIZE) {
CSIZE            1618 drivers/tty/mxser.c 				me->databits[p] = cflag & CSIZE;
CSIZE             290 drivers/tty/pty.c 	tty->termios.c_cflag &= ~(CSIZE | PARENB);
CSIZE             709 drivers/tty/rocket.c 	if ((cflag & CSIZE) == CS8) {
CSIZE            1056 drivers/tty/rocket.c 	if (((cflag & CSIZE) == CS5) || ((cflag & CSIZE) == CS6))
CSIZE            1058 drivers/tty/rocket.c 		    ((cflag & ~CSIZE) | (old_termios->c_cflag & CSIZE));
CSIZE             134 drivers/tty/serdev/serdev-ttyport.c 	ktermios.c_cflag &= ~(CSIZE | PARENB);
CSIZE             235 drivers/tty/serial/21285.c 	switch (termios->c_cflag & CSIZE) {
CSIZE             341 drivers/tty/serial/8250/8250_omap.c 	switch (termios->c_cflag & CSIZE) {
CSIZE            2469 drivers/tty/serial/8250/8250_port.c 	switch (c_cflag & CSIZE) {
CSIZE            2564 drivers/tty/serial/8250/8250_port.c 		if ((termios->c_cflag & CSIZE) == CS5 ||
CSIZE            2565 drivers/tty/serial/8250/8250_port.c 		    (termios->c_cflag & CSIZE) == CS6)
CSIZE            2566 drivers/tty/serial/8250/8250_port.c 			termios->c_cflag = (termios->c_cflag & ~CSIZE) | CS7;
CSIZE             396 drivers/tty/serial/amba-pl010.c 	switch (termios->c_cflag & CSIZE) {
CSIZE            1978 drivers/tty/serial/amba-pl011.c 	switch (termios->c_cflag & CSIZE) {
CSIZE            2077 drivers/tty/serial/amba-pl011.c 	termios->c_cflag &= ~(CSIZE | CSTOPB | PARENB | PARODD);
CSIZE             238 drivers/tty/serial/ar933x_uart.c 	new->c_cflag &= ~CSIZE;
CSIZE             392 drivers/tty/serial/arc_uart.c 	new->c_cflag &= ~(CMSPAR|CRTSCTS|CSIZE);
CSIZE            2149 drivers/tty/serial/atmel_serial.c 	switch (termios->c_cflag & CSIZE) {
CSIZE             523 drivers/tty/serial/bcm63xx_uart.c 	switch (new->c_cflag & CSIZE) {
CSIZE             272 drivers/tty/serial/clps711x.c 	switch (termios->c_cflag & CSIZE) {
CSIZE             535 drivers/tty/serial/cpm_uart/cpm_uart_core.c 	switch (termios->c_cflag & CSIZE) {
CSIZE             306 drivers/tty/serial/digicolor-usart.c 	switch (termios->c_cflag & CSIZE) {
CSIZE             575 drivers/tty/serial/dz.c 	switch (termios->c_cflag & CSIZE) {
CSIZE             363 drivers/tty/serial/efm32-uart.c 	switch (new->c_cflag & CSIZE) {
CSIZE             428 drivers/tty/serial/fsl_linflexuart.c 	unsigned int old_csize = old ? old->c_cflag & CSIZE : CS8;
CSIZE             453 drivers/tty/serial/fsl_linflexuart.c 	while ((termios->c_cflag & CSIZE) != CS8 &&
CSIZE             454 drivers/tty/serial/fsl_linflexuart.c 	       (termios->c_cflag & CSIZE) != CS7) {
CSIZE             455 drivers/tty/serial/fsl_linflexuart.c 		termios->c_cflag &= ~CSIZE;
CSIZE             460 drivers/tty/serial/fsl_linflexuart.c 	if ((termios->c_cflag & CSIZE) == CS7) {
CSIZE             465 drivers/tty/serial/fsl_linflexuart.c 	if ((termios->c_cflag & CSIZE) == CS8) {
CSIZE             471 drivers/tty/serial/fsl_linflexuart.c 		if ((termios->c_cflag & CSIZE) != CS8) {
CSIZE             472 drivers/tty/serial/fsl_linflexuart.c 			termios->c_cflag &= ~CSIZE;
CSIZE             483 drivers/tty/serial/fsl_linflexuart.c 	if ((termios->c_cflag & CSIZE) == CS7)
CSIZE            1152 drivers/tty/serial/fsl_lpuart.c 	bits = (termios->c_cflag & CSIZE) == CS7 ? 9 : 10;
CSIZE            1635 drivers/tty/serial/fsl_lpuart.c 	unsigned int old_csize = old ? old->c_cflag & CSIZE : CS8;
CSIZE            1652 drivers/tty/serial/fsl_lpuart.c 	while ((termios->c_cflag & CSIZE) != CS8 &&
CSIZE            1653 drivers/tty/serial/fsl_lpuart.c 		(termios->c_cflag & CSIZE) != CS7) {
CSIZE            1654 drivers/tty/serial/fsl_lpuart.c 		termios->c_cflag &= ~CSIZE;
CSIZE            1659 drivers/tty/serial/fsl_lpuart.c 	if ((termios->c_cflag & CSIZE) == CS8 ||
CSIZE            1660 drivers/tty/serial/fsl_lpuart.c 		(termios->c_cflag & CSIZE) == CS7)
CSIZE            1664 drivers/tty/serial/fsl_lpuart.c 		if ((termios->c_cflag & CSIZE) != CS8) {
CSIZE            1665 drivers/tty/serial/fsl_lpuart.c 			termios->c_cflag &= ~CSIZE;
CSIZE            1686 drivers/tty/serial/fsl_lpuart.c 	if ((termios->c_cflag & CSIZE) == CS7)
CSIZE            1698 drivers/tty/serial/fsl_lpuart.c 			if ((termios->c_cflag & CSIZE) == CS8)
CSIZE            1862 drivers/tty/serial/fsl_lpuart.c 	unsigned int old_csize = old ? old->c_cflag & CSIZE : CS8;
CSIZE            1874 drivers/tty/serial/fsl_lpuart.c 	while ((termios->c_cflag & CSIZE) != CS8 &&
CSIZE            1875 drivers/tty/serial/fsl_lpuart.c 		(termios->c_cflag & CSIZE) != CS7) {
CSIZE            1876 drivers/tty/serial/fsl_lpuart.c 		termios->c_cflag &= ~CSIZE;
CSIZE            1881 drivers/tty/serial/fsl_lpuart.c 	if ((termios->c_cflag & CSIZE) == CS8 ||
CSIZE            1882 drivers/tty/serial/fsl_lpuart.c 		(termios->c_cflag & CSIZE) == CS7)
CSIZE            1886 drivers/tty/serial/fsl_lpuart.c 		if ((termios->c_cflag & CSIZE) != CS8) {
CSIZE            1887 drivers/tty/serial/fsl_lpuart.c 			termios->c_cflag &= ~CSIZE;
CSIZE            1904 drivers/tty/serial/fsl_lpuart.c 	if ((termios->c_cflag & CSIZE) == CS7)
CSIZE            1913 drivers/tty/serial/fsl_lpuart.c 			if ((termios->c_cflag & CSIZE) == CS8)
CSIZE            1108 drivers/tty/serial/icom.c 	switch (cflag & CSIZE) {
CSIZE            1571 drivers/tty/serial/imx.c 	unsigned int old_csize = old ? old->c_cflag & CSIZE : CS8;
CSIZE            1579 drivers/tty/serial/imx.c 	while ((termios->c_cflag & CSIZE) != CS7 &&
CSIZE            1580 drivers/tty/serial/imx.c 	       (termios->c_cflag & CSIZE) != CS8) {
CSIZE            1581 drivers/tty/serial/imx.c 		termios->c_cflag &= ~CSIZE;
CSIZE            1604 drivers/tty/serial/imx.c 	if ((termios->c_cflag & CSIZE) == CS8)
CSIZE             821 drivers/tty/serial/ip22zilog.c 	switch (cflag & CSIZE) {
CSIZE             742 drivers/tty/serial/jsm/jsm_cls.c 	switch (ch->ch_c_cflag & CSIZE) {
CSIZE            1009 drivers/tty/serial/jsm/jsm_neo.c 	switch (ch->ch_c_cflag & CSIZE) {
CSIZE             424 drivers/tty/serial/lantiq.c 	switch (cflag & CSIZE) {
CSIZE             432 drivers/tty/serial/lantiq.c 		new->c_cflag &= ~ CSIZE;
CSIZE             509 drivers/tty/serial/lpc32xx_hs.c 	termios->c_cflag &= ~(CSIZE | CSTOPB | PARENB | PARODD);
CSIZE             484 drivers/tty/serial/max3100.c 	if ((cflag & CSIZE) == CS8) {
CSIZE             490 drivers/tty/serial/max3100.c 		cflag = (cflag & ~CSIZE) | CS7;
CSIZE             908 drivers/tty/serial/max310x.c 	switch (termios->c_cflag & CSIZE) {
CSIZE             215 drivers/tty/serial/mcf.c 	switch (termios->c_cflag & CSIZE) {
CSIZE             663 drivers/tty/serial/men_z135_uart.c 	switch (termios->c_cflag & CSIZE) {
CSIZE             330 drivers/tty/serial/meson_uart.c 	switch (cflags & CSIZE) {
CSIZE             310 drivers/tty/serial/milbeaut_usio.c 	switch (termios->c_cflag & CSIZE) {
CSIZE            1185 drivers/tty/serial/mpc52xx_uart.c 	switch (new->c_cflag & CSIZE) {
CSIZE            1212 drivers/tty/serial/mpc52xx_uart.c 		mr2 |= ((new->c_cflag & CSIZE) == CS5) ?
CSIZE             367 drivers/tty/serial/mps2-uart.c 	termios->c_cflag &= ~CSIZE;
CSIZE            1272 drivers/tty/serial/msm_serial.c 	switch (termios->c_cflag & CSIZE) {
CSIZE             988 drivers/tty/serial/mxs-auart.c 	switch (cflag & CSIZE) {
CSIZE             847 drivers/tty/serial/omap-serial.c 	switch (termios->c_cflag & CSIZE) {
CSIZE             341 drivers/tty/serial/owl-uart.c 	switch (termios->c_cflag & CSIZE) {
CSIZE            1377 drivers/tty/serial/pch_uart.c 	switch (termios->c_cflag & CSIZE) {
CSIZE            1043 drivers/tty/serial/pmac_zilog.c 	switch (cflag & CSIZE) {
CSIZE             446 drivers/tty/serial/pnx8xxx_uart.c 	unsigned int old_csize = old ? old->c_cflag & CSIZE : CS8;
CSIZE             451 drivers/tty/serial/pnx8xxx_uart.c 	while ((termios->c_cflag & CSIZE) != CS7 &&
CSIZE             452 drivers/tty/serial/pnx8xxx_uart.c 	       (termios->c_cflag & CSIZE) != CS8) {
CSIZE             453 drivers/tty/serial/pnx8xxx_uart.c 		termios->c_cflag &= ~CSIZE;
CSIZE             458 drivers/tty/serial/pnx8xxx_uart.c 	if ((termios->c_cflag & CSIZE) == CS8)
CSIZE             437 drivers/tty/serial/pxa.c 	switch (termios->c_cflag & CSIZE) {
CSIZE            1013 drivers/tty/serial/qcom_geni_serial.c 	switch (termios->c_cflag & CSIZE) {
CSIZE             258 drivers/tty/serial/rda-uart.c 	switch (termios->c_cflag & CSIZE) {
CSIZE             350 drivers/tty/serial/rp2.c 		(((cfl & CSIZE) == CS8) ? RP2_UART_CTL_DATABITS_8 : 0) |
CSIZE             351 drivers/tty/serial/rp2.c 		(((cfl & CSIZE) == CS7) ? RP2_UART_CTL_DATABITS_7 : 0) |
CSIZE             352 drivers/tty/serial/rp2.c 		(((cfl & CSIZE) == CS6) ? RP2_UART_CTL_DATABITS_6 : 0) |
CSIZE             353 drivers/tty/serial/rp2.c 		(((cfl & CSIZE) == CS5) ? RP2_UART_CTL_DATABITS_5 : 0));
CSIZE             426 drivers/tty/serial/sa1100.c 	unsigned int old_csize = old ? old->c_cflag & CSIZE : CS8;
CSIZE             431 drivers/tty/serial/sa1100.c 	while ((termios->c_cflag & CSIZE) != CS7 &&
CSIZE             432 drivers/tty/serial/sa1100.c 	       (termios->c_cflag & CSIZE) != CS8) {
CSIZE             433 drivers/tty/serial/sa1100.c 		termios->c_cflag &= ~CSIZE;
CSIZE             438 drivers/tty/serial/sa1100.c 	if ((termios->c_cflag & CSIZE) == CS8)
CSIZE            1325 drivers/tty/serial/samsung.c 	switch (termios->c_cflag & CSIZE) {
CSIZE             554 drivers/tty/serial/sb1250-duart.c 	switch (termios->c_cflag & CSIZE) {
CSIZE             878 drivers/tty/serial/sc16is7xx.c 	switch (termios->c_cflag & CSIZE) {
CSIZE             893 drivers/tty/serial/sc16is7xx.c 		termios->c_cflag &= ~CSIZE;
CSIZE             663 drivers/tty/serial/sccnxp.c 	switch (termios->c_cflag & CSIZE) {
CSIZE            1303 drivers/tty/serial/serial-tegra.c 	switch (termios->c_cflag & CSIZE) {
CSIZE             338 drivers/tty/serial/serial_core.c 	switch (cflag & CSIZE) {
CSIZE             642 drivers/tty/serial/serial_txx9.c 	switch (termios->c_cflag & CSIZE) {
CSIZE            2385 drivers/tty/serial/sh-sci.c 	if ((termios->c_cflag & CSIZE) == CS7)
CSIZE            2500 drivers/tty/serial/sh-sci.c 	switch (termios->c_cflag & CSIZE) {
CSIZE             650 drivers/tty/serial/sifive.c 	if ((termios->c_cflag & CSIZE) != CS8)
CSIZE             713 drivers/tty/serial/sirfsoc_uart.c 	switch (termios->c_cflag & CSIZE) {
CSIZE             792 drivers/tty/serial/sprd_serial.c 	switch (termios->c_cflag & CSIZE) {
CSIZE             541 drivers/tty/serial/st-asc.c 	if ((cflag & CSIZE) == CS7) {
CSIZE             657 drivers/tty/serial/stm32-usart.c 	switch (cflag & CSIZE) {
CSIZE             691 drivers/tty/serial/sunsab.c 	switch (cflag & CSIZE) {
CSIZE             786 drivers/tty/serial/sunsu.c 	switch (cflag & CSIZE) {
CSIZE             886 drivers/tty/serial/sunzilog.c 	switch (cflag & CSIZE) {
CSIZE             874 drivers/tty/serial/ucc_uart.c 	switch (termios->c_cflag & CSIZE) {
CSIZE             511 drivers/tty/serial/vr41xx_siu.c 	switch (c_cflag & CSIZE) {
CSIZE             392 drivers/tty/serial/vt8500_serial.c 	switch (termios->c_cflag & CSIZE) {
CSIZE             398 drivers/tty/serial/vt8500_serial.c 		termios->c_cflag &= ~CSIZE;
CSIZE             768 drivers/tty/serial/xilinx_uartps.c 	switch (termios->c_cflag & CSIZE) {
CSIZE             778 drivers/tty/serial/xilinx_uartps.c 		termios->c_cflag &= ~CSIZE;
CSIZE             868 drivers/tty/serial/zs.c 	switch (termios->c_cflag & CSIZE) {
CSIZE            1920 drivers/tty/synclink.c 	switch (cflag & CSIZE) {
CSIZE            2526 drivers/tty/synclink_gt.c 	switch (cflag & CSIZE) {
CSIZE            2755 drivers/tty/synclinkmp.c 	switch (cflag & CSIZE) {
CSIZE            1056 drivers/usb/class/cdc-acm.c 	switch (termios->c_cflag & CSIZE) {
CSIZE             205 drivers/usb/serial/ark3116.c 	switch (cflag & CSIZE) {
CSIZE             360 drivers/usb/serial/belkin_sa.c 	if ((cflag & CSIZE) != (old_cflag & CSIZE)) {
CSIZE             361 drivers/usb/serial/belkin_sa.c 		switch (cflag & CSIZE) {
CSIZE             927 drivers/usb/serial/cp210x.c 	cflag &= ~CSIZE;
CSIZE            1165 drivers/usb/serial/cp210x.c 	if ((cflag & CSIZE) != (old_cflag & CSIZE)) {
CSIZE            1168 drivers/usb/serial/cp210x.c 		switch (cflag & CSIZE) {
CSIZE             890 drivers/usb/serial/cypress_m8.c 	switch (cflag & CSIZE) {
CSIZE             758 drivers/usb/serial/digi_acceleport.c 	if ((cflag & CSIZE) != (old_cflag & CSIZE)) {
CSIZE             760 drivers/usb/serial/digi_acceleport.c 		switch (cflag & CSIZE) {
CSIZE             768 drivers/usb/serial/digi_acceleport.c 				cflag & CSIZE);
CSIZE             112 drivers/usb/serial/empeg.c 		&= ~(CSIZE	/* no size */
CSIZE            2682 drivers/usb/serial/ftdi_sio.c 		termios->c_cflag &= ~CSIZE;
CSIZE            2684 drivers/usb/serial/ftdi_sio.c 			termios->c_cflag |= old_termios->c_cflag & CSIZE;
CSIZE            2703 drivers/usb/serial/ftdi_sio.c 	if ((old_termios->c_cflag & (CSIZE|PARODD|PARENB|CMSPAR|CSTOPB)) ==
CSIZE            2704 drivers/usb/serial/ftdi_sio.c 	    (termios->c_cflag & (CSIZE|PARODD|PARENB|CMSPAR|CSTOPB)))
CSIZE            2725 drivers/usb/serial/ftdi_sio.c 	switch (cflag & CSIZE) {
CSIZE            2470 drivers/usb/serial/io_edgeport.c 	switch (cflag & CSIZE) {
CSIZE            2253 drivers/usb/serial/io_ti.c 	switch (cflag & CSIZE) {
CSIZE             927 drivers/usb/serial/iuu_phoenix.c 	tty->termios.c_cflag &= ~(supported_mask|CSIZE);
CSIZE            2103 drivers/usb/serial/keyspan.c 	switch (p_priv->cflag & CSIZE) {
CSIZE            2373 drivers/usb/serial/keyspan.c 	switch (p_priv->cflag & CSIZE) {
CSIZE            2549 drivers/usb/serial/keyspan.c 	switch (p_priv->cflag & CSIZE) {
CSIZE            2675 drivers/usb/serial/keyspan.c 	switch (p_priv->cflag & CSIZE) {
CSIZE             467 drivers/usb/serial/kl5kusb105.c 	if ((cflag & CSIZE) != (old_cflag & CSIZE)) {
CSIZE             469 drivers/usb/serial/kl5kusb105.c 		switch (cflag & CSIZE) {
CSIZE             650 drivers/usb/serial/mct_u232.c 	switch (cflag & CSIZE) {
CSIZE            1555 drivers/usb/serial/mos7720.c 	switch (cflag & CSIZE) {
CSIZE            1721 drivers/usb/serial/mos7840.c 	switch (cflag & CSIZE) {
CSIZE             418 drivers/usb/serial/oti6858.c 	switch (cflag & CSIZE) {
CSIZE             284 drivers/usb/serial/quatech2.c 	switch (cflag & CSIZE) {
CSIZE             348 drivers/usb/serial/spcp8x5.c 	switch (cflag & CSIZE) {
CSIZE             234 drivers/usb/serial/ssu100.c 	switch (cflag & CSIZE) {
CSIZE             332 drivers/usb/serial/upd78f0730.c 		tty->termios.c_cflag &= ~CSIZE;
CSIZE             644 drivers/usb/serial/whiteheat.c 	switch (cflag & CSIZE) {
CSIZE             161 include/linux/tty.h #define C_CSIZE(tty)	_C_FLAG((tty), CSIZE)
CSIZE             929 net/bluetooth/rfcomm/tty.c 	if ((old->c_cflag & CSIZE) != (new->c_cflag & CSIZE))
CSIZE             932 net/bluetooth/rfcomm/tty.c 	switch (new->c_cflag & CSIZE) {