Lines Matching refs:slotTime
1046 uint8_t *slotTime, in USB_HostIp3516HsFillSlotBusTime() argument
1055 slotTime[i] = 0U; in USB_HostIp3516HsFillSlotBusTime()
1070 slotTime[startSlot + i] = 125U; in USB_HostIp3516HsFillSlotBusTime()
1073 …slotTime[startSlot + slots - 1U] = (uint8_t)(((pipe->pipeCommon.maxPacketSize % 188U) * 125U) / 18… in USB_HostIp3516HsFillSlotBusTime()
1084 slotTime[startSlot + 1U + i] = 125U; in USB_HostIp3516HsFillSlotBusTime()
1087 …slotTime[startSlot + 1U + slots - 1U] = (uint8_t)(((pipe->pipeCommon.maxPacketSize % 188U) * 125U)… in USB_HostIp3516HsFillSlotBusTime()
1103 slotTime[startSlot] = (uint8_t)pipe->busNoneHsTime; in USB_HostIp3516HsFillSlotBusTime()
1109 slotTime[startSlot + 2U + i] = (uint8_t)pipe->busNoneHsTime; in USB_HostIp3516HsFillSlotBusTime()
1128 uint8_t slotTime[8]; in USB_HostIp3516HsFindStartFrame() local
1215 slotTime[i] = 0U; in USB_HostIp3516HsFindStartFrame()
1217 … error = USB_HostIp3516HsFillSlotBusTime(usbHostState, pipe, startUFrame, slotTime, &pipe->ssSlot, in USB_HostIp3516HsFindStartFrame()
1260 if ((totalSlotTime[i] + slotTime[i]) > s_SlotMaxBandwidth[i]) in USB_HostIp3516HsFindStartFrame()