Searched refs:start_trb (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | xhci-ring.c | 361 struct xhci_generic_trb *start_trb) in giveback_first_trb() argument 370 start_trb->field[3] |= cpu_to_le32(start_cycle); in giveback_first_trb() 372 start_trb->field[3] &= cpu_to_le32(~TRB_CYCLE); in giveback_first_trb() 374 xhci_flush_cache((uintptr_t)start_trb, sizeof(struct xhci_generic_trb)); in giveback_first_trb() 559 struct xhci_generic_trb *start_trb; in xhci_bulk_tx() local 631 start_trb = &ring->enqueue->generic; in xhci_bulk_tx() 713 giveback_first_trb(udev, ep_index, start_cycle, start_trb); in xhci_bulk_tx() 757 struct xhci_generic_trb *start_trb; in xhci_ctrl_tx() local 818 start_trb = &ep_ring->enqueue->generic; in xhci_ctrl_tx() 821 debug("start_trb %p, start_cycle %d\n", start_trb, start_cycle); in xhci_ctrl_tx() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/cdns3/ |
| H A D | trace.h | 215 __field(int, start_trb) 231 __entry->start_trb = req->start_trb; 245 __entry->start_trb, 533 __field(unsigned int, start_trb) 542 __entry->start_trb = priv_req->start_trb; 550 __entry->enqueue_idx, __entry->start_trb,
|
| H A D | gadget.c | 1012 priv_req->start_trb = priv_ep->enqueue; in cdns3_ep_run_stream_transfer() 1013 priv_req->end_trb = priv_req->start_trb; in cdns3_ep_run_stream_transfer() 1151 priv_req->start_trb = priv_ep->enqueue; in cdns3_ep_run_transfer() 1344 priv_req->start_trb * TRB_SIZE), in cdns3_ep_run_transfer() 1443 if (priv_req->start_trb < priv_req->end_trb) { in cdns3_trb_handled() 1447 if (priv_ep->dequeue < priv_req->start_trb) in cdns3_trb_handled() 1451 if ((priv_req->start_trb > priv_req->end_trb) && in cdns3_trb_handled() 1453 (priv_ep->dequeue < priv_req->start_trb)) in cdns3_trb_handled() 1456 if ((priv_req->start_trb == priv_req->end_trb) && in cdns3_trb_handled()
|
| H A D | gadget.h | 1231 int start_trb; member
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | xhci-mem.c | 2053 union xhci_trb *start_trb, in xhci_test_trb_in_td() argument 2063 start_dma = xhci_trb_virt_to_dma(input_seg, start_trb); in xhci_test_trb_in_td() 2066 seg = trb_in_td(xhci, input_seg, start_trb, end_trb, input_dma, false); in xhci_test_trb_in_td() 2076 start_trb, start_dma, in xhci_test_trb_in_td() 2080 trb_in_td(xhci, input_seg, start_trb, end_trb, input_dma, in xhci_test_trb_in_td() 2114 union xhci_trb *start_trb; in xhci_check_trb_in_td_math() member 2121 .start_trb = xhci->event_ring->first_seg->trbs, in xhci_check_trb_in_td_math() 2128 .start_trb = xhci->event_ring->first_seg->trbs, in xhci_check_trb_in_td_math() 2135 .start_trb = xhci->cmd_ring->first_seg->trbs, in xhci_check_trb_in_td_math() 2142 .start_trb = &xhci->event_ring->first_seg->trbs[0], in xhci_check_trb_in_td_math() [all …]
|
| H A D | xhci-ring.c | 2080 union xhci_trb *start_trb, in trb_in_td() argument 2090 start_dma = xhci_trb_virt_to_dma(start_seg, start_trb); in trb_in_td() 3404 struct xhci_generic_trb *start_trb) in giveback_first_trb() argument 3412 start_trb->field[3] |= cpu_to_le32(start_cycle); in giveback_first_trb() 3414 start_trb->field[3] &= cpu_to_le32(~TRB_CYCLE); in giveback_first_trb() 3588 struct xhci_generic_trb *start_trb; in xhci_queue_bulk_tx() local 3636 start_trb = &ring->enqueue->generic; in xhci_queue_bulk_tx() 3738 start_cycle, start_trb); in xhci_queue_bulk_tx() 3750 struct xhci_generic_trb *start_trb; in xhci_queue_ctrl_tx() local 3791 start_trb = &ep_ring->enqueue->generic; in xhci_queue_ctrl_tx() [all …]
|
| H A D | xhci.h | 2140 struct xhci_segment *start_seg, union xhci_trb *start_trb,
|
| /OK3568_Linux_fs/u-boot/drivers/usb/cdns3/ |
| H A D | gadget.c | 301 int current_trb = priv_req->start_trb; in cdns3_move_deq_to_next_trb() 846 priv_req->start_trb = priv_ep->enqueue; in cdns3_ep_run_transfer() 985 priv_req->start_trb * TRB_SIZE), in cdns3_ep_run_transfer() 1089 trb = &priv_ep->trb_pool[priv_req->start_trb]; in cdns3_request_handled() 2106 (priv_req->start_trb * TRB_SIZE)); in cdns3_gadget_ep_dequeue()
|
| H A D | gadget.h | 1202 int start_trb; member
|