Home | History | Annotate | Download | only in isa

Lines Matching refs:asc

110 	struct ai_softc *asc = (struct ai_softc *)sc;
115 bus_space_write_1(asc->sc_regt, asc->sc_regh, AI_RESET, 0);
131 struct ai_softc *asc = (struct ai_softc *)sc;
133 bus_space_write_1(asc->sc_regt, asc->sc_regh, AI_ATTN, 0);
210 struct ai_softc asc;
259 memset(&asc, 0, sizeof asc);
260 asc.sc_regt = iot;
261 asc.sc_regh = ioh;
263 if ((memsize = ai_find_mem_size(&asc, ia->ia_memt,
300 struct ai_softc *asc = device_private(self);
301 struct ie_softc *sc = &asc->sc_ie;
329 asc->sc_regt = ia->ia_iot;
330 asc->sc_regh = ioh;
387 val = bus_space_read_1(asc->sc_regt, asc->sc_regh, AI_REVISION);
388 asc->card_rev = SL_REV(val);
389 asc->card_type = SL_BOARD(val) - 1;
391 ai_names[asc->card_type], asc->card_rev);
395 asc->sc_ih = isa_intr_establish(ia->ia_ic, ia->ia_irq[0].ir_irq,
397 if (asc->sc_ih == NULL) {
408 ai_find_mem_size(struct ai_softc* asc, bus_space_tag_t memt, bus_size_t maddr)
412 struct ie_softc *sc = &asc->sc_ie;