Searched refs:PCI_VEND_ID_OFF (Results 1 – 2 of 2) sorted by relevance
/external/syslinux/gpxe/src/util/ |
D | makerom.pl | 14 use constant PCI_VEND_ID_OFF => 0x4; # bytes from beginning of PCI header constant 77 $pci_vendor_id = unpack('v', substr($$romref, $pci_hdr_offset+PCI_VEND_ID_OFF, 2)); 85 substr($$romref, $pci_hdr_offset+PCI_VEND_ID_OFF, 2)
|
D | modrom.pl | 14 use constant PCI_VEND_ID_OFF => 0x4; # bytes from beginning of PCI header constant 77 $pci_vendor_id = unpack('v', substr($$romref, $pci_hdr_offset+PCI_VEND_ID_OFF, 2)); 85 substr($$romref, $pci_hdr_offset+PCI_VEND_ID_OFF, 2)
|