Home
last modified time | relevance | path

Searched defs:VGA_MAP_MEM (Results 1 – 10 of 10) sorted by relevance

/linux-2.6.39/arch/powerpc/include/asm/
Dvga.h44 #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/
Dvga.h14 #define VGA_MAP_MEM(x,s) (unsigned long)phys_to_virt(x) macro
/linux-2.6.39/arch/m32r/include/asm/
Dvga.h15 #define VGA_MAP_MEM(x,s) (unsigned long)phys_to_virt(x) macro
/linux-2.6.39/arch/x86/include/asm/
Dvga.h15 #define VGA_MAP_MEM(x, s) (unsigned long)phys_to_virt(x) macro
/linux-2.6.39/include/asm-generic/
Dvga.h18 #define VGA_MAP_MEM(x, s) (unsigned long)phys_to_virt(x) macro
/linux-2.6.39/arch/ia64/include/asm/
Dvga.h20 #define VGA_MAP_MEM(x,s) ((unsigned long) ioremap_nocache(vga_console_membase + (x), s)) macro
/linux-2.6.39/arch/arm/include/asm/
Dvga.h7 #define VGA_MAP_MEM(x,s) (PCIMEM_BASE + (x)) macro
/linux-2.6.39/arch/sparc/include/asm/
Dvga.h31 #define VGA_MAP_MEM(x,s) (x) macro
/linux-2.6.39/arch/mips/include/asm/
Dvga.h16 #define VGA_MAP_MEM(x, s) (0xb0000000L + (unsigned long)(x)) macro
/linux-2.6.39/arch/alpha/include/asm/
Dvga.h80 #define VGA_MAP_MEM(x,s) ((unsigned long) ioremap(x, s)) macro