Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/platforms/cell/
Diommu.c336 n_pte_pages, start_seg, *ptab; in cell_iommu_alloc_ptab() local
338 start_seg = base >> IO_SEGMENT_SHIFT; in cell_iommu_alloc_ptab()
376 for (i = start_seg; i < (start_seg + segments); i++) { in cell_iommu_alloc_ptab()
382 (i - start_seg)); in cell_iommu_alloc_ptab()
/Linux-v4.19/drivers/usb/host/
Dxhci-ring.c602 struct xhci_segment *seg = td->start_seg; in td_to_noop()
735 cur_td->start_seg, cur_td->first_trb)); in xhci_handle_cmd_stop_ep()
763 if (trb_in_td(xhci, cur_td->start_seg, cur_td->first_trb, in xhci_handle_cmd_stop_ep()
1681 struct xhci_segment *start_seg, in trb_in_td() argument
1692 start_dma = xhci_trb_virt_to_dma(start_seg, start_trb); in trb_in_td()
1693 cur_seg = start_seg; in trb_in_td()
1736 } while (cur_seg != start_seg); in trb_in_td()
2881 td->start_seg = ep_ring->enq_seg; in prepare_transfer()
3716 ep_ring->enq_seg = urb_priv->td[0].start_seg; in xhci_queue_isoc_tx()
Dxhci.h1516 struct xhci_segment *start_seg; member
2053 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()
1627 urb_priv->td[i].start_seg, in xhci_urb_dequeue()
/Linux-v4.19/drivers/net/wireless/
Dwl3501_cs.c769 wl3501_get_from_wla(this, this->start_seg + 2, in wl3501_receive()
773 this->start_seg + in wl3501_receive()
781 this->start_seg + in wl3501_receive()
956 this->start_seg = sig.data; in wl3501_md_ind_interrupt()
Dwl3501.h602 u16 start_seg; member