Lines Matching refs:startUframe

358                                             uint16_t startUframe,
1159 frameBandwidths[ehciPipePointer->startUframe + 1U] += ehciPipePointer->dataTime; in USB_HostBandwidthHsHostComputeCurrentFsls()
1163 frameBandwidths[ehciPipePointer->startUframe + 1U] += ehciPipePointer->dataTime; in USB_HostBandwidthHsHostComputeCurrentFsls()
1164 frameBandwidths[ehciPipePointer->startUframe + 2U] += ehciPipePointer->dataTime; in USB_HostBandwidthHsHostComputeCurrentFsls()
1165 frameBandwidths[ehciPipePointer->startUframe + 3U] += ehciPipePointer->dataTime; in USB_HostBandwidthHsHostComputeCurrentFsls()
1213 … (frameIndex * 8U - ehciPipePointer->startFrame * 8U >= ehciPipePointer->startUframe)) in USB_HostBandwidthHsHostComputeCurrentHsAll()
1216 ehciPipePointer->startUframe) & in USB_HostBandwidthHsHostComputeCurrentHsAll()
1219 … frameBandwidths[ehciPipePointer->startUframe] += ehciPipePointer->dataTime; in USB_HostBandwidthHsHostComputeCurrentHsAll()
1224 … for (index = ehciPipePointer->startUframe; index < 8U; index += frameInterval) in USB_HostBandwidthHsHostComputeCurrentHsAll()
1372 ehciPipePointer->startUframe = (uint8_t)(uframeIntervalIndex & 0x0007U); in USB_HostBandwidthHsHostAllocateIso()
1534 ehciPipePointer->startUframe = (uint8_t)uframeIntervalIndex; in USB_HostBandwidthHsHostAllocateIso()
1603 ehciPipePointer->startUframe = (uint8_t)(uframeIntervalIndex & 0x0007U); in USB_HostBandwidthHsHostAllocateInterrupt()
1607 ehciPipePointer->uframeSmask = (0x01U << ehciPipePointer->startUframe); in USB_HostBandwidthHsHostAllocateInterrupt()
1612 for (index = ehciPipePointer->startUframe; index < 8U; in USB_HostBandwidthHsHostAllocateInterrupt()
1719 ehciPipePointer->startUframe = (uint8_t)uframeIntervalIndex; in USB_HostBandwidthHsHostAllocateInterrupt()
1720 ehciPipePointer->uframeSmask = (0x01u << ehciPipePointer->startUframe); in USB_HostBandwidthHsHostAllocateInterrupt()
1778 ehciPipePointer->startUframe = (uint8_t)(uframeIntervalIndex & 0x0007U); in USB_HostBandwidthFslsHostAllocate()
3013 uint16_t startUframe, in USB_HostEhciGetItdLinkFrame() argument
3047 if (currentUframe <= startUframe) in USB_HostEhciGetItdLinkFrame()
3049 currentUframe = startUframe; in USB_HostEhciGetItdLinkFrame()
3053 currentUframe -= startUframe; in USB_HostEhciGetItdLinkFrame()
3056 currentUframe += startUframe; in USB_HostEhciGetItdLinkFrame()
3065 if (currentUframe <= startUframe) in USB_HostEhciGetItdLinkFrame()
3067 currentUframe = startUframe; in USB_HostEhciGetItdLinkFrame()
3071 currentUframe -= startUframe; in USB_HostEhciGetItdLinkFrame()
3074 currentUframe += startUframe; in USB_HostEhciGetItdLinkFrame()
3140 …(uint16_t)((ehciPipePointer->startFrame << 3) + ehciPipePointer->startUframe), ehciPipePointer->uf… in USB_HostEhciItdArrayInit()