Lines Matching defs:gatt
79 struct agp_gatt *gatt;
205 struct agp_gatt *gatt;
248 gatt = agp_alloc_gatt(sc);
249 if (gatt)
254 * aperture so that the gatt size reduces.
261 asc->gatt = gatt;
298 /* Install the gatt and enable aperture. */
299 attbase = (uint32_t)(gatt->ag_physical >> 8) & AGP_AMD64_ATTBASE_MASK;
317 fail2: agp_free_gatt(sc, gatt);
397 if (offset < 0 || offset >= (asc->gatt->ag_entries << AGP_PAGE_SHIFT))
400 asc->gatt->ag_virtual[offset >> AGP_PAGE_SHIFT] =
411 if (offset < 0 || offset >= (asc->gatt->ag_entries << AGP_PAGE_SHIFT))
414 asc->gatt->ag_virtual[offset >> AGP_PAGE_SHIFT] = 0;
536 asc->gatt->ag_physical);