Lines Matching refs:cflag
73 unsigned int cflag; member
147 dport->cflag &= ~DZ_RXENAB; in dz_stop_rx()
148 dz_out(dport, DZ_LPR, dport->cflag); in dz_stop_rx()
566 unsigned int cflag, baud; in dz_set_termios() local
569 cflag = dport->port.line; in dz_set_termios()
573 cflag |= DZ_CS5; in dz_set_termios()
576 cflag |= DZ_CS6; in dz_set_termios()
579 cflag |= DZ_CS7; in dz_set_termios()
583 cflag |= DZ_CS8; in dz_set_termios()
587 cflag |= DZ_CSTOPB; in dz_set_termios()
589 cflag |= DZ_PARENB; in dz_set_termios()
591 cflag |= DZ_PARODD; in dz_set_termios()
604 cflag |= bflag; in dz_set_termios()
607 cflag |= DZ_RXENAB; in dz_set_termios()
613 dz_out(dport, DZ_LPR, cflag); in dz_set_termios()
614 dport->cflag = cflag; in dz_set_termios()