Searched defs:VGA_MAP_MEM (Results 1 – 3 of 3) sorted by relevance
10 #define VGA_MAP_MEM(x,s) (vga_base + (x)) macro
20 #define VGA_MAP_MEM(x, s) \ macro
83 #define VGA_MAP_MEM(x,s) ((unsigned long) ioremap(x, s)) macro