Searched refs:hga_vram (Results 1 – 1 of 1) sorted by relevance
61 static void __iomem *hga_vram; /* Base of video memory */ variable176 memset_io(hga_vram, fillchar, hga_vram_len); in hga_clear_screen()287 hga_vram = ioremap(0xb0000, hga_vram_len); in hga_card_detect()296 p = hga_vram; in hga_card_detect()297 q = hga_vram + 0x01000; in hga_card_detect()554 if (hga_vram) in hgafb_probe()555 iounmap(hga_vram); in hgafb_probe()564 iounmap(hga_vram); in hgafb_probe()568 hga_fix.smem_start = (unsigned long)hga_vram; in hgafb_probe()580 info->screen_base = hga_vram; in hgafb_probe()[all …]