Home
last modified time | relevance | path

Searched refs:VGA_MAP_MEM (Results 1 – 6 of 6) sorted by relevance

/linux/arch/arm/include/asm/
H A Dvga.h10 #define VGA_MAP_MEM(x,s) (vga_base + (x)) macro
/linux/arch/x86/include/asm/
H A Dvga.h20 #define VGA_MAP_MEM(x, s) \ macro
/linux/arch/alpha/include/asm/
H A Dvga.h83 #define VGA_MAP_MEM(x,s) ((unsigned long) ioremap(x, s)) macro
/linux/drivers/video/console/
H A Dvgacon.c326 vga_vram_base = VGA_MAP_MEM(vga_vram_base, vga_vram_size); in vgacon_startup()
864 charmap = (char *) VGA_MAP_MEM(colourmap, 0); in vgacon_do_font_op()
867 charmap = (char *) VGA_MAP_MEM(blackwmap, 0); in vgacon_do_font_op()
H A Dmdacon.c326 mda_vram_base = (u16 *)VGA_MAP_MEM(0xb0000, mda_vram_len); in mdacon_startup()
/linux/drivers/video/fbdev/
H A Dvga16fb.c1336 info->screen_base = (void __iomem *)VGA_MAP_MEM(VGA_FB_PHYS_BASE, 0); in vga16fb_probe()