Lines Matching refs:cflag
77 unsigned int cflag; member
151 dport->cflag &= ~DZ_RXENAB; in dz_stop_rx()
152 dz_out(dport, DZ_LPR, dport->cflag); in dz_stop_rx()
570 unsigned int cflag, baud; in dz_set_termios() local
573 cflag = dport->port.line; in dz_set_termios()
577 cflag |= DZ_CS5; in dz_set_termios()
580 cflag |= DZ_CS6; in dz_set_termios()
583 cflag |= DZ_CS7; in dz_set_termios()
587 cflag |= DZ_CS8; in dz_set_termios()
591 cflag |= DZ_CSTOPB; in dz_set_termios()
593 cflag |= DZ_PARENB; in dz_set_termios()
595 cflag |= DZ_PARODD; in dz_set_termios()
608 cflag |= bflag; in dz_set_termios()
611 cflag |= DZ_RXENAB; in dz_set_termios()
617 dz_out(dport, DZ_LPR, cflag); in dz_set_termios()
618 dport->cflag = cflag; in dz_set_termios()