Searched refs:video_rom_resource (Results 1 – 1 of 1) sorted by relevance
70 static struct resource video_rom_resource = { variable206 for (start = video_rom_resource.start; start < upper; start += 2048) { in probe_roms()211 video_rom_resource.start = start; in probe_roms()221 video_rom_resource.end = start + length - 1; in probe_roms()223 request_resource(&iomem_resource, &video_rom_resource); in probe_roms()227 start = (video_rom_resource.end + 1 + 2047) & ~2047UL; in probe_roms()