Home
last modified time | relevance | path

Searched refs:TRB_TO_EP_INDEX (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/drivers/usb/cdns3/
H A 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()
H A Dcdnsp-gadget.h967 #define TRB_TO_EP_INDEX(p) (((p) >> 16) & 0x1f) macro
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci.h1275 #define TRB_TO_EP_INDEX(p) ((((p) & (0x1f << 16)) >> 16) - 1) macro
2279 TRB_TO_EP_INDEX(field3) + 1, in xhci_decode_trb()
2395 TRB_TO_EP_INDEX(field3) + 1, in xhci_decode_trb()
2406 TRB_TO_EP_INDEX(field3) + 1, in xhci_decode_trb()
2417 TRB_TO_EP_INDEX(field3) + 1, in xhci_decode_trb()
H A Dxhci-ring.c954 ep_index = TRB_TO_EP_INDEX(le32_to_cpu(trb->generic.field[3])); in xhci_handle_cmd_stop_ep()
1237 ep_index = TRB_TO_EP_INDEX(le32_to_cpu(trb->generic.field[3])); in xhci_handle_cmd_set_deq()
1331 ep_index = TRB_TO_EP_INDEX(le32_to_cpu(trb->generic.field[3])); in xhci_handle_cmd_reset_ep()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci.h1276 #define TRB_TO_EP_INDEX(p) ((((p) & (0x1f << 16)) >> 16) - 1) macro
2311 TRB_TO_EP_INDEX(field3) + 1, in xhci_decode_trb()
2427 TRB_TO_EP_INDEX(field3) + 1, in xhci_decode_trb()
2438 TRB_TO_EP_INDEX(field3) + 1, in xhci_decode_trb()
2449 TRB_TO_EP_INDEX(field3) + 1, in xhci_decode_trb()
H A Dxhci-ring.c1108 ep_index = TRB_TO_EP_INDEX(le32_to_cpu(trb->generic.field[3])); in xhci_handle_cmd_stop_ep()
1331 ep_index = TRB_TO_EP_INDEX(le32_to_cpu(trb->generic.field[3])); in xhci_handle_cmd_set_deq()
1436 ep_index = TRB_TO_EP_INDEX(le32_to_cpu(trb->generic.field[3])); in xhci_handle_cmd_reset_ep()
1618 TRB_TO_EP_INDEX(cmd_field3)); in xhci_handle_command_timeout()

Completed in 24 milliseconds