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()
565 unsigned int cflag, baud; in dz_set_termios() local
568 cflag = dport->port.line; in dz_set_termios()
572 cflag |= DZ_CS5; in dz_set_termios()
575 cflag |= DZ_CS6; in dz_set_termios()
578 cflag |= DZ_CS7; in dz_set_termios()
582 cflag |= DZ_CS8; in dz_set_termios()
586 cflag |= DZ_CSTOPB; in dz_set_termios()
588 cflag |= DZ_PARENB; in dz_set_termios()
590 cflag |= DZ_PARODD; in dz_set_termios()
606 cflag |= bflag; in dz_set_termios()
609 cflag |= DZ_RXENAB; in dz_set_termios()
615 dz_out(dport, DZ_LPR, cflag); in dz_set_termios()
616 dport->cflag = cflag; in dz_set_termios()