Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/
H A Daperture.c328 aperture_detach_devices(VGA_FB_PHYS_BASE, VGA_FB_PHYS_SIZE); in __aperture_remove_legacy_vga_devices()
/openbmc/linux/include/video/
H A Dvga.h26 #define VGA_FB_PHYS_SIZE 65536 /* VGA framebuffer I/O size */ macro
/openbmc/linux/drivers/video/fbdev/
H A Dvga16fb.c89 .smem_len = VGA_FB_PHYS_SIZE,
1380 ret = devm_aperture_acquire_for_platform_device(dev, VGA_FB_PHYS_BASE, VGA_FB_PHYS_SIZE); in vga16fb_probe()