Lines Matching defs:gatt
72 struct agp_gatt *gatt;
91 struct agp_gatt *gatt;
123 gatt = agp_alloc_gatt(sc);
124 if (gatt)
129 * aperture so that the gatt size reduces.
137 asc->gatt = gatt;
140 /* Install the gatt. */
142 gatt->ag_physical | 3);
148 /* Install the gatt. */
150 gatt->ag_physical);
175 agp_free_gatt(sc, asc->gatt);
308 if (offset < 0 || offset >= (asc->gatt->ag_entries << AGP_PAGE_SHIFT))
311 asc->gatt->ag_virtual[offset >> AGP_PAGE_SHIFT] = physical;
320 if (offset < 0 || offset >= (asc->gatt->ag_entries << AGP_PAGE_SHIFT))
323 asc->gatt->ag_virtual[offset >> AGP_PAGE_SHIFT] = 0;