Lines Matching refs:nframes

1104 	if (xfer->aframes != xfer->nframes) {  in ehci_non_isoc_done_sub()
1122 } else if (xfer->aframes != xfer->nframes) { in ehci_non_isoc_done_sub()
1226 while (xfer->aframes != xfer->nframes) { in ehci_non_isoc_done()
1800 if (xfer->nframes == 1) { in ehci_setup_standard_chain()
1814 while (x != xfer->nframes) { in ehci_setup_standard_chain()
1822 if (x == xfer->nframes) { in ehci_setup_standard_chain()
2024 uint32_t nframes = xfer->nframes; in ehci_isoc_fs_done() local
2034 while (nframes--) { in ehci_isoc_fs_done()
2071 xfer->aframes = xfer->nframes; in ehci_isoc_fs_done()
2077 uint32_t nframes = xfer->nframes; in ehci_isoc_hs_done() local
2088 while (nframes) { in ehci_isoc_hs_done()
2126 nframes--; in ehci_isoc_hs_done()
2131 if ((td_no == 8) || (nframes == 0)) { in ehci_isoc_hs_done()
2140 xfer->aframes = xfer->nframes; in ehci_isoc_hs_done()
2441 uint32_t nframes; in ehci_device_isoc_fs_enter() local
2455 xfer, xfer->endpoint->isoc_next, xfer->nframes); in ehci_device_isoc_fs_enter()
2459 nframes = EOREAD4(sc, EHCI_FRINDEX) / 8; in ehci_device_isoc_fs_enter()
2462 xfer, nframes, 0, 1, EHCI_VIRTUAL_FRAMELIST_COUNT - 1, &startframe)) in ehci_device_isoc_fs_enter()
2467 nframes = xfer->nframes; in ehci_device_isoc_fs_enter()
2486 while (nframes--) { in ehci_device_isoc_fs_enter()
2512 xfer->isoc_time_complete - nframes - 1); in ehci_device_isoc_fs_enter()
2577 if (nframes == 0) { in ehci_device_isoc_fs_enter()
2591 DPRINTF("FS-TD %d\n", nframes); in ehci_device_isoc_fs_enter()
2711 uint32_t nframes; in ehci_device_isoc_hs_enter() local
2724 xfer, xfer->endpoint->isoc_next, xfer->nframes, in ehci_device_isoc_hs_enter()
2729 nframes = EOREAD4(sc, EHCI_FRINDEX) / 8; in ehci_device_isoc_hs_enter()
2732 xfer, nframes, 0, 1, EHCI_VIRTUAL_FRAMELIST_COUNT - 1, &startframe)) in ehci_device_isoc_hs_enter()
2735 nframes = xfer->nframes; in ehci_device_isoc_hs_enter()
2755 while (nframes) { in ehci_device_isoc_hs_enter()
2784 nframes --; in ehci_device_isoc_hs_enter()
2792 if ((td_no == 8) || (nframes == 0)) { in ehci_device_isoc_hs_enter()
2844 if (nframes == 0) { in ehci_device_isoc_hs_enter()
2850 DPRINTF("HS-TD %d\n", nframes); in ehci_device_isoc_hs_enter()
3455 nqtd = ((2 * xfer->nframes) + 1 /* STATUS */ in ehci_xfer_setup()
3467 nqtd = ((2 * xfer->nframes) in ehci_xfer_setup()
3488 nqtd = ((2 * xfer->nframes) in ehci_xfer_setup()
3499 nsitd = xfer->nframes; in ehci_xfer_setup()
3509 nitd = ((xfer->nframes + 7) / 8) << in ehci_xfer_setup()