Lines Matching defs:asc
84 struct agp_apple_softc *asc;
87 asc = malloc(sizeof *asc, M_AGP, M_WAITOK|M_ZERO);
88 sc->as_chipc = asc;
100 asc->initial_aperture = sc->as_apsize;
112 asc->gatt = gatt;
164 struct agp_apple_softc *asc = sc->as_chipc;
166 if (offset < 0 || offset >= (asc->gatt->ag_entries << AGP_PAGE_SHIFT))
169 asc->gatt->ag_virtual[offset >> AGP_PAGE_SHIFT] = htole32(physical);
176 struct agp_apple_softc *asc = sc->as_chipc;
178 if (offset < 0 || offset >= (asc->gatt->ag_entries << AGP_PAGE_SHIFT))
181 asc->gatt->ag_virtual[offset >> AGP_PAGE_SHIFT] = 0;