Searched refs:kUSB_ControllerEhci0 (Results 1 – 6 of 6) sorted by relevance
24 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()
92 kUSB_ControllerEhci0 = 2U, /*!< EHCI 0U */ enumerator
114 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()
217 if ((kUSB_ControllerEhci0 == controlerIndex) || (kUSB_ControllerEhci1 == controlerIndex)) in USB_DeviceGetControllerInterface()
625 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()
216 …if ((controllerId == (uint8_t)kUSB_ControllerEhci0) || (controllerId == (uint8_t)kUSB_ControllerEh… in USB_HostGetControllerInterface()