Searched refs:XHCI_TRB_3_SLOT_SET (Results 1 – 2 of 2) sorted by relevance
1310 XHCI_TRB_3_SLOT_SET(slot_id); in xhci_cmd_disable_slot()1329 XHCI_TRB_3_SLOT_SET(slot_id); in xhci_cmd_set_address()1478 XHCI_TRB_3_SLOT_SET(slot_id); in xhci_cmd_configure_ep()1500 XHCI_TRB_3_SLOT_SET(slot_id); in xhci_cmd_evaluate_ctx()1518 XHCI_TRB_3_SLOT_SET(slot_id) | in xhci_cmd_reset_ep()1544 XHCI_TRB_3_SLOT_SET(slot_id) | in xhci_cmd_set_tr_dequeue_ptr()1563 XHCI_TRB_3_SLOT_SET(slot_id) | in xhci_cmd_stop_ep()1585 XHCI_TRB_3_SLOT_SET(slot_id); in xhci_cmd_reset_dev()
252 #define XHCI_TRB_3_SLOT_SET(x) (((x) & 0xFF) << 24) macro