Home
last modified time | relevance | path

Searched refs:s_SlotMaxBandwidthHs (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ehci.c619 static uint8_t s_SlotMaxBandwidthHs[8] = {100, 100, 100, 100, 100, 100, 100, 100}; variable
1260 if (frameBandwidths[index] > s_SlotMaxBandwidthHs[index]) in USB_HostBandwidthHsHostComputeCurrentHsAll()
1262 frameBandwidths[index + 1] += (frameBandwidths[index] - s_SlotMaxBandwidthHs[index]); in USB_HostBandwidthHsHostComputeCurrentHsAll()
1263 frameBandwidths[index] = s_SlotMaxBandwidthHs[index]; in USB_HostBandwidthHsHostComputeCurrentHsAll()
1310s_SlotMaxBandwidthHs[(uframeIndex & 0x0007U)]) /* micro-frame has enough idle bandwidth? */ in USB_HostBandwidthHsHostAllocateHsCommon()
1438 … if (frameTimes[index] + timeStartSplit > s_SlotMaxBandwidthHs[index]) in USB_HostBandwidthHsHostAllocateIso()
1448 if (frameTimes[index] + timeStartSplit > s_SlotMaxBandwidthHs[index]) in USB_HostBandwidthHsHostAllocateIso()
1459 … if (frameTimes[index] + timeCompleteSplit > s_SlotMaxBandwidthHs[index]) in USB_HostBandwidthHsHostAllocateIso()
1679 s_SlotMaxBandwidthHs[uframeIntervalIndex]) in USB_HostBandwidthHsHostAllocateInterrupt()
1691 … if (frameTimes[index] + timeCompleteSplit > s_SlotMaxBandwidthHs[index]) in USB_HostBandwidthHsHostAllocateInterrupt()