Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/src/device/
H A Dpci_rom.c132 static void *pci_ram_image_start = (void *)PCI_RAM_IMAGE_START; variable
176 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()