Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.c1303 XHCI_TRB_3_SLOT_SET(slot_id); in xhci_cmd_disable_slot()
1322 XHCI_TRB_3_SLOT_SET(slot_id); in xhci_cmd_set_address()
1471 XHCI_TRB_3_SLOT_SET(slot_id); in xhci_cmd_configure_ep()
1493 XHCI_TRB_3_SLOT_SET(slot_id); in xhci_cmd_evaluate_ctx()
1511 XHCI_TRB_3_SLOT_SET(slot_id) | in xhci_cmd_reset_ep()
1537 XHCI_TRB_3_SLOT_SET(slot_id) | in xhci_cmd_set_tr_dequeue_ptr()
1556 XHCI_TRB_3_SLOT_SET(slot_id) | in xhci_cmd_stop_ep()
1578 XHCI_TRB_3_SLOT_SET(slot_id); in xhci_cmd_reset_dev()
Dxhci.h251 #define XHCI_TRB_3_SLOT_SET(x) (((x) & 0xFF) << 24) macro