Searched refs:s_SlotMaxBandwidthHs (Results 1 – 1 of 1) sorted by relevance
598 static uint8_t s_SlotMaxBandwidthHs[8] = {100, 100, 100, 100, 100, 100, 100, 100}; variable1239 if (frameBandwidths[index] > s_SlotMaxBandwidthHs[index]) in USB_HostBandwidthHsHostComputeCurrentHsAll()1241 frameBandwidths[index + 1] += (frameBandwidths[index] - s_SlotMaxBandwidthHs[index]); in USB_HostBandwidthHsHostComputeCurrentHsAll()1242 frameBandwidths[index] = s_SlotMaxBandwidthHs[index]; in USB_HostBandwidthHsHostComputeCurrentHsAll()1289 … s_SlotMaxBandwidthHs[(uframeIndex & 0x0007U)]) /* micro-frame has enough idle bandwidth? */ in USB_HostBandwidthHsHostAllocateHsCommon()1417 … if (frameTimes[index] + timeStartSplit > s_SlotMaxBandwidthHs[index]) in USB_HostBandwidthHsHostAllocateIso()1427 if (frameTimes[index] + timeStartSplit > s_SlotMaxBandwidthHs[index]) in USB_HostBandwidthHsHostAllocateIso()1438 … if (frameTimes[index] + timeCompleteSplit > s_SlotMaxBandwidthHs[index]) in USB_HostBandwidthHsHostAllocateIso()1658 s_SlotMaxBandwidthHs[uframeIntervalIndex]) in USB_HostBandwidthHsHostAllocateInterrupt()1670 … if (frameTimes[index] + timeCompleteSplit > s_SlotMaxBandwidthHs[index]) in USB_HostBandwidthHsHostAllocateInterrupt()