Lines Matching refs:cflag
68 unsigned int cflag; member
143 dport->cflag &= ~DZ_RXENAB; in dz_stop_rx()
144 dz_out(dport, DZ_LPR, dport->cflag); in dz_stop_rx()
593 unsigned int cflag, baud; in dz_set_termios() local
596 cflag = dport->port.line; in dz_set_termios()
600 cflag |= DZ_CS5; in dz_set_termios()
603 cflag |= DZ_CS6; in dz_set_termios()
606 cflag |= DZ_CS7; in dz_set_termios()
610 cflag |= DZ_CS8; in dz_set_termios()
614 cflag |= DZ_CSTOPB; in dz_set_termios()
616 cflag |= DZ_PARENB; in dz_set_termios()
618 cflag |= DZ_PARODD; in dz_set_termios()
634 cflag |= bflag; in dz_set_termios()
637 cflag |= DZ_RXENAB; in dz_set_termios()
643 dz_out(dport, DZ_LPR, cflag); in dz_set_termios()
644 dport->cflag = cflag; in dz_set_termios()