Lines Matching defs:dig64_hcdp_table
168 struct dig64_hcdp_table { struct
169 char signature[4];
171 uint32_t length;
172 uint8_t revision; /* It is PCDP, if '3' or greater. */
173 uint8_t checksum;
174 char oem_id[6];
175 char oem_tbl_id[8];
176 uint32_t oem_rev;
177 char creator_id[4];
178 uint32_t creator_rev;
179 uint32_t entries; /* Number of Type0 and Type1 Entries. */
180 union dev_desc { /* Device Descriptor */
193 } entry[0];