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()
564 unsigned int cflag, baud; in dz_set_termios() local
567 cflag = dport->port.line; in dz_set_termios()
571 cflag |= DZ_CS5; in dz_set_termios()
574 cflag |= DZ_CS6; in dz_set_termios()
577 cflag |= DZ_CS7; in dz_set_termios()
581 cflag |= DZ_CS8; in dz_set_termios()
585 cflag |= DZ_CSTOPB; in dz_set_termios()
587 cflag |= DZ_PARENB; in dz_set_termios()
589 cflag |= DZ_PARODD; in dz_set_termios()
605 cflag |= bflag; in dz_set_termios()
608 cflag |= DZ_RXENAB; in dz_set_termios()
614 dz_out(dport, DZ_LPR, cflag); in dz_set_termios()
615 dport->cflag = cflag; in dz_set_termios()