HomeSort by: relevance | last modified time | path
    Searched refs:ntd (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/dwc2/dist/
dwc2_hcdddma.c 323 qh->ntd = 0;
369 qh->ntd = 0;
494 * when no more QTDs in the list (qh->ntd == 0). Thus this function is
495 * called only when qh->ntd == 0 and qh->channel == 0.
561 qh->ntd++;
625 while (qh->ntd < ntd_max && qtd->isoc_frame_index_last <
640 if (qh->ntd == ntd_max) {
666 idx = dwc2_desclist_idx_dec(idx, inc * ((qh->ntd + 1) / 2),
815 chan->ntd = n_desc;
856 if (!qh->ntd)
    [all...]
dwc2_hcd.h 106 * @ntd: Number of transfer descriptors for the transfer
160 u16 ntd; member in struct:dwc2_host_chan
253 * @ntd: Actual number of transfer descriptors in a list
295 u16 ntd; member in struct:dwc2_qh
dwc2_core.c 2051 * Sets PID and NTD values. For periodic transfers initializes SCHED_INFO field
2074 hctsiz |= (chan->ntd - 1) << TSIZ_NTD_SHIFT & TSIZ_NTD_MASK;
2084 dev_vdbg(hsotg->dev, " NTD: %d\n", chan->ntd - 1);
  /src/sys/arch/evbppc/wii/dev/
rtcsram.c 55 uint8_t ntd; member in struct:rtcsram_sram
  /src/sys/dev/usb/
uhci.c 1997 size_t ntd = howmany(len, maxp); local in function:uhci_alloc_std_chain
2003 ntd += howmany(len, PAGE_SIZE);
2010 ntd++;
2012 DPRINTFN(10, "maxp=%jd ntd=%jd", maxp, ntd, 0, 0);
2015 uxfer->ux_nstd = ntd;
2016 if (ntd == 0) {
2018 DPRINTF("ntd=0", 0, 0, 0, 0);
2021 uxfer->ux_stds = kmem_alloc(sizeof(uhci_soft_td_t *) * ntd,
2024 for (int i = 0; i < ntd; i++)
    [all...]

Completed in 18 milliseconds