Lines Matching refs:startUFrame
1045 uint32_t startUFrame, in USB_HostIp3516HsFillSlotBusTime() argument
1051 uint8_t startSlot = (uint8_t)(startUFrame % 8UL); in USB_HostIp3516HsFillSlotBusTime()
1124 uint32_t startUFrame; in USB_HostIp3516HsFindStartFrame() local
1131 pipe->startUFrame = 0U; in USB_HostIp3516HsFindStartFrame()
1138 for (startUFrame = 0U; startUFrame < ((uint32_t)pipe->pipeCommon.interval); startUFrame++) in USB_HostIp3516HsFindStartFrame()
1140 …for (frame = startUFrame; frame < USB_HOST_IP3516HS_MAX_UFRAME; frame += pipe->pipeCommon.interval) in USB_HostIp3516HsFindStartFrame()
1149 … if ((frame >= p->startUFrame) && ((p->pipeCommon.pipeType == USB_ENDPOINT_ISOCHRONOUS) || in USB_HostIp3516HsFindStartFrame()
1154 if (0U == ((frame - p->startUFrame) % p->pipeCommon.interval)) in USB_HostIp3516HsFindStartFrame()
1166 if (0U == ((frame - p->startUFrame) % p->pipeCommon.interval)) in USB_HostIp3516HsFindStartFrame()
1180 … if (0U == ((frame - (cs + (uint32_t)(((uint32_t)p->startUFrame) & 0xFFF8U))) % in USB_HostIp3516HsFindStartFrame()
1210 frame = startUFrame; in USB_HostIp3516HsFindStartFrame()
1217 … error = USB_HostIp3516HsFillSlotBusTime(usbHostState, pipe, startUFrame, slotTime, &pipe->ssSlot, in USB_HostIp3516HsFindStartFrame()
1228 …for (frame = startUFrame; frame < USB_HOST_IP3516HS_MAX_UFRAME; frame += pipe->pipeCommon.interval) in USB_HostIp3516HsFindStartFrame()
1236 … if ((frame >= p->startUFrame) && ((p->pipeCommon.pipeType == USB_ENDPOINT_ISOCHRONOUS) || in USB_HostIp3516HsFindStartFrame()
1244 … (0U == (((frame & 0xFFFFFFF8U) - (p->startUFrame & 0xFFF8U)) % p->pipeCommon.interval))) in USB_HostIp3516HsFindStartFrame()
1248 … (void)USB_HostIp3516HsFillSlotBusTime(usbHostState, pipe, startUFrame, deviceSlotTime, in USB_HostIp3516HsFindStartFrame()
1271 pipe->startUFrame = (uint16_t)startUFrame; in USB_HostIp3516HsFindStartFrame()
1576 uint32_t startUFrame; in USB_HostIp3516HsCancelPipe() local
1604 …startUFrame = (uint32_t)((usbHostState->usbRegBase->FLADJ_FRINDEX & USB_HOST_IP3516HS_FLADJ_FRIN… in USB_HostIp3516HsCancelPipe()
1606 currentUFrame = startUFrame; in USB_HostIp3516HsCancelPipe()
1608 while (currentUFrame == startUFrame) in USB_HostIp3516HsCancelPipe()
2341 …pipe->startUFrame + ((currentUFrame - pipe->startUFrame + USB_HOST_IP3516HS_PERIODIC_TRANSFER_GAP + in USB_HostIp3516HsWriteIsoPipe()
2495 …insertUFrame = pipe->startUFrame + ((currentUFrame - pipe->startUFrame + USB_HOST_IP3516HS_PERIODI… in USB_HostIp3516HsWriteInterruptPipe()
2750 uint32_t startUFrame; in USB_HostIp3516HsTokenDone() local
3152 startUFrame = (uint32_t)( in USB_HostIp3516HsTokenDone()
3155 currentUFrame = startUFrame; in USB_HostIp3516HsTokenDone()
3157 while (currentUFrame == startUFrame) in USB_HostIp3516HsTokenDone()
3568 pipe->startUFrame = 0U; in USB_HostIp3516HsOpenPipe()