Searched refs:SofEnd (Results 1 – 3 of 3) sorted by relevance
93 uint32_t SofEnd; in USB_HostOhciDelay() local101 … SofEnd = (uint32_t)((uint32_t)s_UsbHostOhciHcca[usbHostState->controllerId].HccaFrameNumber & in USB_HostOhciDelay()103 …distance = (uint32_t)(SofEnd - sofStart + USB_HOST_OHCI_FMNUMBER_FN_MASK + 1U) & USB_HOST_OHCI_FMN… in USB_HostOhciDelay()
340 uint32_t SofEnd; in USB_HostIp3516HsDelay() local348 …SofEnd = (uint32_t)((usbHostState->usbRegBase->FLADJ_FRINDEX & USB_HOST_IP3516HS_FLADJ_FRINDEX_M… in USB_HostIp3516HsDelay()351 …(SofEnd - sofStart + (USB_HOST_IP3516HS_FLADJ_FRINDEX_MASK >> USB_HOST_IP3516HS_FLADJ_FRINDEX_SHIF… in USB_HostIp3516HsDelay()
1829 uint32_t SofEnd; in USB_HostEhciDelay() local1836 SofEnd = (ehciIpBase->FRINDEX & EHCI_MAX_UFRAME_VALUE); in USB_HostEhciDelay()1837 distance = (SofEnd + EHCI_MAX_UFRAME_VALUE + 1U - sofStart); in USB_HostEhciDelay()