Lines Matching refs:nframes
720 uint8_t nframes; in ohci_isoc_done() local
739 nframes = td->frames; in ohci_isoc_done()
742 if (nframes > 8) { in ohci_isoc_done()
743 nframes = 8; in ohci_isoc_done()
745 while (nframes--) { in ohci_isoc_done()
768 xfer->aframes = xfer->nframes; in ohci_isoc_done()
814 if (xfer->aframes != xfer->nframes) { in ohci_non_isoc_done_sub()
837 } else if (xfer->aframes != xfer->nframes) { in ohci_non_isoc_done_sub()
845 if (xfer->aframes != xfer->nframes) { in ohci_non_isoc_done_sub()
919 while (xfer->aframes != xfer->nframes) { in ohci_non_isoc_done()
1423 if (xfer->nframes == 1) { in ohci_setup_standard_chain()
1460 while (x != xfer->nframes) { in ohci_setup_standard_chain()
1468 if (x == xfer->nframes) { in ohci_setup_standard_chain()
1826 uint32_t nframes; in ohci_device_isoc_enter() local
1839 nframes = le32toh(hcca->hcca_frame_number); in ohci_device_isoc_enter()
1842 xfer, xfer->endpoint->isoc_next, xfer->nframes, nframes); in ohci_device_isoc_enter()
1845 xfer, nframes, 0, 1, 0xFFFF, &startframe)) in ohci_device_isoc_enter()
1850 nframes = xfer->nframes; in ohci_device_isoc_enter()
1867 while (nframes--) { in ohci_device_isoc_enter()
1883 (nframes == 0)) { in ohci_device_isoc_enter()
2368 ntd = ((2 * xfer->nframes) + 1 /* STATUS */ in ohci_xfer_setup()
2378 ntd = ((2 * xfer->nframes) in ohci_xfer_setup()
2388 ntd = ((2 * xfer->nframes) in ohci_xfer_setup()
2398 howmany(xfer->nframes, OHCI_ITD_NOFFSET) + in ohci_xfer_setup()