Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/platforms/cell/
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-v5.4/drivers/usb/host/
Dxhci-ring.c609 struct xhci_segment *seg = td->start_seg; in td_to_noop()
746 cur_td->start_seg, cur_td->first_trb)); in xhci_handle_cmd_stop_ep()
774 if (trb_in_td(xhci, cur_td->start_seg, cur_td->first_trb, in xhci_handle_cmd_stop_ep()
1749 struct xhci_segment *start_seg, in trb_in_td() argument
1760 start_dma = xhci_trb_virt_to_dma(start_seg, start_trb); in trb_in_td()
1761 cur_seg = start_seg; in trb_in_td()
1804 } while (cur_seg != start_seg); in trb_in_td()
2991 td->start_seg = ep_ring->enq_seg; in prepare_transfer()
3848 ep_ring->enq_seg = urb_priv->td[0].start_seg; in xhci_queue_isoc_tx()
Dxhci.h1538 struct xhci_segment *start_seg; member
2072 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()
1681 urb_priv->td[i].start_seg, in xhci_urb_dequeue()
/Linux-v5.4/drivers/net/wireless/
Dwl3501_cs.c770 wl3501_get_from_wla(this, this->start_seg + 2, in wl3501_receive()
774 this->start_seg + in wl3501_receive()
782 this->start_seg + in wl3501_receive()
957 this->start_seg = sig.data; in wl3501_md_ind_interrupt()
Dwl3501.h602 u16 start_seg; member