Home | History | Annotate | Download | only in sbus

Lines Matching defs:lesc

125 	struct le_softc *lesc = (struct le_softc *)sc;
126 bus_space_tag_t t = lesc->sc_bustag;
127 bus_space_handle_t h = lesc->sc_reg;
145 struct le_softc *lesc = (struct le_softc *)sc;
146 bus_space_tag_t t = lesc->sc_bustag;
147 bus_space_handle_t h = lesc->sc_reg;
227 struct le_softc *lesc = (struct le_softc *)sc;
228 struct lsi64854_softc *dma = lesc->sc_dma;
241 lesc->sc_laddr & 0xff000000);
277 struct le_softc *lesc = (struct le_softc *)sc;
280 if (lesc->sc_lostcount++ < LE_LOSTTHRESH)
283 lesc->sc_lostcount = 0;
291 if (L64854_GCSR(lesc->sc_dma) & E_TP_AUI) {
323 struct le_softc *lesc = device_private(self);
324 struct lance_softc *sc = &lesc->sc_am7990.lsc;
332 lesc->sc_bustag = sa->sa_bustag;
335 lesc->sc_dma = lsi;
336 lesc->sc_dma->sc_client = lesc;
343 0, &lesc->sc_reg) != 0) {
353 LEDMA_BOUNDARY, BUS_DMA_NOWAIT, &lesc->sc_dmamap)) != 0) {
373 if ((error = bus_dmamap_load(dmatag, lesc->sc_dmamap, sc->sc_mem,
379 lesc->sc_laddr = lesc->sc_dmamap->dm_segs[0].ds_addr;
380 sc->sc_addr = lesc->sc_laddr & 0xffffff;
382 lesc->sc_lostcount = 0;
409 am7990_config(&lesc->sc_am7990);
421 bus_dmamap_destroy(dmatag, lesc->sc_dmamap);