Searched refs:VGA_MAP_MEM (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/arch/powerpc/include/asm/ |
| H A D | vga.h | 46 #define VGA_MAP_MEM(x,s) ((unsigned long) ioremap((x), s)) macro 48 #define VGA_MAP_MEM(x,s) (x) macro
|
| /linux-6.15/arch/arm/include/asm/ |
| H A D | vga.h | 10 #define VGA_MAP_MEM(x,s) (vga_base + (x)) macro
|
| /linux-6.15/arch/x86/include/asm/ |
| H A D | vga.h | 20 #define VGA_MAP_MEM(x, s) \ macro
|
| /linux-6.15/arch/mips/include/asm/ |
| H A D | vga.h | 19 #define VGA_MAP_MEM(x, s) CKSEG1ADDR(0x10000000L + (unsigned long)(x)) macro
|
| /linux-6.15/arch/alpha/include/asm/ |
| H A D | vga.h | 83 #define VGA_MAP_MEM(x,s) ((unsigned long) ioremap(x, s)) macro
|
| /linux-6.15/drivers/video/console/ |
| H A D | vgacon.c | 326 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()
|
| H A D | mdacon.c | 326 mda_vram_base = (u16 *)VGA_MAP_MEM(0xb0000, mda_vram_len); in mdacon_startup()
|
| /linux-6.15/drivers/video/fbdev/ |
| H A D | vga16fb.c | 1331 info->screen_base = (void __iomem *)VGA_MAP_MEM(VGA_FB_PHYS_BASE, 0); in vga16fb_probe()
|