Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/
H 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()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-ring.c627 halted_seg = trb_in_td(xhci, td->start_seg, in xhci_move_dequeue_past_td()
728 struct xhci_segment *seg = td->start_seg; in td_to_noop()
975 td->start_seg, td->first_trb), in xhci_invalidate_cancelled_tds()
995 trb_in_td(xhci, td->start_seg, td->first_trb, td->last_trb, hw_deq, false)) { in xhci_invalidate_cancelled_tds()
1054 if (trb_in_td(ep->xhci, td->start_seg, td->first_trb, in find_halted_td()
2079 struct xhci_segment *start_seg, in trb_in_td() argument
2090 start_dma = xhci_trb_virt_to_dma(start_seg, start_trb); in trb_in_td()
2091 cur_seg = start_seg; in trb_in_td()
2134 } while (cur_seg != start_seg); in trb_in_td()
2238 td->start_seg, td->first_trb)); in finish_td()
[all …]
H A Dxhci.h1563 struct xhci_segment *start_seg; member
2140 struct xhci_segment *start_seg, union xhci_trb *start_trb,
H A Dxhci.c44 if (!td || !td->start_seg) in td_on_ring()
47 if (seg == td->start_seg) in td_on_ring()
1720 urb_priv->td[i].start_seg, in xhci_urb_dequeue()
/OK3568_Linux_fs/kernel/drivers/net/wireless/
H A Dwl3501_cs.c775 wl3501_get_from_wla(this, this->start_seg + 2, in wl3501_receive()
779 this->start_seg + in wl3501_receive()
787 this->start_seg + in wl3501_receive()
962 this->start_seg = sig.data; in wl3501_md_ind_interrupt()
H A Dwl3501.h601 u16 start_seg; member