Searched refs:s_SlotMaxBandwidth (Results 1 – 2 of 2) sorted by relevance
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/ |
| D | usb_host_ehci.c | 618 static uint8_t s_SlotMaxBandwidth[8] = {125, 125, 125, 125, 125, 125, 50, 0}; variable 1175 if (frameBandwidths[index] > s_SlotMaxBandwidth[index]) in USB_HostBandwidthHsHostComputeCurrentFsls() 1177 frameBandwidths[index + 1U] += (frameBandwidths[index] - s_SlotMaxBandwidth[index]); in USB_HostBandwidthHsHostComputeCurrentFsls() 1178 frameBandwidths[index] = s_SlotMaxBandwidth[index]; in USB_HostBandwidthHsHostComputeCurrentFsls() 1477 while ((index < 8U) && (deviceInfo > s_SlotMaxBandwidth[index])) in USB_HostBandwidthHsHostAllocateIso() 1486 deviceInfo -= s_SlotMaxBandwidth[index]; in USB_HostBandwidthHsHostAllocateIso() 1499 if (frameTimes[index] > s_SlotMaxBandwidth[index]) in USB_HostBandwidthHsHostAllocateIso() 1501 … frameTimes[index + 1U] += (frameTimes[index] - s_SlotMaxBandwidth[index]); in USB_HostBandwidthHsHostAllocateIso() 1502 frameTimes[index] = s_SlotMaxBandwidth[index]; in USB_HostBandwidthHsHostAllocateIso() 1509 if (frameTimes[index] > s_SlotMaxBandwidth[index]) in USB_HostBandwidthHsHostAllocateIso() [all …]
|
| D | usb_host_ip3516hs.c | 84 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()
|