Searched refs:PCI_ROM_HDR (Results 1 – 2 of 2) sorted by relevance
/u-boot/include/ | ||
A D | pci_rom.h | 9 #define PCI_ROM_HDR 0xaa55 macro |
/u-boot/drivers/pci/ | ||
A D | pci_rom.c | 107 if (le16_to_cpu(rom_header->signature) != PCI_ROM_HDR) { in pci_rom_probe() |
Completed in 3 milliseconds