Lines Matching refs:nframes
719 uint8_t nframes; in ohci_isoc_done() local
738 nframes = td->frames; in ohci_isoc_done()
741 if (nframes > 8) { in ohci_isoc_done()
742 nframes = 8; in ohci_isoc_done()
744 while (nframes--) { in ohci_isoc_done()
767 xfer->aframes = xfer->nframes; in ohci_isoc_done()
813 if (xfer->aframes != xfer->nframes) { in ohci_non_isoc_done_sub()
836 } else if (xfer->aframes != xfer->nframes) { in ohci_non_isoc_done_sub()
844 if (xfer->aframes != xfer->nframes) { in ohci_non_isoc_done_sub()
918 while (xfer->aframes != xfer->nframes) { in ohci_non_isoc_done()
1422 if (xfer->nframes == 1) { in ohci_setup_standard_chain()
1459 while (x != xfer->nframes) { in ohci_setup_standard_chain()
1467 if (x == xfer->nframes) { in ohci_setup_standard_chain()
1825 uint32_t nframes; in ohci_device_isoc_enter() local
1838 nframes = le32toh(hcca->hcca_frame_number); in ohci_device_isoc_enter()
1841 xfer, xfer->endpoint->isoc_next, xfer->nframes, nframes); in ohci_device_isoc_enter()
1844 xfer, nframes, 0, 1, 0xFFFF, &startframe)) in ohci_device_isoc_enter()
1849 nframes = xfer->nframes; in ohci_device_isoc_enter()
1866 while (nframes--) { in ohci_device_isoc_enter()
1882 (nframes == 0)) { in ohci_device_isoc_enter()
2367 ntd = ((2 * xfer->nframes) + 1 /* STATUS */ in ohci_xfer_setup()
2377 ntd = ((2 * xfer->nframes) in ohci_xfer_setup()
2387 ntd = ((2 * xfer->nframes) in ohci_xfer_setup()
2397 howmany(xfer->nframes, OHCI_ITD_NOFFSET) + in ohci_xfer_setup()