Home
last modified time | relevance | path

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

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