Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/usb/controller/
H A Dohci.c2349 uint32_t nitd; in ohci_xfer_setup() local
2367 nitd = 0; in ohci_xfer_setup()
2377 nitd = 0; in ohci_xfer_setup()
2387 nitd = 0; in ohci_xfer_setup()
2397 nitd = ((xfer->max_data_length / OHCI_PAGE_SIZE) + in ohci_xfer_setup()
2406 nitd = 0; in ohci_xfer_setup()
2444 OHCI_ITD_ALIGN, nitd)) { in ohci_xfer_setup()
2449 for (n = 0; n != nitd; n++) { in ohci_xfer_setup()
H A Dehci.c3404 uint32_t nitd; in ehci_xfer_setup() local
3413 nitd = 0; in ehci_xfer_setup()
3510 nitd = ((xfer->nframes + 7) / 8) << in ehci_xfer_setup()
3533 EHCI_ITD_ALIGN, nitd)) { in ehci_xfer_setup()
3538 for (n = 0; n != nitd; n++) { in ehci_xfer_setup()