Searched refs:startframe (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/usb/controller/ |
H A D | ehci.c | 2442 uint32_t startframe; in ehci_device_isoc_fs_enter() local 2462 xfer, nframes, 0, 1, EHCI_VIRTUAL_FRAMELIST_COUNT - 1, &startframe)) in ehci_device_isoc_fs_enter() 2463 DPRINTFN(3, "start next=%d\n", startframe); in ehci_device_isoc_fs_enter() 2480 pp_last = &sc->sc_isoc_fs_p_last[startframe]; in ehci_device_isoc_fs_enter() 2484 xfer->qh_pos = startframe; in ehci_device_isoc_fs_enter() 2712 uint32_t startframe; in ehci_device_isoc_hs_enter() local 2732 xfer, nframes, 0, 1, EHCI_VIRTUAL_FRAMELIST_COUNT - 1, &startframe)) in ehci_device_isoc_hs_enter() 2733 DPRINTFN(3, "start next=%d\n", startframe); in ehci_device_isoc_hs_enter() 2749 pp_last = &sc->sc_isoc_hs_p_last[startframe]; in ehci_device_isoc_hs_enter() 2753 xfer->qh_pos = startframe; in ehci_device_isoc_hs_enter()
|
H A D | ohci.c | 1826 uint32_t startframe; in ohci_device_isoc_enter() local 1844 xfer, nframes, 0, 1, 0xFFFF, &startframe)) in ohci_device_isoc_enter() 1845 DPRINTFN(3, "start next=%d\n", startframe); in ohci_device_isoc_enter() 1886 OHCI_ITD_SET_SF(startframe) | in ohci_device_isoc_enter() 1891 startframe += ncur; in ohci_device_isoc_enter()
|
H A D | uhci.c | 2111 uint32_t startframe; in uhci_device_isoc_enter() local 2128 xfer, nframes, 0, 1, UHCI_VFRAMELIST_COUNT - 1, &startframe)) in uhci_device_isoc_enter() 2129 DPRINTFN(3, "start next=%d\n", startframe); in uhci_device_isoc_enter() 2146 pp_last = &sc->sc_isoc_p_last[startframe]; in uhci_device_isoc_enter() 2150 xfer->qh_pos = startframe; in uhci_device_isoc_enter()
|