Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/host/
Dxhci-ext-caps.h30 #define XHCI_HCC_EXT_CAPS(p) (((p)>>16)&0xffff) macro
113 next = XHCI_HCC_EXT_CAPS(next); in xhci_find_next_cap_offset()
Dxhci.h123 #define HCC_EXT_CAPS(p) XHCI_HCC_EXT_CAPS(p)
Dxhci-mem.c2156 offset = XHCI_HCC_EXT_CAPS(xhci_readl(xhci, addr)); in xhci_setup_port_arrays()