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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/x86_64/kernel/
H A Daperture.c27 static struct resource gart_resource = { variable in typeref:struct:resource
34 gart_resource.start = aper_base;
35 gart_resource.end = aper_base + aper_size - 1;
36 insert_resource(&iomem_resource, &gart_resource);

Completed in 97 milliseconds