Searched refs:USB2_FS_MAX_PERIODIC_ALLOCATION (Results 1 – 2 of 2) sorted by relevance
85 if (TtEndpoint->CalcBusTime >= (USB2_FS_MAX_PERIODIC_ALLOCATION / 2)) in USB2_CheckTtEndpointInsert()665 if (EndBusTime > USB2_FS_MAX_PERIODIC_ALLOCATION) in USB2_MoveTtEndpoint()1122 if (TtEndpoint->CalcBusTime > (USB2_FS_MAX_PERIODIC_ALLOCATION / 2)) in USB2_DeallocateEndpointBudget()1159 if (TtEndpoint->CalcBusTime > (USB2_FS_MAX_PERIODIC_ALLOCATION / 2)) in USB2_DeallocateEndpointBudget()1465 TtEndpoint->CalcBusTime >= (USB2_FS_MAX_PERIODIC_ALLOCATION / 2)) in USB2_AllocateTimeForEndpoint()1496 if ((LatestStart + TtEndpoint->CalcBusTime) > USB2_FS_MAX_PERIODIC_ALLOCATION) in USB2_AllocateTimeForEndpoint()1553 USB2_FS_MAX_PERIODIC_ALLOCATION)) in USB2_AllocateTimeForEndpoint()2007 if (AllocedBusTime >= (USB2_FS_MAX_PERIODIC_ALLOCATION / 2)) in USBPORT_AllocateBandwidthUSB2()2170 Tt->MaxTime = USB2_FS_MAX_PERIODIC_ALLOCATION; in USB2_InitTT()
459 #define USB2_FS_MAX_PERIODIC_ALLOCATION 1157 // ((12000 / 8 bits) * 0.9) / (7/6) - 90% max, … macro