Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dxhci-ext-caps.h30 #define XHCI_HCC_EXT_CAPS(p) (((p)>>16)&0xffff) macro
114 next = XHCI_HCC_EXT_CAPS(next); in xhci_find_next_cap_offset()
Dxhci.h125 #define HCC_EXT_CAPS(p) XHCI_HCC_EXT_CAPS(p)
Dxhci-mem.c2174 offset = XHCI_HCC_EXT_CAPS(readl(addr)); in xhci_setup_port_arrays()