Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
H A Dxhci.c3663 uint32_t ntd; in xhci_xfer_setup() local
3669 * The proof for the "ntd" formula is illustrated like this: in xhci_xfer_setup()
3705 ntd = ((1 * xfer->nframes) in xhci_xfer_setup()
3708 ntd = ((2 * xfer->nframes) + 1 /* STATUS */ in xhci_xfer_setup()
3711 ntd = ((2 * xfer->nframes) in xhci_xfer_setup()
3727 XHCI_TD_ALIGN, ntd)) { in xhci_xfer_setup()
3732 for (n = 0; n != ntd; n++) { in xhci_xfer_setup()

Completed in 5 milliseconds