Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_event.c100 reg |= XHCI_ERSTS_SET(XHCI_EVENT_NSEGS); in xhci_event_init()
/illumos-gate/usr/src/contrib/bhyve/dev/usb/controller/
H A Dxhcireg.h175 #define XHCI_ERSTS_SET(x) ((x) & 0xFFFF) macro
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h231 #define XHCI_ERSTS_SET(x) ((x) & XHCI_ERSTS_MASK) macro