Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/host/
Dxhci.h1264 #define TRB_TO_EP_INDEX(p) ((((p) & (0x1f << 16)) >> 16) - 1) macro
2250 TRB_TO_EP_INDEX(field3) + 1, in xhci_decode_trb()
2363 TRB_TO_EP_INDEX(field3) + 1, in xhci_decode_trb()
2374 TRB_TO_EP_INDEX(field3) + 1, in xhci_decode_trb()
2385 TRB_TO_EP_INDEX(field3) + 1, in xhci_decode_trb()
Dxhci-ring.c743 ep_index = TRB_TO_EP_INDEX(le32_to_cpu(trb->generic.field[3])); in xhci_handle_cmd_stop_ep()
1072 ep_index = TRB_TO_EP_INDEX(le32_to_cpu(trb->generic.field[3])); in xhci_handle_cmd_set_deq()
1163 ep_index = TRB_TO_EP_INDEX(le32_to_cpu(trb->generic.field[3])); in xhci_handle_cmd_reset_ep()