Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dohci.c2348 uint32_t nitd; in ohci_xfer_setup() local
2366 nitd = 0; in ohci_xfer_setup()
2376 nitd = 0; in ohci_xfer_setup()
2386 nitd = 0; in ohci_xfer_setup()
2396 nitd = ((xfer->max_data_length / OHCI_PAGE_SIZE) + in ohci_xfer_setup()
2405 nitd = 0; in ohci_xfer_setup()
2443 OHCI_ITD_ALIGN, nitd)) { in ohci_xfer_setup()
2448 for (n = 0; n != nitd; n++) { in ohci_xfer_setup()
H A Dehci.c3403 uint32_t nitd; in ehci_xfer_setup() local
3412 nitd = 0; in ehci_xfer_setup()
3509 nitd = ((xfer->nframes + 7) / 8) << in ehci_xfer_setup()
3532 EHCI_ITD_ALIGN, nitd)) { in ehci_xfer_setup()
3537 for (n = 0; n != nitd; n++) { in ehci_xfer_setup()