Searched defs:ifp_resource (Results 1 - 1 of 1) sorted by relevance

/drivers/char/agp/
H A Dintel-gtt.c73 struct resource ifp_resource; member in struct:_intel_private
996 ret = pci_bus_alloc_resource(intel_private.bridge_dev->bus, &intel_private.ifp_resource, PAGE_SIZE,
1012 pci_write_config_dword(intel_private.bridge_dev, I915_IFPADDR, (intel_private.ifp_resource.start & 0xffffffff) | 0x1);
1017 intel_private.ifp_resource.start = temp;
1018 intel_private.ifp_resource.end = temp + PAGE_SIZE;
1019 ret = request_resource(&iomem_resource, &intel_private.ifp_resource);
1040 upper_32_bits(intel_private.ifp_resource.start));
1041 pci_write_config_dword(intel_private.bridge_dev, I965_IFPADDR, (intel_private.ifp_resource.start & 0xffffffff) | 0x1);
1049 intel_private.ifp_resource.start = l64;
1050 intel_private.ifp_resource
[all...]

Completed in 38 milliseconds