Lines Matching refs:frameTimes
1266 uint16_t frameTimes[8]; in USB_HostBandwidthHsHostAllocateHsCommon() local
1271 frameTimes[i] = 0U; in USB_HostBandwidthHsHostAllocateHsCommon()
1274 …ehciInstance, frameIndex, frameTimes); /* compute the allocated bandwidths in the frameIndex frame… in USB_HostBandwidthHsHostAllocateHsCommon()
1286 frameTimes); /* compute the allocated bandwidths in the new frameIndex frame */ in USB_HostBandwidthHsHostAllocateHsCommon()
1288 if (frameTimes[uframeIndex & 0x0007U] + timeData > in USB_HostBandwidthHsHostAllocateHsCommon()
1328 uint16_t frameTimes[8]; in USB_HostBandwidthHsHostAllocateIso() local
1334 frameTimes[i] = 0U; in USB_HostBandwidthHsHostAllocateIso()
1411 … USB_HostBandwidthHsHostComputeCurrentHsAll(ehciInstance, frameIndex, frameTimes); in USB_HostBandwidthHsHostAllocateIso()
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()
1451 … USB_HostBandwidthHsHostComputeCurrentFsls(ehciInstance, hubNumber, frameIndex, frameTimes); in USB_HostBandwidthHsHostAllocateIso()
1458 if (frameTimes[index] > 0U) in USB_HostBandwidthHsHostAllocateIso()
1475 frameTimes[index] += (uint16_t)timeData; in USB_HostBandwidthHsHostAllocateIso()
1478 if (frameTimes[index] > s_SlotMaxBandwidth[index]) in USB_HostBandwidthHsHostAllocateIso()
1480 … frameTimes[index + 1U] += (frameTimes[index] - s_SlotMaxBandwidth[index]); in USB_HostBandwidthHsHostAllocateIso()
1481 frameTimes[index] = s_SlotMaxBandwidth[index]; in USB_HostBandwidthHsHostAllocateIso()
1488 if (frameTimes[index] > s_SlotMaxBandwidth[index]) in USB_HostBandwidthHsHostAllocateIso()
1559 uint16_t frameTimes[8]; in USB_HostBandwidthHsHostAllocateInterrupt() local
1565 frameTimes[i] = 0U; in USB_HostBandwidthHsHostAllocateInterrupt()
1640 … USB_HostBandwidthHsHostComputeCurrentFsls(ehciInstance, hubNumber, frameIndex, frameTimes); in USB_HostBandwidthHsHostAllocateInterrupt()
1646 if (frameTimes[index] + timeData > s_SlotMaxBandwidth[index]) in USB_HostBandwidthHsHostAllocateInterrupt()
1655 … USB_HostBandwidthHsHostComputeCurrentHsAll(ehciInstance, frameIndex, frameTimes); in USB_HostBandwidthHsHostAllocateInterrupt()
1657 if (frameTimes[uframeIntervalIndex] + timeStartSplit > in USB_HostBandwidthHsHostAllocateInterrupt()
1670 … if (frameTimes[index] + timeCompleteSplit > s_SlotMaxBandwidthHs[index]) in USB_HostBandwidthHsHostAllocateInterrupt()