Searched refs:HCC_EXT_CAPS (Results 1 – 6 of 6) sorted by relevance
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()
804 offset = HCC_EXT_CAPS(ehci_readl(ehci, in fill_registers_buffer()
123 #define HCC_EXT_CAPS(p) XHCI_HCC_EXT_CAPS(p) macro
111 #define HCC_EXT_CAPS(p) (((p)>>8)&0xff) /* for pci extended caps */ macro
Completed in 31 milliseconds