Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dpci_rom.h10 #define PCI_ROM_HDR 0xaa55 macro
/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpci_rom.c104 if (le16_to_cpu(rom_header->signature) != PCI_ROM_HDR) { in pci_rom_probe()