Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_event.c103 xhci_put64(xhcip, XHCI_R_RUN, XHCI_ERDP(0), in xhci_event_init()
236 xhci_put64(xhcip, XHCI_R_RUN, XHCI_ERDP(0), addr); in xhci_event_process()
H A Dxhci_polled.c256 xhci_put64(xhcip, XHCI_R_RUN, XHCI_ERDP(0), addr); in xhci_polled_event_process()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h241 #define XHCI_ERDP(n) (0x0038 + (0x20 * (n))) macro