Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h230 #define XHCI_ERSTS_MASK 0xffff macro
231 #define XHCI_ERSTS_SET(x) ((x) & XHCI_ERSTS_MASK)
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_event.c99 reg &= ~XHCI_ERSTS_MASK; in xhci_event_init()