Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci-ring.c497 BUG_ON(TRB_TO_EP_INDEX(field) != ep_index); in abort_td()
726 BUG_ON(TRB_TO_EP_INDEX(field) != ep_index); in xhci_bulk_tx()
918 BUG_ON(TRB_TO_EP_INDEX(field) != ep_index); in xhci_ctrl_tx()
934 BUG_ON(TRB_TO_EP_INDEX(field) != ep_index); in xhci_ctrl_tx()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.h1278 #define TRB_TO_EP_INDEX(p) ((((p) & (0x1f << 16)) >> 16) - 1) macro
2340 TRB_TO_EP_INDEX(field3) + 1, in xhci_decode_trb()
2456 TRB_TO_EP_INDEX(field3) + 1, in xhci_decode_trb()
2467 TRB_TO_EP_INDEX(field3) + 1, in xhci_decode_trb()
2478 TRB_TO_EP_INDEX(field3) + 1, in xhci_decode_trb()
H A Dxhci-ring.c1089 ep_index = TRB_TO_EP_INDEX(le32_to_cpu(trb->generic.field[3])); in xhci_handle_cmd_stop_ep()
1364 ep_index = TRB_TO_EP_INDEX(le32_to_cpu(trb->generic.field[3])); in xhci_handle_cmd_set_deq()
1469 ep_index = TRB_TO_EP_INDEX(le32_to_cpu(trb->generic.field[3])); in xhci_handle_cmd_reset_ep()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h828 #define TRB_TO_EP_INDEX(p) ((((p) & (0x1f << 16)) >> 16) - 1) macro