Home
last modified time | relevance | path

Searched refs:SofEnd (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ohci.c93 uint32_t SofEnd; in USB_HostOhciDelay() local
101SofEnd = (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()
Dusb_host_ip3516hs.c340 uint32_t SofEnd; in USB_HostIp3516HsDelay() local
348SofEnd = (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()
Dusb_host_ehci.c1829 uint32_t SofEnd; in USB_HostEhciDelay() local
1836 SofEnd = (ehciIpBase->FRINDEX & EHCI_MAX_UFRAME_VALUE); in USB_HostEhciDelay()
1837 distance = (SofEnd + EHCI_MAX_UFRAME_VALUE + 1U - sofStart); in USB_HostEhciDelay()