Searched refs:TRB_TO_EP_ID (Results 1 – 7 of 7) sorted by relevance
813 #define TRB_TO_EP_ID(p) (((p) >> 16) & 0x1f) /* Endpoint ID 1 - 31 */ macro816 #define TRB_TO_EP_INDEX(p) (TRB_TO_EP_ID(p) - 1) /* Endpoint index 0 - 30 */2023 TRB_TO_EP_ID(field3), in xhci_decode_trb()2138 TRB_TO_EP_ID(field3), in xhci_decode_trb()2148 TRB_TO_EP_ID(field3), in xhci_decode_trb()2158 TRB_TO_EP_ID(field3), in xhci_decode_trb()
725 ep_id = TRB_TO_EP_ID(le32_to_cpu(event->generic.field[3])); in dbc_handle_xfer_event()
2627 ep_index = TRB_TO_EP_ID(le32_to_cpu(event->flags)) - 1; in handle_tx_event()
914 #define TRB_TO_EP_ID(p) (((p) & GENMASK(20, 16)) >> 16) macro
1187 ep_index = TRB_TO_EP_ID(le32_to_cpu(event->flags)) - 1; in cdnsp_handle_tx_nrdy()1244 ep_index = TRB_TO_EP_ID(le32_to_cpu(event->flags)) - 1; in cdnsp_handle_tx_event()
507 TRB_TO_EP_ID(data) == (pep->idx + 1)) { in cdnsp_invalidate_ep_events()
723 ep_id = TRB_TO_EP_ID(le32_to_cpu(evt_trb->field[3])); in xdbc_handle_tx_event()