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

/linux-4.1.27/arch/x86/kernel/
H A Dprobe_roms.c70 static struct resource video_rom_resource = { variable in typeref:struct:resource
206 for (start = video_rom_resource.start; start < upper; start += 2048) { probe_roms()
211 video_rom_resource.start = start; probe_roms()
221 video_rom_resource.end = start + length - 1; probe_roms()
223 request_resource(&iomem_resource, &video_rom_resource); probe_roms()
227 start = (video_rom_resource.end + 1 + 2047) & ~2047UL; probe_roms()

Completed in 57 milliseconds