Home
last modified time | relevance | path

Searched refs:kUSB_ControllerEhci0 (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-3.6.0/mcux/middleware/mcux-sdk-middleware-usb/phy/
Dusb_phy.c24 if (controllerId < (uint8_t)kUSB_ControllerEhci0) in USB_EhciPhyGetBase()
29 …if ((controllerId == (uint8_t)kUSB_ControllerEhci0) || (controllerId == (uint8_t)kUSB_ControllerEh… in USB_EhciPhyGetBase()
31 controllerId = controllerId - (uint8_t)kUSB_ControllerEhci0; in USB_EhciPhyGetBase()
93 USB_ANALOG->INSTANCE[controllerId - (uint8_t)kUSB_ControllerEhci0].CHRG_DETECT_SET = in USB_EhciPhyInit()
/hal_nxp-3.6.0/mcux/middleware/mcux-sdk-middleware-usb/include/
Dusb.h92 kUSB_ControllerEhci0 = 2U, /*!< EHCI 0U */ enumerator
/hal_nxp-3.6.0/mcux/middleware/mcux-sdk-middleware-usb/device/
Dusb_device_ehci.c114 if (controllerId < (uint8_t)kUSB_ControllerEhci0) in USB_EhciGetBase()
119 controllerId = controllerId - (uint8_t)kUSB_ControllerEhci0; in USB_EhciGetBase()
1381 if ((controllerId < (uint8_t)kUSB_ControllerEhci0) || in USB_DeviceEhciInit()
1382 …((uint32_t)((uint32_t)controllerId - (uint32_t)kUSB_ControllerEhci0) >= (sizeof(ehci_base) / sizeo… in USB_DeviceEhciInit()
1398 ehciState->registerBase = (USBHS_Type *)ehci_base[controllerId - (uint8_t)kUSB_ControllerEhci0]; in USB_DeviceEhciInit()
1462 index = controllerId - (uint8_t)kUSB_ControllerEhci0; in USB_DeviceEhciInit()
Dusb_device_dci.c217 if ((kUSB_ControllerEhci0 == controlerIndex) || (kUSB_ControllerEhci1 == controlerIndex)) in USB_DeviceGetControllerInterface()
/hal_nxp-3.6.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ehci.c625 if (controllerId < (uint8_t)kUSB_ControllerEhci0) in USB_EhciNCGetBase()
630 controllerId = controllerId - (uint8_t)kUSB_ControllerEhci0; in USB_EhciNCGetBase()
4464 …if ((controllerId - (uint8_t)kUSB_ControllerEhci0) >= (sizeof(usbhsBaseAddrs) / sizeof(usbhsBaseAd… in USB_HostEhciCreate()
4480 …usbhsBaseAddrs[controllerId - (uint8_t)kUSB_ControllerEhci0]; /* operate ehci ip through the base … in USB_HostEhciCreate()
4497 ((ehciInstance->controllerId < (uint8_t)kUSB_ControllerEhci0))) /* reset ehci ip */ in USB_HostEhciCreate()
Dusb_host_hci.c216 …if ((controllerId == (uint8_t)kUSB_ControllerEhci0) || (controllerId == (uint8_t)kUSB_ControllerEh… in USB_HostGetControllerInterface()