Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/platforms/cell/
H A 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()
/openbmc/linux/drivers/usb/cdns3/
H A 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()
1699 preq->td.start_seg = ep_ring->enq_seg; in cdnsp_prepare_transfer()
2389 ep_ring->enq_seg = preq->td.start_seg; in cdnsp_queue_isoc_tx()
H A Dcdnsp-gadget.h1195 struct cdnsp_segment *start_seg; member
H A Dcdnsp-trace.h682 __entry->trb_dma = cdnsp_trb_virt_to_dma(preq->td.start_seg,
/openbmc/linux/drivers/usb/host/
H A Dxhci-ring.c766 struct xhci_segment *seg = td->start_seg; in td_to_noop()
1012 td->start_seg, td->first_trb), in xhci_invalidate_cancelled_tds()
1032 trb_in_td(xhci, td->start_seg, td->first_trb, td->last_trb, hw_deq, false)) { in xhci_invalidate_cancelled_tds()
1122 if (trb_in_td(ep->xhci, td->start_seg, td->first_trb, in find_halted_td()
2145 struct xhci_segment *start_seg, in trb_in_td() argument
2156 start_dma = xhci_trb_virt_to_dma(start_seg, start_trb); in trb_in_td()
2157 cur_seg = start_seg; in trb_in_td()
2200 } while (cur_seg != start_seg); in trb_in_td()
2304 td->start_seg, td->first_trb)); in finish_td()
2958 ep_seg = trb_in_td(xhci, td_next->start_seg, td_next->first_trb, in handle_tx_event()
[all …]
H A Dxhci.h1318 struct xhci_segment *start_seg; member
1911 struct xhci_segment *start_seg, union xhci_trb *start_trb,
H A Dxhci.c46 if (!td || !td->start_seg) in td_on_ring()
49 if (seg == td->start_seg) in td_on_ring()
1728 urb_priv->td[i].start_seg, in xhci_urb_dequeue()
/openbmc/linux/drivers/net/wireless/legacy/
H A 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()
H A Dwl3501.h601 u16 start_seg; member
/openbmc/linux/fs/f2fs/
H A Dgc.c1995 unsigned int start_seg, unsigned int end_seg, in f2fs_gc_range() argument
2001 for (segno = start_seg; segno <= end_seg; segno += SEGS_PER_SEC(sbi)) { in f2fs_gc_range()
H A Df2fs.h3869 unsigned int start_seg, unsigned int end_seg,