Home | History | Annotate | Download | only in sbus

Lines Matching defs:stc

134 /* normal STC access */
140 /* IACK STC access */
233 printf(": failed to establish stc interrupt\n");
434 struct stty_softc *stc = device_lookup_private(&stty_cd,
436 struct stty_port *sp = &stc->sc_port[SPIF_PORT(dev)];
711 struct stty_softc *stc = device_lookup_private(&stty_cd,
713 struct stty_port *sp = &stc->sc_port[SPIF_PORT(tp->t_dev)];
896 struct stty_softc *stc = sc->sc_ttys;
902 if (stc != NULL) {
903 for (i = 0; i < stc->sc_nports; i++) {
904 sp = &stc->sc_port[i];
945 device_xname(stc->sc_dev), i);