Lines Matching refs:nframes

1105 	if (xfer->aframes != xfer->nframes) {  in ehci_non_isoc_done_sub()
1123 } else if (xfer->aframes != xfer->nframes) { in ehci_non_isoc_done_sub()
1227 while (xfer->aframes != xfer->nframes) { in ehci_non_isoc_done()
1801 if (xfer->nframes == 1) { in ehci_setup_standard_chain()
1815 while (x != xfer->nframes) { in ehci_setup_standard_chain()
1823 if (x == xfer->nframes) { in ehci_setup_standard_chain()
2025 uint32_t nframes = xfer->nframes; in ehci_isoc_fs_done() local
2035 while (nframes--) { in ehci_isoc_fs_done()
2072 xfer->aframes = xfer->nframes; in ehci_isoc_fs_done()
2078 uint32_t nframes = xfer->nframes; in ehci_isoc_hs_done() local
2089 while (nframes) { in ehci_isoc_hs_done()
2127 nframes--; in ehci_isoc_hs_done()
2132 if ((td_no == 8) || (nframes == 0)) { in ehci_isoc_hs_done()
2141 xfer->aframes = xfer->nframes; in ehci_isoc_hs_done()
2442 uint32_t nframes; in ehci_device_isoc_fs_enter() local
2456 xfer, xfer->endpoint->isoc_next, xfer->nframes); in ehci_device_isoc_fs_enter()
2460 nframes = EOREAD4(sc, EHCI_FRINDEX) / 8; in ehci_device_isoc_fs_enter()
2463 xfer, nframes, 0, 1, EHCI_VIRTUAL_FRAMELIST_COUNT - 1, &startframe)) in ehci_device_isoc_fs_enter()
2468 nframes = xfer->nframes; in ehci_device_isoc_fs_enter()
2487 while (nframes--) { in ehci_device_isoc_fs_enter()
2513 xfer->isoc_time_complete - nframes - 1); in ehci_device_isoc_fs_enter()
2578 if (nframes == 0) { in ehci_device_isoc_fs_enter()
2592 DPRINTF("FS-TD %d\n", nframes); in ehci_device_isoc_fs_enter()
2712 uint32_t nframes; in ehci_device_isoc_hs_enter() local
2725 xfer, xfer->endpoint->isoc_next, xfer->nframes, in ehci_device_isoc_hs_enter()
2730 nframes = EOREAD4(sc, EHCI_FRINDEX) / 8; in ehci_device_isoc_hs_enter()
2733 xfer, nframes, 0, 1, EHCI_VIRTUAL_FRAMELIST_COUNT - 1, &startframe)) in ehci_device_isoc_hs_enter()
2736 nframes = xfer->nframes; in ehci_device_isoc_hs_enter()
2756 while (nframes) { in ehci_device_isoc_hs_enter()
2785 nframes --; in ehci_device_isoc_hs_enter()
2793 if ((td_no == 8) || (nframes == 0)) { in ehci_device_isoc_hs_enter()
2845 if (nframes == 0) { in ehci_device_isoc_hs_enter()
2851 DPRINTF("HS-TD %d\n", nframes); in ehci_device_isoc_hs_enter()
3456 nqtd = ((2 * xfer->nframes) + 1 /* STATUS */ in ehci_xfer_setup()
3468 nqtd = ((2 * xfer->nframes) in ehci_xfer_setup()
3489 nqtd = ((2 * xfer->nframes) in ehci_xfer_setup()
3500 nsitd = xfer->nframes; in ehci_xfer_setup()
3510 nitd = ((xfer->nframes + 7) / 8) << in ehci_xfer_setup()