Home | History | Annotate | Download | only in pci

Lines Matching defs:gatt

52 	struct agp_gatt *gatt;
80 struct agp_gatt *gatt;
98 gatt = agp_alloc_gatt(sc);
99 if (gatt)
104 * aperture so that the gatt size reduces.
112 ssc->gatt = gatt;
114 /* Install the gatt. */
116 gatt->ag_physical);
146 agp_free_gatt(sc, ssc->gatt);
193 if (offset < 0 || offset >= (ssc->gatt->ag_entries << AGP_PAGE_SHIFT))
196 ssc->gatt->ag_virtual[offset >> AGP_PAGE_SHIFT] = physical;
205 if (offset < 0 || offset >= (ssc->gatt->ag_entries << AGP_PAGE_SHIFT))
208 ssc->gatt->ag_virtual[offset >> AGP_PAGE_SHIFT] = 0;