Home
last modified time | relevance | path

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

/linux-4.1.27/include/asm-generic/
Dvga.h17 #ifndef VGA_MAP_MEM
18 #define VGA_MAP_MEM(x, s) (unsigned long)phys_to_virt(x) macro
/linux-4.1.27/arch/powerpc/include/asm/
Dvga.h42 #define VGA_MAP_MEM(x,s) ((unsigned long) ioremap((x), s)) macro
44 #define VGA_MAP_MEM(x,s) (x) macro
/linux-4.1.27/arch/x86/include/asm/
Dvga.h15 #define VGA_MAP_MEM(x, s) (unsigned long)phys_to_virt(x) macro
/linux-4.1.27/arch/xtensa/include/asm/
Dvga.h14 #define VGA_MAP_MEM(x,s) (unsigned long)phys_to_virt(x) macro
/linux-4.1.27/arch/m32r/include/asm/
Dvga.h15 #define VGA_MAP_MEM(x,s) (unsigned long)phys_to_virt(x) macro
/linux-4.1.27/arch/arm/include/asm/
Dvga.h8 #define VGA_MAP_MEM(x,s) (vga_base + (x)) macro
/linux-4.1.27/arch/ia64/include/asm/
Dvga.h20 #define VGA_MAP_MEM(x,s) ((unsigned long) ioremap_nocache(vga_console_membase + (x), s)) macro
/linux-4.1.27/arch/sparc/include/asm/
Dvga.h32 #define VGA_MAP_MEM(x,s) (x) macro
/linux-4.1.27/arch/tile/include/asm/
Dvga.h37 #define VGA_MAP_MEM(x,s) ((unsigned long) ioremap(x, s)) macro
/linux-4.1.27/arch/mips/include/asm/
Dvga.h17 #define VGA_MAP_MEM(x, s) CKSEG1ADDR(0x10000000L + (unsigned long)(x)) macro
/linux-4.1.27/arch/alpha/include/asm/
Dvga.h80 #define VGA_MAP_MEM(x,s) ((unsigned long) ioremap(x, s)) macro
/linux-4.1.27/drivers/video/console/
Dvgacon.c506 vga_vram_base = VGA_MAP_MEM(vga_vram_base, vga_vram_size); in vgacon_startup()
1071 charmap = (char *) VGA_MAP_MEM(colourmap, 0); in vgacon_do_font_op()
1078 charmap = (char *) VGA_MAP_MEM(blackwmap, 0); in vgacon_do_font_op()
Dmdacon.c316 mda_vram_base = VGA_MAP_MEM(0xb0000, mda_vram_len); in mdacon_startup()
/linux-4.1.27/drivers/video/fbdev/
Dvga16fb.c1325 info->screen_base = (void __iomem *)VGA_MAP_MEM(VGA_FB_PHYS, 0); in vga16fb_probe()