Lines Matching refs:nframes
1002 uint32_t nframes = xfer->nframes; in uhci_isoc_done() local
1017 while (nframes--) { in uhci_isoc_done()
1061 xfer->aframes = xfer->nframes; in uhci_isoc_done()
1077 if (xfer->aframes != xfer->nframes) { in uhci_non_isoc_done_sub()
1097 } else if ((xfer->aframes != xfer->nframes) && (len > 0)) { in uhci_non_isoc_done_sub()
1211 while (xfer->aframes != xfer->nframes) { in uhci_non_isoc_done()
1696 if (xfer->nframes == 1) { in uhci_setup_standard_chain()
1710 while (x != xfer->nframes) { in uhci_setup_standard_chain()
1718 if (x == xfer->nframes) { in uhci_setup_standard_chain()
2110 uint32_t nframes; in uhci_device_isoc_enter() local
2123 xfer, xfer->endpoint->isoc_next, xfer->nframes); in uhci_device_isoc_enter()
2125 nframes = UREAD2(sc, UHCI_FRNUM); in uhci_device_isoc_enter()
2128 xfer, nframes, 0, 1, UHCI_VFRAMELIST_COUNT - 1, &startframe)) in uhci_device_isoc_enter()
2133 nframes = xfer->nframes; in uhci_device_isoc_enter()
2152 while (nframes--) { in uhci_device_isoc_enter()
2194 if (nframes == 0) { in uhci_device_isoc_enter()
2213 DPRINTF("TD %d\n", nframes); in uhci_device_isoc_enter()
2798 ntd = ((2 * xfer->nframes) + 1 /* STATUS */ in uhci_xfer_setup()
2808 ntd = ((2 * xfer->nframes) in uhci_xfer_setup()
2818 ntd = ((2 * xfer->nframes) in uhci_xfer_setup()
2828 ntd = xfer->nframes; in uhci_xfer_setup()