Searched refs:video_rom_resource (Results 1 – 1 of 1) sorted by relevance
72 static struct resource video_rom_resource = { variable212 snp_prep_memory(video_rom_resource.start, in probe_roms()213 ((system_rom_resource.end + 1) - video_rom_resource.start), in probe_roms()218 for (start = video_rom_resource.start; start < upper; start += 2048) { in probe_roms()223 video_rom_resource.start = start; in probe_roms()233 video_rom_resource.end = start + length - 1; in probe_roms()235 request_resource(&iomem_resource, &video_rom_resource); in probe_roms()239 start = (video_rom_resource.end + 1 + 2047) & ~2047UL; in probe_roms()