Searched refs:HCC_EXT_CAPS (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/usb/host/
H A Dxhci-caps.h61 #define HCC_EXT_CAPS(p) XHCI_HCC_EXT_CAPS(p) macro
H A Dehci-dbg.c804 offset = HCC_EXT_CAPS(ehci_readl(ehci,
H A Doxu210hp-hcd.c111 #define HCC_EXT_CAPS(p) (((p)>>8)&0xff) /* for pci extended caps */ macro
/linux-master/include/linux/usb/
H A Dehci_def.h43 #define HCC_EXT_CAPS(p) (((p)>>8)&0xff) /* for pci extended caps */ macro
/linux-master/drivers/usb/cdns3/
H A Dcdnsp-gadget.h88 #define HCC_EXT_CAPS(p) (((p) & GENMASK(31, 16)) >> 16) macro
H A Dcdnsp-gadget.c81 offset = HCC_EXT_CAPS(val) << 2;

Completed in 173 milliseconds