Searched refs:uframeIndex (Results 1 – 1 of 1) sorted by relevance
1285 uint16_t uframeIndex; in USB_HostBandwidthHsHostAllocateHsCommon() local1299 … for (uframeIndex = uframeIntervalIndex; uframeIndex < (USB_HOST_CONFIG_EHCI_FRAME_LIST_SIZE * 8U); in USB_HostBandwidthHsHostAllocateHsCommon()1300 uframeIndex += uframeInterval) in USB_HostBandwidthHsHostAllocateHsCommon()1302 if (frameIndex != (uframeIndex >> 3)) in USB_HostBandwidthHsHostAllocateHsCommon()1304 frameIndex = (uframeIndex >> 3); in USB_HostBandwidthHsHostAllocateHsCommon()1309 if (frameTimes[uframeIndex & 0x0007U] + timeData > in USB_HostBandwidthHsHostAllocateHsCommon()1310 … s_SlotMaxBandwidthHs[(uframeIndex & 0x0007U)]) /* micro-frame has enough idle bandwidth? */ in USB_HostBandwidthHsHostAllocateHsCommon()1315 if (uframeIndex >= (USB_HOST_CONFIG_EHCI_FRAME_LIST_SIZE * 8U)) /* success? */ in USB_HostBandwidthHsHostAllocateHsCommon()