Home
last modified time | relevance | path

Searched refs:XHCI_HCC_EXT_CAPS (Results 1 – 2 of 2) sorted by relevance

/drivers/usb/host/
Dxhci-ext-caps.h19 #define XHCI_HCC_EXT_CAPS(p) (((p)>>16)&0xffff) macro
109 offset = XHCI_HCC_EXT_CAPS(val) << 2; in xhci_find_next_ext_cap()
Dxhci.h124 #define HCC_EXT_CAPS(p) XHCI_HCC_EXT_CAPS(p)