Searched refs:old_csize (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/serial/
H A Dpnx8xxx_uart.c434 unsigned int old_csize = old ? old->c_cflag & CSIZE : CS8; local
442 termios->c_cflag |= old_csize;
443 old_csize = CS8;
H A Dsa1100.c414 unsigned int old_csize = old ? old->c_cflag & CSIZE : CS8; local
422 termios->c_cflag |= old_csize;
423 old_csize = CS8;
H A Dimx.c796 unsigned int old_csize = old ? old->c_cflag & CSIZE : CS8; local
816 termios->c_cflag |= old_csize;
817 old_csize = CS8;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/serial/
H A Dpnx8xxx_uart.c434 unsigned int old_csize = old ? old->c_cflag & CSIZE : CS8; local
442 termios->c_cflag |= old_csize;
443 old_csize = CS8;
H A Dsa1100.c414 unsigned int old_csize = old ? old->c_cflag & CSIZE : CS8; local
422 termios->c_cflag |= old_csize;
423 old_csize = CS8;
H A Dimx.c796 unsigned int old_csize = old ? old->c_cflag & CSIZE : CS8; local
816 termios->c_cflag |= old_csize;
817 old_csize = CS8;

Completed in 176 milliseconds