HomeSort by relevance Sort by last modified time
    Searched refs:PCI_PTR_LOC (Results 1 - 2 of 2) sorted by null

  /external/syslinux/gpxe/src/util/
makerom.pl 8 use constant PCI_PTR_LOC => 0x18; # from beginning of ROM
59 $pci_hdr_offset = unpack('v', substr($$romref, PCI_PTR_LOC, 2));
62 if ($pci_hdr_offset < PCI_PTR_LOC + 2
modrom.pl 8 use constant PCI_PTR_LOC => 0x18; # from beginning of ROM
59 $pci_hdr_offset = unpack('v', substr($$romref, PCI_PTR_LOC, 2));
62 if ($pci_hdr_offset < PCI_PTR_LOC + 2

Completed in 65 milliseconds