Home | History | Annotate | Download | only in util

Lines Matching defs:pci

114 		PCI_DATA_STRUCTURE pci __attribute__ (( aligned ( 4 ) ));
155 offsetof ( typeof ( *headers ), pci );
156 headers->pci.Signature = PCI_DATA_STRUCTURE_SIGNATURE;
157 headers->pci.VendorId = opts->vendor;
158 headers->pci.DeviceId = opts->device;
159 headers->pci.Length = sizeof ( headers->pci );
160 headers->pci.ClassCode[0] = PCI_CLASS_NETWORK;
161 headers->pci.ImageLength = ( rom_size / 512 );
162 headers->pci.CodeType = 0x03; /* No constant in EFI headers? */
163 headers->pci.Indicator = 0x80; /* No constant in EFI headers? */