Searched refs:gatt (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/agp/
H A Dparisc-agp.c43 u64 *gatt; member in struct:_parisc_agp_info
106 info->gatt[i] = (unsigned long)agp_bridge->scratch_page;
117 info->gatt[0] = SBA_AGPGART_COOKIE;
142 if (info->gatt[j])
159 info->gatt[j] =
183 info->gatt[i] = agp_bridge->scratch_page;
255 info->gatt = NULL;
269 info->gatt = &io_pdir[(PLUTO_IOVA_SIZE/2) >> PAGE_SHIFT];
271 if (info->gatt[0] != SBA_AGPGART_COOKIE) {
272 info->gatt
[all...]
H A Dhp-agp.c66 u64 *gatt; // PDIR just for GART (subset of above) member in struct:_hp_private
100 hp->gatt = NULL;
114 hp->gatt = &hp->io_pdir[HP_ZX1_IOVA_TO_PDIR(hp->gart_base)];
116 if (hp->gatt[0] != HP_ZX1_SBA_IOMMU_COOKIE) {
118 hp->gatt = NULL;
303 hp->gatt = NULL;
309 hp->gatt = &hp->io_pdir[HP_ZX1_IOVA_TO_PDIR(hp->gart_base)];
313 hp->gatt[i] = (unsigned long) agp_bridge->scratch_page;
328 hp->gatt[0] = HP_ZX1_SBA_IOMMU_COOKIE;
352 if (hp->gatt[
[all...]
H A Di460-agp.c54 #define RD_GATT(index) readl((u32 *) i460.gatt + (index))
55 #define WR_GATT(index, val) writel((val), (u32 *) i460.gatt + (index))
65 void *gatt; /* ioremap'd GATT area */ member in struct:__anon4178
251 i460.gatt = ioremap(INTEL_I460_ATTBASE, PAGE_SIZE << page_order);
277 iounmap(i460.gatt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dpci-gart.c493 void *gatt; local
520 gatt = (void *)__get_free_pages(GFP_KERNEL, get_order(gatt_size));
521 if (!gatt)
523 if (change_page_attr_addr((unsigned long)gatt, gatt_size >> PAGE_SHIFT, PAGE_KERNEL_NOCACHE))
527 memset(gatt, 0, gatt_size);
528 agp_gatt_table = gatt;
535 gatt_reg = __pa(gatt) >> 12;

Completed in 66 milliseconds