Home | History | Annotate | Download | only in sbus

Lines Matching defs:dsc

157 	struct bpp_softc *dsc = device_private(self);
158 struct lsi64854_softc *sc = &dsc->sc_lsi64854;
166 selinit(&dsc->sc_rsel);
167 selinit(&dsc->sc_wsel);
168 dsc->sc_sih = softint_establish(SOFTINT_CLOCK, bppsoftintr, dsc);
208 sc->sc_intrchainarg = dsc;
214 dsc->sc_bufsz = 1024;
215 dsc->sc_buf = malloc(dsc->sc_bufsz, M_DEVBUF, M_WAITOK);
220 struct hwstate *hw = &dsc->sc_hwdefault;