Lines Matching refs:trb_dma
506 dma_addr_t trb_dma; in cdns2_ep_tx_isoc() local
529 trb_dma = sg_dma_address(sg); in cdns2_ep_tx_isoc()
532 trb_dma = preq->request.dma; in cdns2_ep_tx_isoc()
549 trb_buff_len = TRB_BUFF_LEN_UP_TO_BOUNDARY(trb_dma); in cdns2_ep_tx_isoc()
587 trb->buffer = cpu_to_le32(TRB_BUFFER(trb_dma)); in cdns2_ep_tx_isoc()
591 trb_dma += trb_buff_len; in cdns2_ep_tx_isoc()
600 trb_dma = sg_dma_address(sg); in cdns2_ep_tx_isoc()
621 dma_addr_t trb_dma; in cdns2_ep_tx_bulk() local
628 trb_dma = sg_dma_address(sg); in cdns2_ep_tx_bulk()
631 trb_dma = preq->request.dma; in cdns2_ep_tx_bulk()
672 trb->buffer = cpu_to_le32(trb_dma); in cdns2_ep_tx_bulk()
679 trb_dma = sg_dma_address(sg); in cdns2_ep_tx_bulk()