Lines Matching defs:pcir_data_structure
10515 typedef struct pcir_data_structure { /* PCI Data Structure */ struct
10516 u8 signature[4]; /* Signature. The string "PCIR" */
10517 u8 vendor_id[2]; /* Vendor Identification */
10518 u8 device_id[2]; /* Device Identification */
10519 u8 vital_product[2]; /* Pointer to Vital Product Data */
10520 u8 length[2]; /* PCIR Data Structure Length */
10521 u8 revision; /* PCIR Data Structure Revision */
10522 u8 class_code[3]; /* Class Code */
10523 u8 image_length[2]; /* Image Length. Multiple of 512B */
10524 u8 code_revision[2]; /* Revision Level of Code/Data */
10525 u8 code_type; /* Code Type. */
10534 u8 indicator; /* Indicator. Identifies the last image in the ROM */
10535 u8 reserved[2]; /* Reserved */