Lines Matching refs:nframes
1003 uint32_t nframes = xfer->nframes; in uhci_isoc_done() local
1018 while (nframes--) { in uhci_isoc_done()
1062 xfer->aframes = xfer->nframes; in uhci_isoc_done()
1078 if (xfer->aframes != xfer->nframes) { in uhci_non_isoc_done_sub()
1098 } else if ((xfer->aframes != xfer->nframes) && (len > 0)) { in uhci_non_isoc_done_sub()
1212 while (xfer->aframes != xfer->nframes) { in uhci_non_isoc_done()
1699 if (xfer->nframes == 1) { in uhci_setup_standard_chain()
1713 while (x != xfer->nframes) { in uhci_setup_standard_chain()
1721 if (x == xfer->nframes) { in uhci_setup_standard_chain()
2113 uint32_t nframes; in uhci_device_isoc_enter() local
2126 xfer, xfer->endpoint->isoc_next, xfer->nframes); in uhci_device_isoc_enter()
2128 nframes = UREAD2(sc, UHCI_FRNUM); in uhci_device_isoc_enter()
2131 xfer, nframes, 0, 1, UHCI_VFRAMELIST_COUNT - 1, &startframe)) in uhci_device_isoc_enter()
2136 nframes = xfer->nframes; in uhci_device_isoc_enter()
2155 while (nframes--) { in uhci_device_isoc_enter()
2197 if (nframes == 0) { in uhci_device_isoc_enter()
2216 DPRINTF("TD %d\n", nframes); in uhci_device_isoc_enter()
2803 ntd = ((2 * xfer->nframes) + 1 /* STATUS */ in uhci_xfer_setup()
2813 ntd = ((2 * xfer->nframes) in uhci_xfer_setup()
2823 ntd = ((2 * xfer->nframes) in uhci_xfer_setup()
2833 ntd = xfer->nframes; in uhci_xfer_setup()