Home | History | Annotate | Download | only in pci

Lines Matching defs:asc

79 	struct agp_ali_softc *asc;
84 asc = malloc(sizeof *asc, M_AGP, M_WAITOK);
85 sc->as_chipc = asc;
90 free(asc, M_AGP);
97 asc->initial_aperture = agp_ali_get_aperture(sc);
114 asc->gatt = gatt;
135 struct agp_ali_softc *asc = sc->as_chipc;
148 AGP_SET_APERTURE(sc, asc->initial_aperture);
153 agp_free_gatt(sc, asc->gatt);
215 struct agp_ali_softc *asc = sc->as_chipc;
217 if (offset < 0 || offset >= (asc->gatt->ag_entries << AGP_PAGE_SHIFT))
220 asc->gatt->ag_virtual[offset >> AGP_PAGE_SHIFT] = physical;
227 struct agp_ali_softc *asc = sc->as_chipc;
229 if (offset < 0 || offset >= (asc->gatt->ag_entries << AGP_PAGE_SHIFT))
232 asc->gatt->ag_virtual[offset >> AGP_PAGE_SHIFT] = 0;