Searched refs:PCI_DEV_ID_OFF (Results 1 - 2 of 2) sorted by relevance

/external/syslinux/gpxe/src/util/
H A Dmakerom.pl15 use constant PCI_DEV_ID_OFF => 0x6; # bytes from beginning of PCI header constant
78 $pci_device_id = unpack('v', substr($$romref, $pci_hdr_offset+PCI_DEV_ID_OFF, 2));
87 substr($$romref, $pci_hdr_offset+PCI_DEV_ID_OFF, 2)
H A Dmodrom.pl15 use constant PCI_DEV_ID_OFF => 0x6; # bytes from beginning of PCI header constant
78 $pci_device_id = unpack('v', substr($$romref, $pci_hdr_offset+PCI_DEV_ID_OFF, 2));
87 substr($$romref, $pci_hdr_offset+PCI_DEV_ID_OFF, 2)

Completed in 121 milliseconds