Searched refs:VGA_MAP_MEM (Results 1 - 10 of 10) sorted by relevance

/linux-master/include/asm-generic/
H A Dvga.h18 #ifndef VGA_MAP_MEM
19 #define VGA_MAP_MEM(x, s) (unsigned long)phys_to_virt(x) macro
/linux-master/arch/x86/include/asm/
H A Dvga.h20 #define VGA_MAP_MEM(x, s) \ macro
/linux-master/arch/arm/include/asm/
H A Dvga.h10 #define VGA_MAP_MEM(x,s) (vga_base + (x)) macro
/linux-master/arch/powerpc/include/asm/
H A Dvga.h51 #define VGA_MAP_MEM(x,s) ((unsigned long) ioremap((x), s)) macro
53 #define VGA_MAP_MEM(x,s) (x) macro
/linux-master/arch/mips/include/asm/
H A Dvga.h19 #define VGA_MAP_MEM(x, s) CKSEG1ADDR(0x10000000L + (unsigned long)(x)) macro
/linux-master/arch/sparc/include/asm/
H A Dvga.h58 #define VGA_MAP_MEM(x,s) (x) macro
/linux-master/arch/alpha/include/asm/
H A Dvga.h81 #define VGA_MAP_MEM(x,s) ((unsigned long) ioremap(x, s)) macro
/linux-master/drivers/video/console/
H A Dvgacon.c326 vga_vram_base = VGA_MAP_MEM(vga_vram_base, vga_vram_size);
864 charmap = (char *) VGA_MAP_MEM(colourmap, 0);
867 charmap = (char *) VGA_MAP_MEM(blackwmap, 0);
H A Dmdacon.c326 mda_vram_base = (u16 *)VGA_MAP_MEM(0xb0000, mda_vram_len);
/linux-master/drivers/video/fbdev/
H A Dvga16fb.c1330 info->screen_base = (void __iomem *)VGA_MAP_MEM(VGA_FB_PHYS_BASE, 0);

Completed in 353 milliseconds