Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/cell/
A Diommu.c323 n_pte_pages, start_seg, *ptab; in cell_iommu_alloc_ptab() local
325 start_seg = base >> IO_SEGMENT_SHIFT; in cell_iommu_alloc_ptab()
363 for (i = start_seg; i < (start_seg + segments); i++) { in cell_iommu_alloc_ptab()
369 (i - start_seg)); in cell_iommu_alloc_ptab()
/linux/drivers/usb/cdns3/
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()
1687 preq->td.start_seg = ep_ring->enq_seg; in cdnsp_prepare_transfer()
2290 ep_ring->enq_seg = preq->td.start_seg; in cdnsp_queue_isoc_tx()
A Dcdnsp-gadget.h1192 struct cdnsp_segment *start_seg; member
A Dcdnsp-trace.h685 __entry->trb_dma = cdnsp_trb_virt_to_dma(preq->td.start_seg,
/linux/drivers/usb/host/
A 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()
973 td->start_seg, td->first_trb), in xhci_invalidate_cancelled_tds()
1050 if (trb_in_td(ep->xhci, td->start_seg, td->first_trb, in find_halted_td()
2085 struct xhci_segment *start_seg, in trb_in_td() argument
2096 start_dma = xhci_trb_virt_to_dma(start_seg, start_trb); in trb_in_td()
2097 cur_seg = start_seg; in trb_in_td()
2140 } while (cur_seg != start_seg); in trb_in_td()
2244 td->start_seg, td->first_trb)); in finish_td()
3333 td->start_seg = ep_ring->enq_seg; in prepare_transfer()
[all …]
A Dxhci.h1564 struct xhci_segment *start_seg; member
2119 struct xhci_segment *start_seg, union xhci_trb *start_trb,
A Dxhci.c44 if (!td || !td->start_seg) in td_on_ring()
47 if (seg == td->start_seg) in td_on_ring()
1818 urb_priv->td[i].start_seg, in xhci_urb_dequeue()
/linux/drivers/net/wireless/
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()
A Dwl3501.h601 u16 start_seg; member

Completed in 58 milliseconds