Home
last modified time | relevance | path

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

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