Searched refs:CSIZE (Results 51 - 75 of 85) sorted by relevance

1234

/linux-master/drivers/tty/serial/8250/
H A D8250_port.c2729 if ((termios->c_cflag & CSIZE) == CS5 ||
2730 (termios->c_cflag & CSIZE) == CS6)
2731 termios->c_cflag = (termios->c_cflag & ~CSIZE) | CS7;
/linux-master/drivers/tty/serial/
H A Dmpc52xx_uart.c1180 switch (new->c_cflag & CSIZE) {
1207 mr2 |= ((new->c_cflag & CSIZE) == CS5) ?
H A Dsc16is7xx.c1024 switch (termios->c_cflag & CSIZE) {
1039 termios->c_cflag &= ~CSIZE;
H A Dxilinx_uartps.c885 switch (termios->c_cflag & CSIZE) {
895 termios->c_cflag &= ~CSIZE;
H A Dip22zilog.c815 switch (cflag & CSIZE) {
H A Dsb1250-duart.c549 switch (termios->c_cflag & CSIZE) {
H A Dsccnxp.c658 switch (termios->c_cflag & CSIZE) {
H A Dmeson_uart.c352 switch (cflags & CSIZE) {
H A Dar933x_uart.c295 new->c_cflag &= ~CSIZE;
H A Damba-pl011.c2062 switch (termios->c_cflag & CSIZE) {
2178 termios->c_cflag &= ~(CSIZE | CSTOPB | PARENB | PARODD);
H A Dzs.c864 switch (termios->c_cflag & CSIZE) {
H A Dsprd_serial.c762 switch (termios->c_cflag & CSIZE) {
H A Ducc_uart.c860 switch (termios->c_cflag & CSIZE) {
H A Dsunsu.c778 switch (cflag & CSIZE) {
H A Dsunsab.c686 switch (cflag & CSIZE) {
H A Dmax310x.c908 switch (termios->c_cflag & CSIZE) {
H A Dicom.c1377 switch (cflag & CSIZE) {
H A Dsunzilog.c880 switch (cflag & CSIZE) {
H A Dmsm_serial.c1291 switch (termios->c_cflag & CSIZE) {
/linux-master/drivers/tty/
H A Dpty.c270 tty->termios.c_cflag &= ~(CSIZE | PARENB);
H A Dtty_ioctl.c270 * Returns: size (in bits) of a character depending on @cflag's %CSIZE setting
274 switch (cflag & CSIZE) {
292 * Get the size (in bits) of a frame depending on @cflag's %CSIZE, %CSTOPB, and
/linux-master/drivers/usb/serial/
H A Doti6858.c417 switch (cflag & CSIZE) {
H A Diuu_phoenix.c932 tty->termios.c_cflag &= ~(supported_mask|CSIZE);
H A Dmos7840.c1211 switch (cflag & CSIZE) {
/linux-master/drivers/net/usb/
H A Dhso.c1070 ~(CSIZE /* no size */
1098 ~(CSIZE /* no size */

Completed in 379 milliseconds

1234