Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/video/
Daperture.c328 aperture_detach_devices(VGA_FB_PHYS_BASE, VGA_FB_PHYS_SIZE); in __aperture_remove_legacy_vga_devices()
/linux-6.6.21/include/video/
Dvga.h25 #define VGA_FB_PHYS_BASE 0xA0000 /* VGA framebuffer I/O base */ macro
/linux-6.6.21/drivers/video/fbdev/
Dvga16fb.c88 .smem_start = VGA_FB_PHYS_BASE,
1330 info->screen_base = (void __iomem *)VGA_MAP_MEM(VGA_FB_PHYS_BASE, 0); in vga16fb_probe()
1380 ret = devm_aperture_acquire_for_platform_device(dev, VGA_FB_PHYS_BASE, VGA_FB_PHYS_SIZE); in vga16fb_probe()