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 …]
1077 if ((frameIndex >= ehciPipePointer->startFrame) && in USB_HostBandwidthFslsHostComputeCurrent()1078 (0U == ((uint32_t)((uint32_t)frameIndex - ehciPipePointer->startFrame) & in USB_HostBandwidthFslsHostComputeCurrent()1131 if ((frameIndex >= ehciPipePointer->startFrame) && in USB_HostBandwidthHsHostComputeCurrentFsls()1132 (0U == ((uint32_t)((uint32_t)frameIndex - ehciPipePointer->startFrame) & in USB_HostBandwidthHsHostComputeCurrentFsls()1189 if (frameIndex >= ehciPipePointer->startFrame) in USB_HostBandwidthHsHostComputeCurrentHsAll()1192 … (frameIndex * 8U - ehciPipePointer->startFrame * 8U >= ehciPipePointer->startUframe)) in USB_HostBandwidthHsHostComputeCurrentHsAll()1194 if (0U == ((((uint32_t)frameIndex) * 8U - ehciPipePointer->startFrame * 8U - in USB_HostBandwidthHsHostComputeCurrentHsAll()1212 if ((frameIndex >= ehciPipePointer->startFrame) && in USB_HostBandwidthHsHostComputeCurrentHsAll()1213 (0U == ((uint32_t)((uint32_t)frameIndex - ehciPipePointer->startFrame) & in USB_HostBandwidthHsHostComputeCurrentHsAll()1350 ehciPipePointer->startFrame = (uframeIntervalIndex / 8U); in USB_HostBandwidthHsHostAllocateIso()[all …]
182 uint16_t startFrame; /*!< member
423 uint16_t startFrame; member