Home
last modified time | relevance | path

Searched defs:HCC_EXT_CAPS (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Dxhci-caps.h61 #define HCC_EXT_CAPS(p) XHCI_HCC_EXT_CAPS(p) macro
H A Doxu210hp-hcd.c111 #define HCC_EXT_CAPS(p) (((p)>>8)&0xff) /* for pci extended caps */ macro
/openbmc/linux/include/linux/usb/
H A Dehci_def.h43 #define HCC_EXT_CAPS(p) (((p)>>8)&0xff) /* for pci extended caps */ macro
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h146 #define HCC_EXT_CAPS(p) XHCI_HCC_EXT_CAPS(p) macro
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h88 #define HCC_EXT_CAPS(p) (((p) & GENMASK(31, 16)) >> 16) macro