Searched refs:HCC_EXT_CAPS (Results 1 – 4 of 4) sorted by relevance
61 #define HCC_EXT_CAPS(p) XHCI_HCC_EXT_CAPS(p) macro
43 #define HCC_EXT_CAPS(p) (((p)>>8)&0xff) /* for pci extended caps */ macro
88 #define HCC_EXT_CAPS(p) (((p) & GENMASK(31, 16)) >> 16) macro
81 offset = HCC_EXT_CAPS(val) << 2; in cdnsp_find_next_ext_cap()