Lines Matching refs:cflag
76 unsigned int cflag; member
150 dport->cflag &= ~DZ_RXENAB; in dz_stop_rx()
151 dz_out(dport, DZ_LPR, dport->cflag); in dz_stop_rx()
569 unsigned int cflag, baud; in dz_set_termios() local
572 cflag = dport->port.line; in dz_set_termios()
576 cflag |= DZ_CS5; in dz_set_termios()
579 cflag |= DZ_CS6; in dz_set_termios()
582 cflag |= DZ_CS7; in dz_set_termios()
586 cflag |= DZ_CS8; in dz_set_termios()
590 cflag |= DZ_CSTOPB; in dz_set_termios()
592 cflag |= DZ_PARENB; in dz_set_termios()
594 cflag |= DZ_PARODD; in dz_set_termios()
607 cflag |= bflag; in dz_set_termios()
610 cflag |= DZ_RXENAB; in dz_set_termios()
616 dz_out(dport, DZ_LPR, cflag); in dz_set_termios()
617 dport->cflag = cflag; in dz_set_termios()