Searched refs:startframe (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/sys/dev/usb/controller/ |
| H A D | ehci.c | 2443 uint32_t startframe; in ehci_device_isoc_fs_enter() local 2463 xfer, nframes, 0, 1, EHCI_VIRTUAL_FRAMELIST_COUNT - 1, &startframe)) in ehci_device_isoc_fs_enter() 2464 DPRINTFN(3, "start next=%d\n", startframe); in ehci_device_isoc_fs_enter() 2481 pp_last = &sc->sc_isoc_fs_p_last[startframe]; in ehci_device_isoc_fs_enter() 2485 xfer->qh_pos = startframe; in ehci_device_isoc_fs_enter() 2713 uint32_t startframe; in ehci_device_isoc_hs_enter() local 2733 xfer, nframes, 0, 1, EHCI_VIRTUAL_FRAMELIST_COUNT - 1, &startframe)) in ehci_device_isoc_hs_enter() 2734 DPRINTFN(3, "start next=%d\n", startframe); in ehci_device_isoc_hs_enter() 2750 pp_last = &sc->sc_isoc_hs_p_last[startframe]; in ehci_device_isoc_hs_enter() 2754 xfer->qh_pos = startframe; in ehci_device_isoc_hs_enter()
|
| H A D | ohci.c | 1827 uint32_t startframe; in ohci_device_isoc_enter() local 1845 xfer, nframes, 0, 1, 0xFFFF, &startframe)) in ohci_device_isoc_enter() 1846 DPRINTFN(3, "start next=%d\n", startframe); in ohci_device_isoc_enter() 1887 OHCI_ITD_SET_SF(startframe) | in ohci_device_isoc_enter() 1892 startframe += ncur; in ohci_device_isoc_enter()
|
| H A D | uhci.c | 2114 uint32_t startframe; in uhci_device_isoc_enter() local 2131 xfer, nframes, 0, 1, UHCI_VFRAMELIST_COUNT - 1, &startframe)) in uhci_device_isoc_enter() 2132 DPRINTFN(3, "start next=%d\n", startframe); in uhci_device_isoc_enter() 2149 pp_last = &sc->sc_isoc_p_last[startframe]; in uhci_device_isoc_enter() 2153 xfer->qh_pos = startframe; in uhci_device_isoc_enter()
|