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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/agp/
H A Dparisc-agp.c44 u64 *gatt; member in struct:_parisc_agp_info
107 info->gatt[i] = (unsigned long)agp_bridge->scratch_page;
118 info->gatt[0] = SBA_AGPGART_COOKIE;
143 if (info->gatt[j])
160 info->gatt[j] =
184 info->gatt[i] = agp_bridge->scratch_page;
258 info->gatt = NULL;
272 info->gatt = &io_pdir[(PLUTO_IOVA_SIZE/2) >> PAGE_SHIFT];
274 if (info->gatt[0] != SBA_AGPGART_COOKIE) {
275 info->gatt
[all...]
H A Dhp-agp.c64 u64 *gatt; // PDIR just for GART (subset of above) member in struct:_hp_private
98 hp->gatt = NULL;
112 hp->gatt = &hp->io_pdir[HP_ZX1_IOVA_TO_PDIR(hp->gart_base)];
114 if (hp->gatt[0] != HP_ZX1_SBA_IOMMU_COOKIE) {
116 hp->gatt = NULL;
302 hp->gatt = NULL;
308 hp->gatt = &hp->io_pdir[HP_ZX1_IOVA_TO_PDIR(hp->gart_base)];
312 hp->gatt[i] = (unsigned long) agp_bridge->scratch_page;
327 hp->gatt[0] = HP_ZX1_SBA_IOMMU_COOKIE;
351 if (hp->gatt[
[all...]
H A Di460-agp.c55 #define RD_GATT(index) readl((u32 *) i460.gatt + (index))
56 #define WR_GATT(index, val) writel((val), (u32 *) i460.gatt + (index))
67 void *gatt; /* ioremap'd GATT area */ member in struct:__anon11050
254 i460.gatt = ioremap(INTEL_I460_ATTBASE, PAGE_SIZE << page_order);
255 if (!i460.gatt) {
284 iounmap(i460.gatt);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Dvia-sdmmc.c694 u8 gatt; local
700 gatt = readb(host->pcictrl_mmiobase + VIA_CRDR_PCICLKGATT);
702 gatt &= ~VIA_CRDR_PCICLKGATT_3V3;
704 gatt |= VIA_CRDR_PCICLKGATT_3V3;
706 gatt |= VIA_CRDR_PCICLKGATT_PAD_PWRON;
708 gatt &= ~VIA_CRDR_PCICLKGATT_PAD_PWRON;
709 writeb(gatt, host->pcictrl_mmiobase + VIA_CRDR_PCICLKGATT);
806 u8 gatt; local
817 gatt = VIA_CRDR_PCICLKGATT_PAD_PWRON;
819 gatt
1093 u8 rev, gatt; local
1186 u8 gatt; local
1296 u8 gatt; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dpci-gart_64.c645 void *gatt; local
672 gatt = (void *)__get_free_pages(GFP_KERNEL | __GFP_ZERO,
674 if (!gatt)
676 if (set_memory_uc((unsigned long)gatt, gatt_size >> PAGE_SHIFT))
679 agp_gatt_table = gatt;

Completed in 73 milliseconds