Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ehci.c597 static uint8_t s_SlotMaxBandwidth[8] = {125, 125, 125, 125, 125, 125, 50, 0}; variable
1154 if (frameBandwidths[index] > s_SlotMaxBandwidth[index]) in USB_HostBandwidthHsHostComputeCurrentFsls()
1156 frameBandwidths[index + 1U] += (frameBandwidths[index] - s_SlotMaxBandwidth[index]); in USB_HostBandwidthHsHostComputeCurrentFsls()
1157 frameBandwidths[index] = s_SlotMaxBandwidth[index]; in USB_HostBandwidthHsHostComputeCurrentFsls()
1456 while ((index < 8U) && (deviceInfo > s_SlotMaxBandwidth[index])) in USB_HostBandwidthHsHostAllocateIso()
1465 deviceInfo -= s_SlotMaxBandwidth[index]; 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()
[all …]
Dusb_host_ip3516hs.c84 static uint8_t s_SlotMaxBandwidth[8] = {125, 125, 125, 125, 125, 125, 50, 0}; variable
1260 if ((totalSlotTime[i] + slotTime[i]) > s_SlotMaxBandwidth[i]) in USB_HostIp3516HsFindStartFrame()