Home
last modified time | relevance | path

Searched defs:VGA_MAP_MEM (Results 1 – 3 of 3) 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