Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_event.c98 reg = xhci_get32(xhcip, XHCI_R_RUN, XHCI_ERSTSZ(0)); in xhci_event_init()
101 xhci_put32(xhcip, XHCI_R_RUN, XHCI_ERSTSZ(0), reg); in xhci_event_init()
/illumos-gate/usr/src/contrib/bhyve/dev/usb/controller/
H A Dxhcireg.h173 #define XHCI_ERSTSZ(n) (0x0028 + (0x20 * (n))) /* XHCI event ring segment table size */ macro
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h229 #define XHCI_ERSTSZ(n) (0x0028 + (0x20 * (n))) macro