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

/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; local
441 termios->c_cflag |= old_csize;
442 old_csize = CS8;
H A Dimx.c606 unsigned int old_csize = old ? old->c_cflag & CSIZE : CS8; local
623 termios->c_cflag |= old_csize;
624 old_csize = CS8;
H A Dsa1100.c417 unsigned int old_csize = old ? old->c_cflag & CSIZE : CS8; local
425 termios->c_cflag |= old_csize;
426 old_csize = CS8;

Completed in 57 milliseconds