Lines Matching refs:startUframe

355                                             uint16_t startUframe,
1138 frameBandwidths[ehciPipePointer->startUframe + 1U] += ehciPipePointer->dataTime; in USB_HostBandwidthHsHostComputeCurrentFsls()
1142 frameBandwidths[ehciPipePointer->startUframe + 1U] += ehciPipePointer->dataTime; in USB_HostBandwidthHsHostComputeCurrentFsls()
1143 frameBandwidths[ehciPipePointer->startUframe + 2U] += ehciPipePointer->dataTime; in USB_HostBandwidthHsHostComputeCurrentFsls()
1144 frameBandwidths[ehciPipePointer->startUframe + 3U] += ehciPipePointer->dataTime; in USB_HostBandwidthHsHostComputeCurrentFsls()
1192 … (frameIndex * 8U - ehciPipePointer->startFrame * 8U >= ehciPipePointer->startUframe)) in USB_HostBandwidthHsHostComputeCurrentHsAll()
1195 ehciPipePointer->startUframe) & in USB_HostBandwidthHsHostComputeCurrentHsAll()
1198 … frameBandwidths[ehciPipePointer->startUframe] += ehciPipePointer->dataTime; in USB_HostBandwidthHsHostComputeCurrentHsAll()
1203 … for (index = ehciPipePointer->startUframe; index < 8U; index += frameInterval) in USB_HostBandwidthHsHostComputeCurrentHsAll()
1351 ehciPipePointer->startUframe = (uint8_t)(uframeIntervalIndex & 0x0007U); in USB_HostBandwidthHsHostAllocateIso()
1513 ehciPipePointer->startUframe = (uint8_t)uframeIntervalIndex; in USB_HostBandwidthHsHostAllocateIso()
1582 ehciPipePointer->startUframe = (uint8_t)(uframeIntervalIndex & 0x0007U); in USB_HostBandwidthHsHostAllocateInterrupt()
1586 ehciPipePointer->uframeSmask = (0x01U << ehciPipePointer->startUframe); in USB_HostBandwidthHsHostAllocateInterrupt()
1591 for (index = ehciPipePointer->startUframe; index < 8U; in USB_HostBandwidthHsHostAllocateInterrupt()
1698 ehciPipePointer->startUframe = (uint8_t)uframeIntervalIndex; in USB_HostBandwidthHsHostAllocateInterrupt()
1699 ehciPipePointer->uframeSmask = (0x01u << ehciPipePointer->startUframe); in USB_HostBandwidthHsHostAllocateInterrupt()
1757 ehciPipePointer->startUframe = (uint8_t)(uframeIntervalIndex & 0x0007U); in USB_HostBandwidthFslsHostAllocate()
2986 uint16_t startUframe, in USB_HostEhciGetItdLinkFrame() argument
3020 if (currentUframe <= startUframe) in USB_HostEhciGetItdLinkFrame()
3022 currentUframe = startUframe; in USB_HostEhciGetItdLinkFrame()
3026 currentUframe -= startUframe; in USB_HostEhciGetItdLinkFrame()
3029 currentUframe += startUframe; in USB_HostEhciGetItdLinkFrame()
3038 if (currentUframe <= startUframe) in USB_HostEhciGetItdLinkFrame()
3040 currentUframe = startUframe; in USB_HostEhciGetItdLinkFrame()
3044 currentUframe -= startUframe; in USB_HostEhciGetItdLinkFrame()
3047 currentUframe += startUframe; in USB_HostEhciGetItdLinkFrame()
3113 …(uint16_t)((ehciPipePointer->startFrame << 3) + ehciPipePointer->startUframe), ehciPipePointer->uf… in USB_HostEhciItdArrayInit()