Home
last modified time | relevance | path

Searched refs:ntd (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/usb/dwc2/
Dhcd_ddma.c296 qh->ntd = 0; in dwc2_release_channel_ddma()
342 qh->ntd = 0; in dwc2_hcd_qh_init_ddma()
533 qh->ntd++; in dwc2_fill_host_isoc_dma_desc()
559 while (qh->ntd < ntd_max && qtd->isoc_frame_index_last < in dwc2_init_isoc_dma_desc()
575 if (qh->ntd == ntd_max) { in dwc2_init_isoc_dma_desc()
596 idx = dwc2_desclist_idx_dec(idx, inc * ((qh->ntd + 1) / 2), in dwc2_init_isoc_dma_desc()
730 chan->ntd = n_desc; in dwc2_init_non_isoc_dma_desc()
771 if (!qh->ntd) in dwc2_hcd_start_xfer_ddma()
783 chan->ntd = dwc2_max_desc_num(qh); in dwc2_hcd_start_xfer_ddma()
851 qh->ntd--; in dwc2_cmpl_host_isoc_dma_desc()
Dhcd.h156 u16 ntd; member
278 u16 ntd; member
Dcore.c1554 hctsiz |= (chan->ntd - 1) << TSIZ_NTD_SHIFT & TSIZ_NTD_MASK; in dwc2_hc_start_transfer_ddma()
1564 dev_vdbg(hsotg->dev, " NTD: %d\n", chan->ntd - 1); in dwc2_hc_start_transfer_ddma()
/linux-4.1.27/drivers/usb/host/
Duhci-q.c196 struct uhci_td *ntd; in uhci_remove_td_from_frame_list() local
198 ntd = list_entry(td->fl_list.next, in uhci_remove_td_from_frame_list()
201 uhci->frame[td->frame] = LINK_TO_TD(uhci, ntd); in uhci_remove_td_from_frame_list()
202 uhci->frame_cpu[td->frame] = ntd; in uhci_remove_td_from_frame_list()