Home
last modified time | relevance | path

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

/external/u-boot/arch/x86/include/asm/
Du-boot-x86.h90 #define PCI_VGA_RAM_IMAGE_START 0xc0000 macro
/external/u-boot/drivers/pci/
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()