Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dpci_xhci.h266 #define XHCI_TRB_3_SLOT_SET(x) (((x) & 0xFF) << 24) macro
H A Dpci_xhci.c1489 evtrb.dwTrb3 |= XHCI_TRB_3_SLOT_SET(slot); in pci_xhci_complete_commands()
1607 XHCI_TRB_3_SLOT_SET(slot) | XHCI_TRB_3_EP_SET(epid); in pci_xhci_xfer_complete()
/freebsd/sys/dev/usb/controller/
H A Dxhci.c1311 XHCI_TRB_3_SLOT_SET(slot_id); in xhci_cmd_disable_slot()
1330 XHCI_TRB_3_SLOT_SET(slot_id); in xhci_cmd_set_address()
1480 XHCI_TRB_3_SLOT_SET(slot_id); in xhci_cmd_configure_ep()
1505 XHCI_TRB_3_SLOT_SET(slot_id); in xhci_cmd_evaluate_ctx()
1523 XHCI_TRB_3_SLOT_SET(slot_id) | in xhci_cmd_reset_ep()
1549 XHCI_TRB_3_SLOT_SET(slot_id) | in xhci_cmd_set_tr_dequeue_ptr()
1568 XHCI_TRB_3_SLOT_SET(slot_id) | in xhci_cmd_stop_ep()
1590 XHCI_TRB_3_SLOT_SET(slot_id); in xhci_cmd_reset_dev()
H A Dxhci.h277 #define XHCI_TRB_3_SLOT_SET(x) (((x) & 0xFF) << 24) macro