sc_ttys           140 dev/sbus/spif.c 	sc->sc_ttys->sc_port[(port)].sp_dtr = v;			\
sc_ttys           145 dev/sbus/spif.c #define	DTR_READ(sc,port)	((sc)->sc_ttys->sc_port[(port)].sp_dtr)
sc_ttys           287 dev/sbus/spif.c 	return (aux == sttymatch && sc->sc_ttys == NULL);
sc_ttys           299 dev/sbus/spif.c 	sc->sc_ttys = ssc;
sc_ttys           772 dev/sbus/spif.c 	sp = &sc->sc_ttys->sc_port[channel];
sc_ttys           800 dev/sbus/spif.c 	sp = &sc->sc_ttys->sc_port[channel];
sc_ttys           835 dev/sbus/spif.c 	sp = &sc->sc_ttys->sc_port[channel];
sc_ttys           887 dev/sbus/spif.c 	sp = &sc->sc_ttys->sc_port[channel];
sc_ttys           936 dev/sbus/spif.c 	struct stty_softc *stc = sc->sc_ttys;
sc_ttys            83 dev/sbus/spifvar.h 	struct	stty_softc *sc_ttys;	/* our ttys */