Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/usb/controller/
Dohci.c2391 uint32_t nitd; in ohci_xfer_setup() local
2409 nitd = 0; in ohci_xfer_setup()
2419 nitd = 0; in ohci_xfer_setup()
2429 nitd = 0; in ohci_xfer_setup()
2439 nitd = ((xfer->max_data_length / OHCI_PAGE_SIZE) + in ohci_xfer_setup()
2449 nitd = 0; in ohci_xfer_setup()
2487 OHCI_ITD_ALIGN, nitd)) { in ohci_xfer_setup()
2492 for (n = 0; n != nitd; n++) { in ohci_xfer_setup()
Dehci.c3501 uint32_t nitd; in ehci_xfer_setup() local
3510 nitd = 0; in ehci_xfer_setup()
3612 nitd = ((xfer->nframes + 7) / 8) << in ehci_xfer_setup()
3636 EHCI_ITD_ALIGN, nitd)) { in ehci_xfer_setup()
3641 for (n = 0; n != nitd; n++) { in ehci_xfer_setup()