hga_vram           61 drivers/video/fbdev/hgafb.c static void __iomem *hga_vram;			/* Base of video memory */
hga_vram          176 drivers/video/fbdev/hgafb.c 		memset_io(hga_vram, fillchar, hga_vram_len);
hga_vram          287 drivers/video/fbdev/hgafb.c 	hga_vram = ioremap(0xb0000, hga_vram_len);
hga_vram          288 drivers/video/fbdev/hgafb.c 	if (!hga_vram)
hga_vram          298 drivers/video/fbdev/hgafb.c 	p = hga_vram;
hga_vram          299 drivers/video/fbdev/hgafb.c 	q = hga_vram + 0x01000;
hga_vram          556 drivers/video/fbdev/hgafb.c 		if (hga_vram)
hga_vram          557 drivers/video/fbdev/hgafb.c 			iounmap(hga_vram);
hga_vram          566 drivers/video/fbdev/hgafb.c 		iounmap(hga_vram);
hga_vram          570 drivers/video/fbdev/hgafb.c 	hga_fix.smem_start = (unsigned long)hga_vram;
hga_vram          582 drivers/video/fbdev/hgafb.c 	info->screen_base = hga_vram;
hga_vram          586 drivers/video/fbdev/hgafb.c 		iounmap(hga_vram);
hga_vram          607 drivers/video/fbdev/hgafb.c 	iounmap(hga_vram);