Home
last modified time | relevance | path

Searched refs:PCI_VGA_RAM_IMAGE_START (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/x86/include/asm/
H A Du-boot-x86.h89 #define PCI_VGA_RAM_IMAGE_START 0xc0000 macro
/openbmc/u-boot/drivers/pci/
H A Dpci_rom.c177 #ifdef PCI_VGA_RAM_IMAGE_START in pci_rom_load()
178 target = (void *)PCI_VGA_RAM_IMAGE_START; in pci_rom_load()