Home
last modified time | relevance | path

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

/external/u-boot/drivers/pci/
Dpci_rom.c69 struct pci_rom_header *rom_header; in pci_rom_probe() local
97 rom_header = (struct pci_rom_header *)(unsigned long)rom_address; in pci_rom_probe()
100 le16_to_cpu(rom_header->signature), in pci_rom_probe()
101 rom_header->size * 512, le16_to_cpu(rom_header->data)); in pci_rom_probe()
103 if (le16_to_cpu(rom_header->signature) != PCI_ROM_HDR) { in pci_rom_probe()
105 le16_to_cpu(rom_header->signature)); in pci_rom_probe()
113 rom_data = (((void *)rom_header) + le16_to_cpu(rom_header->data)); in pci_rom_probe()
136 *hdrp = rom_header; in pci_rom_probe()
152 static int pci_rom_load(struct pci_rom_header *rom_header, in pci_rom_load() argument
163 rom_header = (struct pci_rom_header *)((void *)rom_header + in pci_rom_load()
[all …]
/external/u-boot/doc/
DREADME.x86910 + rom = (struct rom_header *)0xfff90000;