Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dxhci-ext-caps.h44 #define XHCI_EXT_CAPS_NEXT(p) (((p)>>8)&0xff) macro
118 next = XHCI_EXT_CAPS_NEXT(next); in xhci_find_next_cap_offset()
Dxhci-mem.c2214 tmp_offset = XHCI_EXT_CAPS_NEXT(cap_id); in xhci_setup_port_arrays()
2230 offset = XHCI_EXT_CAPS_NEXT(cap_id); in xhci_setup_port_arrays()