Home
last modified time | relevance | path

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

/linux-6.12.1/include/asm-generic/
Dvga.h18 #ifndef VGA_MAP_MEM
19 #define VGA_MAP_MEM(x, s) (unsigned long)phys_to_virt(x) macro
/linux-6.12.1/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-6.12.1/arch/arm/include/asm/
Dvga.h10 #define VGA_MAP_MEM(x,s) (vga_base + (x)) macro
/linux-6.12.1/arch/x86/include/asm/
Dvga.h20 #define VGA_MAP_MEM(x, s) \ macro
/linux-6.12.1/arch/sparc/include/asm/
Dvga.h58 #define VGA_MAP_MEM(x,s) (x) macro
/linux-6.12.1/arch/mips/include/asm/
Dvga.h19 #define VGA_MAP_MEM(x, s) CKSEG1ADDR(0x10000000L + (unsigned long)(x)) macro
/linux-6.12.1/arch/alpha/include/asm/
Dvga.h83 #define VGA_MAP_MEM(x,s) ((unsigned long) ioremap(x, s)) macro
/linux-6.12.1/drivers/video/console/
Dvgacon.c326 vga_vram_base = VGA_MAP_MEM(vga_vram_base, vga_vram_size); in vgacon_startup()
864 charmap = (char *) VGA_MAP_MEM(colourmap, 0); in vgacon_do_font_op()
867 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-6.12.1/drivers/video/fbdev/
Dvga16fb.c1330 info->screen_base = (void __iomem *)VGA_MAP_MEM(VGA_FB_PHYS_BASE, 0); in vga16fb_probe()