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