Home
last modified time | relevance | path

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

/drivers/usb/dwc2/
Dhcd_ddma.c292 qh->ntd = 0; in dwc2_release_channel_ddma()
339 qh->ntd = 0; in dwc2_hcd_qh_init_ddma()
534 qh->ntd++; in dwc2_fill_host_isoc_dma_desc()
599 while (qh->ntd < ntd_max && qtd->isoc_frame_index_last < in dwc2_init_isoc_dma_desc()
614 if (qh->ntd == ntd_max) { in dwc2_init_isoc_dma_desc()
640 idx = dwc2_desclist_idx_dec(idx, inc * ((qh->ntd + 1) / 2), in dwc2_init_isoc_dma_desc()
794 chan->ntd = n_desc; in dwc2_init_non_isoc_dma_desc()
835 if (!qh->ntd) in dwc2_hcd_start_xfer_ddma()
847 chan->ntd = dwc2_max_desc_num(qh); in dwc2_hcd_start_xfer_ddma()
922 qh->ntd--; in dwc2_cmpl_host_isoc_dma_desc()
Dhcd.h130 u16 ntd; member
332 u16 ntd; member
Dhcd.c1424 hctsiz |= (chan->ntd - 1) << TSIZ_NTD_SHIFT & TSIZ_NTD_MASK; in dwc2_hc_start_transfer_ddma()
1434 dev_vdbg(hsotg->dev, " NTD: %d\n", chan->ntd - 1); in dwc2_hc_start_transfer_ddma()
/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()