Searched defs:HC_VERSION (Results 1 – 3 of 3) sorted by relevance
68 #define HC_VERSION(p) (((p)>>16)&0xffff) /* bits 31:16 */ macro
70 #define HC_VERSION(p) (((p)>>16)&0xffff) /* bits 31:16 */ macro
74 #define HC_VERSION(p) (((p) >> 16) & 0xffff) macro