Home
last modified time | relevance | path

Searched refs:start_seg (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.6/arch/powerpc/platforms/cell/
Diommu.c325 n_pte_pages, start_seg, *ptab; in cell_iommu_alloc_ptab() local
327 start_seg = base >> IO_SEGMENT_SHIFT; in cell_iommu_alloc_ptab()
365 for (i = start_seg; i < (start_seg + segments); i++) { in cell_iommu_alloc_ptab()
371 (i - start_seg)); in cell_iommu_alloc_ptab()
/Linux-v6.6/drivers/usb/cdns3/
Dcdnsp-ring.c508 struct cdnsp_segment *seg = td->start_seg; in cdnsp_td_to_noop()
532 struct cdnsp_segment *start_seg, in cdnsp_trb_in_td() argument
543 start_dma = cdnsp_trb_virt_to_dma(start_seg, start_trb); in cdnsp_trb_in_td()
544 cur_seg = start_seg; in cdnsp_trb_in_td()
592 } while (cur_seg != start_seg); in cdnsp_trb_in_td()
718 seg = cdnsp_trb_in_td(pdev, cur_td->start_seg, cur_td->first_trb, in cdnsp_remove_request()
1694 preq->td.start_seg = ep_ring->enq_seg; in cdnsp_prepare_transfer()
2356 ep_ring->enq_seg = preq->td.start_seg; in cdnsp_queue_isoc_tx()
Dcdnsp-gadget.h1192 struct cdnsp_segment *start_seg; member
Dcdnsp-trace.h682 __entry->trb_dma = cdnsp_trb_virt_to_dma(preq->td.start_seg,
/Linux-v6.6/drivers/usb/host/
Dxhci-ring.c757 struct xhci_segment *seg = td->start_seg; in td_to_noop()
996 td->start_seg, td->first_trb), in xhci_invalidate_cancelled_tds()
1016 trb_in_td(xhci, td->start_seg, td->first_trb, td->last_trb, hw_deq, false)) { in xhci_invalidate_cancelled_tds()
1073 if (trb_in_td(ep->xhci, td->start_seg, td->first_trb, in find_halted_td()
2043 struct xhci_segment *start_seg, in trb_in_td() argument
2054 start_dma = xhci_trb_virt_to_dma(start_seg, start_trb); in trb_in_td()
2055 cur_seg = start_seg; in trb_in_td()
2098 } while (cur_seg != start_seg); in trb_in_td()
2202 td->start_seg, td->first_trb)); in finish_td()
3297 td->start_seg = ep_ring->enq_seg; in prepare_transfer()
[all …]
Dxhci.h1569 struct xhci_segment *start_seg; member
2157 struct xhci_segment *start_seg, union xhci_trb *start_trb,
Dxhci.c45 if (!td || !td->start_seg) in td_on_ring()
48 if (seg == td->start_seg) in td_on_ring()
1707 urb_priv->td[i].start_seg, in xhci_urb_dequeue()
/Linux-v6.6/drivers/net/wireless/legacy/
Dwl3501_cs.c773 wl3501_get_from_wla(this, this->start_seg + 2, in wl3501_receive()
777 this->start_seg + in wl3501_receive()
785 this->start_seg + in wl3501_receive()
960 this->start_seg = sig.data; in wl3501_md_ind_interrupt()
Dwl3501.h601 u16 start_seg; member