Home
last modified time | relevance | path

Searched refs:vga_base (Results 1 – 8 of 8) sorted by relevance

/linux-5.19.10/arch/arm/include/asm/
Dvga.h7 extern unsigned long vga_base;
9 #define VGA_MAP_MEM(x,s) (vga_base + (x))
/linux-5.19.10/arch/arm/mm/
Diomap.c15 unsigned long vga_base; variable
16 EXPORT_SYMBOL(vga_base);
/linux-5.19.10/arch/arm/mach-footbridge/
Dcommon.c279 vga_base = PCIMEM_BASE; in footbridge_map_io()
/linux-5.19.10/arch/arm/mach-dove/
Dpcie.c220 vga_base = DOVE_PCIE0_MEM_PHYS_BASE; in dove_pcie_init()
/linux-5.19.10/arch/arm/mach-mv78xx0/
Dpcie.c262 vga_base = MV78XX0_PCIE_MEM_PHYS_BASE; in mv78xx0_pcie_init()
/linux-5.19.10/arch/arm/mach-orion5x/
Dpci.c555 vga_base = ORION5X_PCIE_MEM_PHYS_BASE; in orion5x_pci_sys_setup()
/linux-5.19.10/drivers/video/fbdev/sis/
Dsis.h516 unsigned long vga_base; member
Dsis_main.c6040 ivideo->SiS_Pr.IOAddress = ivideo->vga_base = ivideo->SiS_Pr.RelIO; in sisfb_probe()