Searched refs:trb_dma (Results 1 – 5 of 5) sorted by relevance
507 dma_addr_t trb_dma; in cdns2_ep_tx_isoc() local530 trb_dma = sg_dma_address(sg); in cdns2_ep_tx_isoc()533 trb_dma = preq->request.dma; in cdns2_ep_tx_isoc()550 trb_buff_len = TRB_BUFF_LEN_UP_TO_BOUNDARY(trb_dma); in cdns2_ep_tx_isoc()588 trb->buffer = cpu_to_le32(TRB_BUFFER(trb_dma)); in cdns2_ep_tx_isoc()592 trb_dma += trb_buff_len; in cdns2_ep_tx_isoc()601 trb_dma = sg_dma_address(sg); in cdns2_ep_tx_isoc()622 dma_addr_t trb_dma; in cdns2_ep_tx_bulk() local629 trb_dma = sg_dma_address(sg); in cdns2_ep_tx_bulk()632 trb_dma = preq->request.dma; in cdns2_ep_tx_bulk()[all …]
167 dma_addr_t trb_dma; member
166 req->trb_dma = 0; in xhci_dbc_giveback()299 req->trb_dma = xhci_trb_virt_to_dma(ring->enq_seg, ring->enqueue); in xhci_dbc_queue_bulk_tx()779 if (r->trb_dma == event->trans_event.buffer) { in dbc_handle_xfer_event()795 trace_xhci_dbc_handle_transfer(ring, &req->trb->generic, req->trb_dma); in dbc_handle_xfer_event()
997 dma_addr_t trb_dma; in cdns3_ep_run_stream_transfer() local1011 trb_dma = priv_req->aligned_buf->dma; in cdns3_ep_run_stream_transfer()1013 trb_dma = request->dma; in cdns3_ep_run_stream_transfer()1027 trb->buffer = cpu_to_le32(TRB_BUFFER(trb_dma)); in cdns3_ep_run_stream_transfer()1123 dma_addr_t trb_dma; in cdns3_ep_run_transfer() local1152 trb_dma = priv_req->aligned_buf->dma; in cdns3_ep_run_transfer()1154 trb_dma = request->dma; in cdns3_ep_run_transfer()1243 trb->buffer = cpu_to_le32(TRB_BUFFER(trb_dma)); in cdns3_ep_run_transfer()
977 dma_addr_t trb_dma; in __dwc3_gadget_ep_enable() local982 trb_dma = dwc3_trb_dma_offset(dep, trb); in __dwc3_gadget_ep_enable()984 params.param0 = upper_32_bits(trb_dma); in __dwc3_gadget_ep_enable()985 params.param1 = lower_32_bits(trb_dma); in __dwc3_gadget_ep_enable()1301 req->trb_dma = dwc3_trb_dma_offset(dep, trb); in dwc3_prepare_one_trb()1701 params.param0 = upper_32_bits(req->trb_dma); in __dwc3_gadget_kick_transfer()1702 params.param1 = lower_32_bits(req->trb_dma); in __dwc3_gadget_kick_transfer()