Home
last modified time | relevance | path

Searched refs:VGA_FB_PHYS_BASE (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/video/
Daperture.c307 aperture_detach_devices(VGA_FB_PHYS_BASE, VGA_FB_PHYS_SIZE); in aperture_remove_conflicting_devices()
/Linux-v6.1/include/video/
Dvga.h25 #define VGA_FB_PHYS_BASE 0xA0000 /* VGA framebuffer I/O base */ macro
/Linux-v6.1/drivers/video/fbdev/
Dvga16fb.c87 .smem_start = VGA_FB_PHYS_BASE,
1334 info->screen_base = (void __iomem *)VGA_MAP_MEM(VGA_FB_PHYS_BASE, 0); in vga16fb_probe()
1385 info->apertures->ranges[0].base = VGA_FB_PHYS_BASE; in vga16fb_probe()