Lines Matching refs:startFrame

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()
1533 ehciPipePointer->startFrame = frameIntervalIndex; in USB_HostBandwidthHsHostAllocateIso()
1602 ehciPipePointer->startFrame = (uframeIntervalIndex / 8U); in USB_HostBandwidthHsHostAllocateInterrupt()
1718 ehciPipePointer->startFrame = frameIntervalIndex; in USB_HostBandwidthHsHostAllocateInterrupt()
1777 ehciPipePointer->startFrame = (uframeIntervalIndex >> 3); in USB_HostBandwidthFslsHostAllocate()
2720 if (currentFrame <= ehciPipePointer->startFrame) in USB_HostEhciLinkSitd()
2722 currentFrame = ehciPipePointer->startFrame; in USB_HostEhciLinkSitd()
2726 currentFrame -= ehciPipePointer->startFrame; in USB_HostEhciLinkSitd()
2728 currentFrame += ehciPipePointer->startFrame; in USB_HostEhciLinkSitd()
2760 if (currentFrame <= ehciPipePointer->startFrame) in USB_HostEhciLinkSitd()
2762 currentFrame = ehciPipePointer->startFrame; in USB_HostEhciLinkSitd()
2766 currentFrame -= ehciPipePointer->startFrame; in USB_HostEhciLinkSitd()
2768 currentFrame += ehciPipePointer->startFrame; in USB_HostEhciLinkSitd()
3140 …(uint16_t)((ehciPipePointer->startFrame << 3) + ehciPipePointer->startUframe), ehciPipePointer->uf… in USB_HostEhciItdArrayInit()
3486 … for (frameIndex = ehciPipePointer->startFrame; frameIndex < USB_HOST_CONFIG_EHCI_FRAME_LIST_SIZE; in USB_HostEhciOpenInterrupt()
3502 … for (frameIndex = ehciPipePointer->startFrame; frameIndex < USB_HOST_CONFIG_EHCI_FRAME_LIST_SIZE; in USB_HostEhciCloseInterrupt()