Home
last modified time | relevance | path

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

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