Searched refs:pci_ram_image_start (Results 1 – 1 of 1) sorted by relevance
132 static void *pci_ram_image_start = (void *)PCI_RAM_IMAGE_START; variable176 rom_header, pci_ram_image_start, rom_size); in pci_rom_load()178 memcpy(pci_ram_image_start, rom_header, rom_size); in pci_rom_load()179 pci_ram_image_start += rom_size; in pci_rom_load()180 return (struct rom_header *)(pci_ram_image_start-rom_size); in pci_rom_load()