Lines Matching full:rom
93 /* Enable expansion ROM address decoding. */ in pci_rom_probe()
97 debug("Option ROM address %x\n", rom_address); in pci_rom_probe()
100 debug("PCI expansion ROM, signature %#04x, INIT size %#04x, data ptr %#04x\n", in pci_rom_probe()
105 printf("Incorrect expansion ROM header signature %04x\n", in pci_rom_probe()
108 /* Disable expansion ROM address decoding */ in pci_rom_probe()
118 debug("PCI ROM image, vendor ID %04x, device ID %04x,\n", in pci_rom_probe()
130 debug("PCI ROM image, Class Code %06x, Code Type %02x\n", in pci_rom_probe()
134 debug("Class Code mismatch ROM %06x, dev %06x\n", in pci_rom_probe()
143 * pci_rom_load() - Load a ROM image and return a pointer to it
145 * @rom_header: Pointer to ROM image
189 debug("Copying VGA ROM Image from %p to %p, 0x%x bytes\n", in pci_rom_load()
193 printf("VGA ROM copy failed\n"); in pci_rom_load()
238 struct pci_rom_header *rom = NULL, *ram = NULL; in dm_pci_run_vga_bios() local
253 ret = pci_rom_probe(dev, &rom); in dm_pci_run_vga_bios()
257 ret = pci_rom_load(rom, &ram, &alloced); in dm_pci_run_vga_bios()