Searched refs:XHCI_TRB_3_SLOT_SET (Results 1 – 2 of 2) sorted by relevance
1303 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()
251 #define XHCI_TRB_3_SLOT_SET(x) (((x) & 0xFF) << 24) macro