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

/freebsd-11.0-release/sys/dev/usb/controller/
H A Dohci.c2390 uint32_t nitd; local
2409 nitd = 0;
2419 nitd = 0;
2429 nitd = 0;
2439 nitd = ((xfer->max_data_length / OHCI_PAGE_SIZE) +
2449 nitd = 0;
2487 OHCI_ITD_ALIGN, nitd)) {
2492 for (n = 0; n != nitd; n++) {
H A Dehci.c3503 uint32_t nitd; local
3512 nitd = 0;
3614 nitd = ((xfer->nframes + 7) / 8) <<
3638 EHCI_ITD_ALIGN, nitd)) {
3643 for (n = 0; n != nitd; n++) {

Completed in 117 milliseconds