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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dhgafb.c54 static void __iomem *hga_vram; /* Base of video memory */ variable
169 memset_io(hga_vram, fillchar, hga_vram_len);
237 void __iomem *dest = hga_vram;
280 hga_vram = ioremap(0xb0000, hga_vram_len);
289 p = hga_vram;
290 q = hga_vram + 0x01000;
548 if (hga_vram)
549 iounmap(hga_vram);
558 iounmap(hga_vram);
562 hga_fix.smem_start = (unsigned long)hga_vram;
[all...]

Completed in 85 milliseconds