Searched defs:HC_VERSION (Results 1 – 5 of 5) sorted by relevance
38 #define HC_VERSION(ehci, p) (0xffff&((p) >> /* bits 31:16 / offset 02h */ \ macro
214 #define HC_VERSION(fotg210, p) (0xffff&((p) >> /* bits 31:16 / offset 02h */ \ macro
100 #define HC_VERSION(p) (((p)>>16)&0xffff) /* bits 31:16 */ macro
69 #define HC_VERSION(p) (((p) >> 16) & 0xffff) macro
70 #define HC_VERSION(p) (((p) >> 16) & GENMASK(15, 1)) macro
Completed in 29 milliseconds