Home
last modified time | relevance | path

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

/Linux-v6.1/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.1/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()
1687 preq->td.start_seg = ep_ring->enq_seg; in cdnsp_prepare_transfer()
2300 ep_ring->enq_seg = preq->td.start_seg; in cdnsp_queue_isoc_tx()
Dcdnsp-gadget.h1192 struct cdnsp_segment *start_seg; member
Dcdnsp-trace.h685 __entry->trb_dma = cdnsp_trb_virt_to_dma(preq->td.start_seg,
/Linux-v6.1/drivers/usb/host/
Dxhci-ring.c625 halted_seg = trb_in_td(xhci, td->start_seg, in xhci_move_dequeue_past_td()
726 struct xhci_segment *seg = td->start_seg; in td_to_noop()
965 td->start_seg, td->first_trb), in xhci_invalidate_cancelled_tds()
985 trb_in_td(xhci, td->start_seg, td->first_trb, td->last_trb, hw_deq, false)) { in xhci_invalidate_cancelled_tds()
1042 if (trb_in_td(ep->xhci, td->start_seg, td->first_trb, in find_halted_td()
2019 struct xhci_segment *start_seg, in trb_in_td() argument
2030 start_dma = xhci_trb_virt_to_dma(start_seg, start_trb); in trb_in_td()
2031 cur_seg = start_seg; in trb_in_td()
2074 } while (cur_seg != start_seg); in trb_in_td()
2178 td->start_seg, td->first_trb)); in finish_td()
[all …]
Dxhci.h1565 struct xhci_segment *start_seg; member
2142 struct xhci_segment *start_seg, union xhci_trb *start_trb,
Dxhci.c44 if (!td || !td->start_seg) in td_on_ring()
47 if (seg == td->start_seg) in td_on_ring()
1867 urb_priv->td[i].start_seg, in xhci_urb_dequeue()
/Linux-v6.1/drivers/net/wireless/
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