Home
last modified time | relevance | path

Searched refs:sof (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ohci.c588 uint32_t sof; in USB_HostOhciPortChange() local
597sof = (uint32_t)((uint32_t)s_UsbHostOhciHcca[usbHostState->controllerId].HccaFrameNumber & in USB_HostOhciPortChange()
599 …if ((((sof + USB_HOST_OHCI_FMNUMBER_FN_MASK + 1U) - sofStart) & USB_HOST_OHCI_FMNUMBER_FN_MASK) > … in USB_HostOhciPortChange()
Dusb_host_ip3516hs.c808 uint32_t sof; in USB_HostIp3516HsPortChange() local
817sof = (uint32_t)((usbHostState->usbRegBase->FLADJ_FRINDEX & USB_HOST_IP3516HS_FLADJ_FRINDEX_MASK) … in USB_HostIp3516HsPortChange()
819 if ((((sof + USB_HOST_IP3516HS_FLADJ_FRINDEX_MASK + 1U) - sofStart) & in USB_HostIp3516HsPortChange()