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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dprobe_roms_32.c69 static struct resource video_rom_resource = { variable in typeref:struct:resource
104 for (start = video_rom_resource.start; start < upper; start += 2048) {
109 video_rom_resource.start = start;
119 video_rom_resource.end = start + length - 1;
121 request_resource(&iomem_resource, &video_rom_resource);
125 start = (video_rom_resource.end + 1 + 2047) & ~2047UL;

Completed in 82 milliseconds