Searched refs:uframeIndex (Results 1 – 1 of 1) sorted by relevance
1264 uint16_t uframeIndex; in USB_HostBandwidthHsHostAllocateHsCommon() local1278 … for (uframeIndex = uframeIntervalIndex; uframeIndex < (USB_HOST_CONFIG_EHCI_FRAME_LIST_SIZE * 8U); in USB_HostBandwidthHsHostAllocateHsCommon()1279 uframeIndex += uframeInterval) in USB_HostBandwidthHsHostAllocateHsCommon()1281 if (frameIndex != (uframeIndex >> 3)) in USB_HostBandwidthHsHostAllocateHsCommon()1283 frameIndex = (uframeIndex >> 3); in USB_HostBandwidthHsHostAllocateHsCommon()1288 if (frameTimes[uframeIndex & 0x0007U] + timeData > in USB_HostBandwidthHsHostAllocateHsCommon()1289 … s_SlotMaxBandwidthHs[(uframeIndex & 0x0007U)]) /* micro-frame has enough idle bandwidth? */ in USB_HostBandwidthHsHostAllocateHsCommon()1294 if (uframeIndex >= (USB_HOST_CONFIG_EHCI_FRAME_LIST_SIZE * 8U)) /* success? */ in USB_HostBandwidthHsHostAllocateHsCommon()