Searched refs:VGA_MAP_MEM (Results 1 – 13 of 13) sorted by relevance
/linux-2.6.39/include/asm-generic/ |
D | vga.h | 17 #ifndef VGA_MAP_MEM 18 #define VGA_MAP_MEM(x, s) (unsigned long)phys_to_virt(x) macro
|
/linux-2.6.39/arch/powerpc/include/asm/ |
D | vga.h | 44 #define VGA_MAP_MEM(x,s) ((unsigned long) ioremap((x), s)) macro 46 #define VGA_MAP_MEM(x,s) (x + vgacon_remap_base) macro
|
/linux-2.6.39/arch/xtensa/include/asm/ |
D | vga.h | 14 #define VGA_MAP_MEM(x,s) (unsigned long)phys_to_virt(x) macro
|
/linux-2.6.39/arch/m32r/include/asm/ |
D | vga.h | 15 #define VGA_MAP_MEM(x,s) (unsigned long)phys_to_virt(x) macro
|
/linux-2.6.39/arch/x86/include/asm/ |
D | vga.h | 15 #define VGA_MAP_MEM(x, s) (unsigned long)phys_to_virt(x) macro
|
/linux-2.6.39/arch/arm/include/asm/ |
D | vga.h | 7 #define VGA_MAP_MEM(x,s) (PCIMEM_BASE + (x)) macro
|
/linux-2.6.39/arch/ia64/include/asm/ |
D | vga.h | 20 #define VGA_MAP_MEM(x,s) ((unsigned long) ioremap_nocache(vga_console_membase + (x), s)) macro
|
/linux-2.6.39/arch/sparc/include/asm/ |
D | vga.h | 31 #define VGA_MAP_MEM(x,s) (x) macro
|
/linux-2.6.39/arch/mips/include/asm/ |
D | vga.h | 16 #define VGA_MAP_MEM(x, s) (0xb0000000L + (unsigned long)(x)) macro
|
/linux-2.6.39/arch/alpha/include/asm/ |
D | vga.h | 80 #define VGA_MAP_MEM(x,s) ((unsigned long) ioremap(x, s)) macro
|
/linux-2.6.39/drivers/video/console/ |
D | vgacon.c | 504 vga_vram_base = VGA_MAP_MEM(vga_vram_base, vga_vram_size); in vgacon_startup() 1069 charmap = (char *) VGA_MAP_MEM(colourmap, 0); in vgacon_do_font_op() 1076 charmap = (char *) VGA_MAP_MEM(blackwmap, 0); in vgacon_do_font_op()
|
D | mdacon.c | 316 mda_vram_base = VGA_MAP_MEM(0xb0000, mda_vram_len); in mdacon_startup()
|
/linux-2.6.39/drivers/video/ |
D | vga16fb.c | 1325 info->screen_base = (void __iomem *)VGA_MAP_MEM(VGA_FB_PHYS, 0); in vga16fb_probe()
|