Searched refs:HCC_EXT_CAPS (Results 1 – 6 of 6) sorted by relevance
82 #define HCC_EXT_CAPS(p) (((p) >> 16) & 0xffff) macro
804 offset = HCC_EXT_CAPS(ehci_readl(ehci, in fill_registers_buffer()
112 #define HCC_EXT_CAPS(p) (((p)>>8)&0xff) /* for pci extended caps */ 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
83 offset = HCC_EXT_CAPS(val) << 2; in cdnsp_find_next_ext_cap()