Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/bhyve/dev/usb/controller/
H A Dxhcireg.h192 #define XHCI_XECP_NEXT(x) (((x) >> 8) & 0xFF) macro
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h269 #define XHCI_XECP_NEXT(x) (((x) >> 8) & 0xFF) macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci.c1451 next = XHCI_XECP_NEXT(cap_hdr); in xhci_find_ext_cap()