Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dvga.h51 #define VGA_MAP_MEM(x,s) ((unsigned long) ioremap((x), s)) macro
53 #define VGA_MAP_MEM(x,s) (x) macro
/arch/arm/include/asm/
Dvga.h9 #define VGA_MAP_MEM(x,s) (vga_base + (x)) macro
/arch/ia64/include/asm/
Dvga.h21 #define VGA_MAP_MEM(x,s) ((unsigned long) ioremap(vga_console_membase + (x), s)) macro
/arch/x86/include/asm/
Dvga.h20 #define VGA_MAP_MEM(x, s) \ macro
/arch/mips/include/asm/
Dvga.h19 #define VGA_MAP_MEM(x, s) CKSEG1ADDR(0x10000000L + (unsigned long)(x)) macro
/arch/sparc/include/asm/
Dvga.h58 #define VGA_MAP_MEM(x,s) (x) macro
/arch/alpha/include/asm/
Dvga.h81 #define VGA_MAP_MEM(x,s) ((unsigned long) ioremap(x, s)) macro