gart_base          64 drivers/char/agp/hp-agp.c 	u64 gart_base;
gart_base         103 drivers/char/agp/hp-agp.c 	hp->gart_base = hp->iova_base + HP_ZX1_IOVA_SIZE - HP_ZX1_GART_SIZE;
gart_base         109 drivers/char/agp/hp-agp.c 	hp->gatt = &hp->io_pdir[HP_ZX1_IOVA_TO_PDIR(hp->gart_base)];
gart_base         151 drivers/char/agp/hp-agp.c 	hp->gart_base = hp->iova_base + HP_ZX1_IOVA_SIZE - hp->gart_size;
gart_base         242 drivers/char/agp/hp-agp.c 	agp_bridge->gart_bus_addr = hp->gart_base;
gart_base         283 drivers/char/agp/hp-agp.c 	writeq(hp->gart_base | ilog2(hp->gart_size), hp->ioc_regs+HP_ZX1_PCOM);
gart_base         305 drivers/char/agp/hp-agp.c 		hp->gatt = &hp->io_pdir[HP_ZX1_IOVA_TO_PDIR(hp->gart_base)];
gart_base          44 drivers/char/agp/parisc-agp.c 	u64 gart_base;
gart_base          81 drivers/char/agp/parisc-agp.c 	agp_bridge->gart_bus_addr = info->gart_base;
gart_base          93 drivers/char/agp/parisc-agp.c 	writeq(info->gart_base | ilog2(info->gart_size), info->ioc_regs+IOC_PCOM);
gart_base         265 drivers/char/agp/parisc-agp.c         info->gart_base = iova_base + PLUTO_IOVA_SIZE - PLUTO_GART_SIZE;