Home
last modified time | relevance | path

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

/linux-4.1.27/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-4.1.27/drivers/usb/host/
Dxhci-ring.c537 for (cur_seg = cur_td->start_seg, cur_trb = cur_td->first_trb; in td_to_noop()
677 cur_td->start_seg, cur_td->first_trb)); in xhci_handle_cmd_stop_ep()
1673 struct xhci_segment *start_seg, in trb_in_td() argument
1684 start_dma = xhci_trb_virt_to_dma(start_seg, start_trb); in trb_in_td()
1685 cur_seg = start_seg; in trb_in_td()
1728 } while (cur_seg != start_seg); in trb_in_td()
2893 td->start_seg = ep_ring->enq_seg; in prepare_transfer()
3734 ep_ring->enq_seg = urb_priv->td[0]->start_seg; in xhci_queue_isoc_tx()
Dxhci.h1293 struct xhci_segment *start_seg; member
1803 struct xhci_segment *start_seg, union xhci_trb *start_trb,
Dxhci.c1610 urb_priv->td[i]->start_seg, in xhci_urb_dequeue()
/linux-4.1.27/drivers/net/wireless/
Dwl3501_cs.c758 wl3501_get_from_wla(this, this->start_seg + 2, in wl3501_receive()
762 this->start_seg + in wl3501_receive()
770 this->start_seg + in wl3501_receive()
945 this->start_seg = sig.data; in wl3501_md_ind_interrupt()
Dwl3501.h601 u16 start_seg; member