Home
last modified time | relevance | path

Searched refs:XHCI_DOORBELL (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/bhyve/dev/usb/controller/
H A Dxhcireg.h184 #define XHCI_DOORBELL(n) (0x0000 + (4 * (n))) macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_command.c260 xhci_put32(xhcip, XHCI_R_DOOR, XHCI_DOORBELL(0), 0); in xhci_command_timeout()
433 xhci_put32(xhcip, XHCI_R_DOOR, XHCI_DOORBELL(0), 0); in xhci_command_submit()
H A Dxhci_endpoint.c861 xhci_put32(xhcip, XHCI_R_DOOR, XHCI_DOORBELL(xd->xd_slot), in xhci_endpoint_ring()
872 XHCI_DOORBELL(xd->xd_slot), uint32_t, xep->xep_num + 1); in xhci_endpoint_ring()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h249 #define XHCI_DOORBELL(n) (0x0000 + (4 * (n))) macro