sc_chanctl_rs_control  137 dev/pci/cz.c   		  sc_chanctl_rs_control,
sc_chanctl_rs_control 1243 dev/pci/cz.c   		sc->sc_chanctl_rs_control |= sc->sc_rs_control_dtr;
sc_chanctl_rs_control 1245 dev/pci/cz.c   		sc->sc_chanctl_rs_control &= ~sc->sc_rs_control_dtr;
sc_chanctl_rs_control 1246 dev/pci/cz.c   	CZTTY_CHAN_WRITE(sc, CHNCTL_RS_CONTROL, sc->sc_chanctl_rs_control);
sc_chanctl_rs_control 1273 dev/pci/cz.c   		CLR(sc->sc_chanctl_rs_control, czttybits);
sc_chanctl_rs_control 1277 dev/pci/cz.c   		SET(sc->sc_chanctl_rs_control, czttybits);
sc_chanctl_rs_control 1281 dev/pci/cz.c   		CLR(sc->sc_chanctl_rs_control, C_RS_DTR | C_RS_RTS);
sc_chanctl_rs_control 1282 dev/pci/cz.c   		SET(sc->sc_chanctl_rs_control, czttybits);
sc_chanctl_rs_control 1286 dev/pci/cz.c   	CZTTY_CHAN_WRITE(sc, CHNCTL_RS_CONTROL, sc->sc_chanctl_rs_control);
sc_chanctl_rs_control 1423 dev/pci/cz.c   		if (ISSET(sc->sc_chanctl_rs_control, C_RS_DTR))
sc_chanctl_rs_control 1424 dev/pci/cz.c   			SET(sc->sc_chanctl_rs_control, C_RS_RTS);
sc_chanctl_rs_control 1426 dev/pci/cz.c   			CLR(sc->sc_chanctl_rs_control, C_RS_RTS);
sc_chanctl_rs_control 1447 dev/pci/cz.c   	CZTTY_CHAN_WRITE(sc, CHNCTL_RS_CONTROL, sc->sc_chanctl_rs_control);