Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ehci.c598 static uint8_t s_SlotMaxBandwidthHs[8] = {100, 100, 100, 100, 100, 100, 100, 100}; variable
1239 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()
1289s_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()