Searched refs:XHCI_DOORBELL (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/contrib/bhyve/dev/usb/controller/ |
H A D | xhcireg.h | 184 #define XHCI_DOORBELL(n) (0x0000 + (4 * (n))) macro
|
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/ |
H A D | xhci_command.c | 261 xhci_put32(xhcip, XHCI_R_DOOR, XHCI_DOORBELL(0), 0); in xhci_command_timeout() 434 xhci_put32(xhcip, XHCI_R_DOOR, XHCI_DOORBELL(0), 0); in xhci_command_submit()
|
H A D | xhci_endpoint.c | 861 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 D | xhcireg.h | 249 #define XHCI_DOORBELL(n) (0x0000 + (4 * (n))) macro
|