Home
last modified time | relevance | path

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

/linux-5.19.10/include/asm-generic/
Dvga.h18 #ifndef VGA_MAP_MEM
19 #define VGA_MAP_MEM(x, s) (unsigned long)phys_to_virt(x) macro
/linux-5.19.10/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
/linux-5.19.10/arch/arm/include/asm/
Dvga.h9 #define VGA_MAP_MEM(x,s) (vga_base + (x)) macro
/linux-5.19.10/arch/ia64/include/asm/
Dvga.h21 #define VGA_MAP_MEM(x,s) ((unsigned long) ioremap(vga_console_membase + (x), s)) macro
/linux-5.19.10/arch/x86/include/asm/
Dvga.h20 #define VGA_MAP_MEM(x, s) \ macro
/linux-5.19.10/arch/sparc/include/asm/
Dvga.h58 #define VGA_MAP_MEM(x,s) (x) macro
/linux-5.19.10/arch/mips/include/asm/
Dvga.h19 #define VGA_MAP_MEM(x, s) CKSEG1ADDR(0x10000000L + (unsigned long)(x)) macro
/linux-5.19.10/arch/alpha/include/asm/
Dvga.h81 #define VGA_MAP_MEM(x,s) ((unsigned long) ioremap(x, s)) macro
/linux-5.19.10/drivers/video/console/
Dvgacon.c299 vga_vram_base = VGA_MAP_MEM(vga_vram_base, vga_vram_size); in vgacon_startup()
853 charmap = (char *) VGA_MAP_MEM(colourmap, 0); in vgacon_do_font_op()
856 charmap = (char *) VGA_MAP_MEM(blackwmap, 0); in vgacon_do_font_op()
Dmdacon.c326 mda_vram_base = (u16 *)VGA_MAP_MEM(0xb0000, mda_vram_len); in mdacon_startup()
/linux-5.19.10/drivers/video/fbdev/
Dvga16fb.c1343 info->screen_base = (void __iomem *)VGA_MAP_MEM(VGA_FB_PHYS, 0); in vga16fb_probe()