Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h61 #define XHCI_VERSION_MASK(x) (((x) >> 16) & 0xffff) macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci.c1212 vers = XHCI_VERSION_MASK(capreg); in xhci_read_params()