Searched refs:ep_trb_dma (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/usb/host/
H A Dxhci-ring.c2586 dma_addr_t ep_trb_dma; local
2598 ep_trb_dma = le64_to_cpu(event->buffer);
2606 ep_ring = xhci_dma_to_transfer_ring(ep, ep_trb_dma);
2832 td->last_trb, ep_trb_dma, false);
2880 td_next->last_trb, ep_trb_dma, false);
2900 td->last_trb, ep_trb_dma, true);
2916 ep_trb = &ep_seg->trbs[(ep_trb_dma - ep_seg->dma) /
/linux-master/drivers/usb/cdns3/
H A Dcdnsp-ring.c1234 dma_addr_t ep_trb_dma; local
1244 ep_trb_dma = le64_to_cpu(event->buffer);
1334 ep_trb_dma);
1339 ep_trb = &ep_seg->trbs[(ep_trb_dma - ep_seg->dma)
1351 * Skip the Force Stopped Event. The event_trb(ep_trb_dma)

Completed in 275 milliseconds