Lines Matching refs:frameIndex
84 uint16_t frameIndex,
97 uint16_t frameIndex,
108 uint16_t frameIndex,
1082 uint16_t frameIndex, in USB_HostBandwidthFslsHostComputeCurrent() argument
1098 if ((frameIndex >= ehciPipePointer->startFrame) && in USB_HostBandwidthFslsHostComputeCurrent()
1099 (0U == ((uint32_t)((uint32_t)frameIndex - ehciPipePointer->startFrame) & in USB_HostBandwidthFslsHostComputeCurrent()
1112 uint16_t frameIndex, in USB_HostBandwidthHsHostComputeCurrentFsls() argument
1152 if ((frameIndex >= ehciPipePointer->startFrame) && in USB_HostBandwidthHsHostComputeCurrentFsls()
1153 (0U == ((uint32_t)((uint32_t)frameIndex - ehciPipePointer->startFrame) & in USB_HostBandwidthHsHostComputeCurrentFsls()
1184 uint16_t frameIndex, in USB_HostBandwidthHsHostComputeCurrentHsAll() argument
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()
1286 uint16_t frameIndex; in USB_HostBandwidthHsHostAllocateHsCommon() local
1289 frameIndex = 0; in USB_HostBandwidthHsHostAllocateHsCommon()
1295 …ehciInstance, frameIndex, frameTimes); /* compute the allocated bandwidths in the frameIndex frame… in USB_HostBandwidthHsHostAllocateHsCommon()
1302 if (frameIndex != (uframeIndex >> 3)) in USB_HostBandwidthHsHostAllocateHsCommon()
1304 frameIndex = (uframeIndex >> 3); in USB_HostBandwidthHsHostAllocateHsCommon()
1306 ehciInstance, frameIndex, in USB_HostBandwidthHsHostAllocateHsCommon()
1343 uint16_t frameIndex; in USB_HostBandwidthHsHostAllocateIso() local
1408 … for (frameIndex = frameIntervalIndex; frameIndex < USB_HOST_CONFIG_EHCI_FRAME_LIST_SIZE; in USB_HostBandwidthHsHostAllocateIso()
1409 frameIndex += frameInterval) /* check all the frames */ in USB_HostBandwidthHsHostAllocateIso()
1432 … USB_HostBandwidthHsHostComputeCurrentHsAll(ehciInstance, frameIndex, frameTimes); in USB_HostBandwidthHsHostAllocateIso()
1472 … USB_HostBandwidthHsHostComputeCurrentFsls(ehciInstance, hubNumber, frameIndex, frameTimes); in USB_HostBandwidthHsHostAllocateIso()
1574 uint16_t frameIndex; in USB_HostBandwidthHsHostAllocateInterrupt() local
1657 … for (frameIndex = frameIntervalIndex; frameIndex < USB_HOST_CONFIG_EHCI_FRAME_LIST_SIZE; in USB_HostBandwidthHsHostAllocateInterrupt()
1658 frameIndex += frameInterval) /* check all the frames */ in USB_HostBandwidthHsHostAllocateInterrupt()
1661 … USB_HostBandwidthHsHostComputeCurrentFsls(ehciInstance, hubNumber, frameIndex, frameTimes); in USB_HostBandwidthHsHostAllocateInterrupt()
1676 … USB_HostBandwidthHsHostComputeCurrentHsAll(ehciInstance, frameIndex, frameTimes); in USB_HostBandwidthHsHostAllocateInterrupt()
1744 uint16_t frameIndex; in USB_HostBandwidthFslsHostAllocate() local
1761 … for (frameIndex = (uframeIntervalIndex >> 3); frameIndex < USB_HOST_CONFIG_EHCI_FRAME_LIST_SIZE; in USB_HostBandwidthFslsHostAllocate()
1762 frameIndex += frameInterval) in USB_HostBandwidthFslsHostAllocate()
1764 USB_HostBandwidthFslsHostComputeCurrent(ehciInstance, frameIndex, &frameTime); in USB_HostBandwidthFslsHostAllocate()
1770 if (frameIndex >= USB_HOST_CONFIG_EHCI_FRAME_LIST_SIZE) in USB_HostBandwidthFslsHostAllocate()
3462 uint32_t frameIndex; in USB_HostEhciOpenInterrupt() local
3486 … for (frameIndex = ehciPipePointer->startFrame; frameIndex < USB_HOST_CONFIG_EHCI_FRAME_LIST_SIZE; in USB_HostEhciOpenInterrupt()
3487 frameIndex += (((uint32_t)ehciPipePointer->uframeInterval + 7U) / 8U)) in USB_HostEhciOpenInterrupt()
3490 …USB_HostEhciAddQhToFrame(ehciInstance, (uint32_t)temp, (uint16_t)frameIndex, ehciPipePointer->ufra… in USB_HostEhciOpenInterrupt()
3499 uint32_t frameIndex; in USB_HostEhciCloseInterrupt() local
3502 … for (frameIndex = ehciPipePointer->startFrame; frameIndex < USB_HOST_CONFIG_EHCI_FRAME_LIST_SIZE; in USB_HostEhciCloseInterrupt()
3503 frameIndex += (((uint32_t)ehciPipePointer->uframeInterval + 7U) / 8U)) in USB_HostEhciCloseInterrupt()
3506 USB_HostEhciRemoveFromFrame(ehciInstance, (uint32_t)temp, (uint16_t)frameIndex); in USB_HostEhciCloseInterrupt()