Searched refs:startFrame (Results 1 – 4 of 4) sorted by relevance
708 uint32_t startFrame; in USB_HostOhciFindStartFrame() local713 pipe->startFrame = 0U; in USB_HostOhciFindStartFrame()720 for (startFrame = 0U; startFrame < pipe->pipeCommon.interval; startFrame++) in USB_HostOhciFindStartFrame()722 for (frame = startFrame; frame < USB_HOST_OHCI_HCCA_SIZE; frame++) in USB_HostOhciFindStartFrame()730 … if ((frame >= p->startFrame) && (0U == ((frame - p->startFrame) % p->pipeCommon.interval))) in USB_HostOhciFindStartFrame()742 pipe->startFrame = (uint16_t)startFrame; in USB_HostOhciFindStartFrame()757 for (i = pipe->startFrame; i < USB_HOST_OHCI_HCCA_SIZE; i += pipe->pipeCommon.interval) in USB_HostOhciAddToPeriodicList()939 uint32_t startFrame; in USB_HostOhciTdDoneHandle() local1201 … startFrame = s_UsbHostOhciHcca[usbHostState->controllerId].HccaFrameNumber; in USB_HostOhciTdDoneHandle()1202 currentFrame = startFrame; in USB_HostOhciTdDoneHandle()[all …]
1098 if ((frameIndex >= ehciPipePointer->startFrame) && in USB_HostBandwidthFslsHostComputeCurrent()1099 (0U == ((uint32_t)((uint32_t)frameIndex - ehciPipePointer->startFrame) & in USB_HostBandwidthFslsHostComputeCurrent()1152 if ((frameIndex >= ehciPipePointer->startFrame) && in USB_HostBandwidthHsHostComputeCurrentFsls()1153 (0U == ((uint32_t)((uint32_t)frameIndex - ehciPipePointer->startFrame) & in USB_HostBandwidthHsHostComputeCurrentFsls()1210 if (frameIndex >= ehciPipePointer->startFrame) in USB_HostBandwidthHsHostComputeCurrentHsAll()1213 … (frameIndex * 8U - ehciPipePointer->startFrame * 8U >= ehciPipePointer->startUframe)) in USB_HostBandwidthHsHostComputeCurrentHsAll()1215 if (0U == ((((uint32_t)frameIndex) * 8U - ehciPipePointer->startFrame * 8U - in USB_HostBandwidthHsHostComputeCurrentHsAll()1233 if ((frameIndex >= ehciPipePointer->startFrame) && in USB_HostBandwidthHsHostComputeCurrentHsAll()1234 (0U == ((uint32_t)((uint32_t)frameIndex - ehciPipePointer->startFrame) & in USB_HostBandwidthHsHostComputeCurrentHsAll()1371 ehciPipePointer->startFrame = (uframeIntervalIndex / 8U); in USB_HostBandwidthHsHostAllocateIso()[all …]
191 uint16_t startFrame; /*!< member
423 uint16_t startFrame; member