Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/usb/
Dehci_def.h48 #define HCC_EXT_CAPS(p) (((p)>>8)&0xff) /* for pci extended caps */ macro
/linux-2.6.39/drivers/usb/host/
Doxu210hp.h79 #define HCC_EXT_CAPS(p) (((p)>>8)&0xff) /* for pci extended caps */ macro
Dxhci.h123 #define HCC_EXT_CAPS(p) XHCI_HCC_EXT_CAPS(p) macro
Dehci-dbg.c749 offset = HCC_EXT_CAPS(ehci_readl(ehci, in fill_registers_buffer()