Searched defs:pcidHeader (Results 1 – 2 of 2) sorted by relevance
32 typedef struct pcidHeader { struct33 uint16_t apiVersion : 15;34 uint16_t apiVersionType : 1;35 uint16_t systemType : 3;36 uint16_t reserved : 13;37 uint32_t manufacturerID;
553 static int32_t AddHeaderToJsonObj(uint32_t *pcidHeader, uint32_t pcidHeaderLen, cJSON *rootObj) in AddHeaderToJsonObj()674 uint32_t pcidHeader[PCID_HEADER]; in DecodeStringPCIDToJson() local