Home | History | Annotate | Download | only in sbus

Lines Matching defs:lsc

155 	struct lsi64854_softc *lsc;
195 lsc = malloc(sizeof(struct lsi64854_softc), M_DEVBUF, M_WAITOK);
196 lsc->sc_dev = malloc(sizeof(struct device), M_DEVBUF,
198 esc->sc_dma = lsc;
200 lsc->sc_bustag = sa->sa_bustag;
201 lsc->sc_dmatag = sa->sa_dmatag;
203 strlcpy(lsc->sc_dev->dv_xname, device_xname(sc->sc_dev),
204 sizeof(lsc->sc_dev->dv_xname));
209 sa->sa_promvaddrs[0], &lsc->sc_regs);
215 0, &lsc->sc_regs) != 0) {
246 lsc->sc_burst = (burst & SBUS_BURST_32) ? 32 :
249 lsc->sc_channel = L64854_CHANNEL_SCSI;
250 lsc->sc_client = sc;
252 lsi64854_attach(lsc);