Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/bhyve/dev/usb/controller/
H A Dxhcireg.h59 #define XHCI_HCS3_U2_DEL(x) (((x) >> 16) & 0xFFFF) macro
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h86 #define XHCI_HCS3_U2_DEL(x) (((x) >> 16) & 0xFFFF) macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci.c1258 xcap->xcap_u2_lat = XHCI_HCS3_U2_DEL(struc3); in xhci_read_params()