Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/cdns3/
Dcdnsp-debug.h182 int ep_id = TRB_TO_EP_INDEX(field3) - 1; in cdnsp_decode_trb()
209 TRB_TO_EP_INDEX(field3), in cdnsp_decode_trb()
336 TRB_TO_EP_INDEX(field3), field1, field0, in cdnsp_decode_trb()
345 TRB_TO_EP_INDEX(field3), in cdnsp_decode_trb()
355 TRB_TO_EP_INDEX(field3), field1, field0, in cdnsp_decode_trb()
373 TRB_TO_EP_INDEX(field3), temp, in cdnsp_decode_trb()
Dcdnsp-gadget.h967 #define TRB_TO_EP_INDEX(p) (((p) >> 16) & 0x1f) macro
/Linux-v5.15/drivers/usb/host/
Dxhci.h1271 #define TRB_TO_EP_INDEX(p) ((((p) & (0x1f << 16)) >> 16) - 1) macro
2272 TRB_TO_EP_INDEX(field3) + 1, in xhci_decode_trb()
2388 TRB_TO_EP_INDEX(field3) + 1, in xhci_decode_trb()
2399 TRB_TO_EP_INDEX(field3) + 1, in xhci_decode_trb()
2410 TRB_TO_EP_INDEX(field3) + 1, in xhci_decode_trb()
Dxhci-ring.c1078 ep_index = TRB_TO_EP_INDEX(le32_to_cpu(trb->generic.field[3])); in xhci_handle_cmd_stop_ep()
1363 ep_index = TRB_TO_EP_INDEX(le32_to_cpu(trb->generic.field[3])); in xhci_handle_cmd_set_deq()
1468 ep_index = TRB_TO_EP_INDEX(le32_to_cpu(trb->generic.field[3])); in xhci_handle_cmd_reset_ep()