Home
last modified time | relevance | path

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

/bsp/nxp/imx/imxrt/libraries/drivers/
A Ddrv_usbd.c34 irqNumber = usbDeviceEhciIrq[controllerId - kUSB_ControllerEhci0]; in USB_DeviceIsrEnable()
56 if (controllerId == kUSB_ControllerEhci0) in USB_DeviceClockInit()
211 USB_DeviceClockInit(kUSB_ControllerEhci0); in drv_ehci0_usbd_init()
213 result = USB_DeviceInit(kUSB_ControllerEhci0, usb_device_callback, &ehci0_handle); in drv_ehci0_usbd_init()
217 USB_DeviceIsrEnable(kUSB_ControllerEhci0); in drv_ehci0_usbd_init()
252 if(deviceHandle->controllerId == kUSB_ControllerEhci0) in usb_device_endpoint_callback()
314 if(deviceHandle->controllerId == kUSB_ControllerEhci0) in usb_device_callback()
A Ddrv_usbh.c113 if (controller_id == kUSB_ControllerEhci0) in USB_HostClockInit()
135 irqNumber = usbHOSTEhciIrq[controller_id - kUSB_ControllerEhci0]; in USB_HostIsrEnable()
406 USB_HostClockInit(kUSB_ControllerEhci0); in _ehci0_usbh_init()
408 …if (kStatus_USB_Success == USB_HostInit(kUSB_ControllerEhci0, &imxrt_usb_host_obj[USBH0_INDEX].hos… in _ehci0_usbh_init()
412 USB_HostIsrEnable(kUSB_ControllerEhci0); in _ehci0_usbh_init()
/bsp/nxp/imx/imx6ull-smart/drivers/
A Ddrv_usbd.c39 irqNumber = usbDeviceEhciIrq[controllerId - kUSB_ControllerEhci0]; in USB_DeviceIsrEnable()
61 if (controllerId == kUSB_ControllerEhci0) in USB_DeviceClockInit()
223 USB_DeviceClockInit(kUSB_ControllerEhci0); in drv_ehci0_usbd_init()
225 result = USB_DeviceInit(kUSB_ControllerEhci0, usb_device_callback, &ehci0_handle); in drv_ehci0_usbd_init()
279 if(deviceHandle->controllerId == kUSB_ControllerEhci0) in usb_device_endpoint_callback()
341 if(deviceHandle->controllerId == kUSB_ControllerEhci0) in usb_device_callback()
/bsp/nxp/imx/imxrt/libraries/drivers/usb/phy/
A Dusb_phy.c45 if (controllerId < (uint8_t)kUSB_ControllerEhci0) in USB_EhciPhyGetBase()
50 …if ((controllerId == (uint8_t)kUSB_ControllerEhci0) || (controllerId == (uint8_t)kUSB_ControllerEh… in USB_EhciPhyGetBase()
52 controllerId = controllerId - (uint8_t)kUSB_ControllerEhci0; in USB_EhciPhyGetBase()
118 USB_ANALOG->INSTANCE[controllerId - (uint8_t)kUSB_ControllerEhci0].CHRG_DETECT_SET = in USB_EhciPhyInit()
/bsp/nxp/imx/imx6ull-smart/drivers/usb/phy/
A Dusb_phy.c45 if (controllerId < kUSB_ControllerEhci0) in USB_EhciPhyGetBase()
50 controllerId = controllerId - kUSB_ControllerEhci0; in USB_EhciPhyGetBase()
102 …USB_ANALOG->INSTANCE[controllerId - kUSB_ControllerEhci0].CHRG_DETECT_SET = USB_ANALOG_CHRG_DETECT… in USB_EhciPhyInit()
/bsp/nxp/imx/imxrt/libraries/drivers/usb/device/
A Dusb_device_ehci.c127 if (controllerId < kUSB_ControllerEhci0) in USB_EhciNCGetBase()
132 controllerId = controllerId - kUSB_ControllerEhci0; in USB_EhciNCGetBase()
1090 if ((controllerId < kUSB_ControllerEhci0) || in USB_DeviceEhciInit()
1091 ((uint32_t)(controllerId - kUSB_ControllerEhci0) >= USB_DEVICE_CONFIG_EHCI) || in USB_DeviceEhciInit()
1092 … ((uint32_t)(controllerId - kUSB_ControllerEhci0) >= (sizeof(ehci_base) / sizeof(uint32_t)))) in USB_DeviceEhciInit()
1097 ehciState = &g_UsbDeviceEhciSate[controllerId - kUSB_ControllerEhci0]; in USB_DeviceEhciInit()
1099 ehciState->dtd = s_UsbDeviceEhciDtd[controllerId - kUSB_ControllerEhci0]; in USB_DeviceEhciInit()
1104 ehciState->registerBase = (USBHS_Type *)ehci_base[controllerId - kUSB_ControllerEhci0]; in USB_DeviceEhciInit()
1133 dcdHSState = &s_UsbDeviceDcdHSState[controllerId - kUSB_ControllerEhci0]; in USB_DeviceEhciInit()
1137 dcdHSState->dcdRegisterBase = (USBHSDCD_Type *)dcd_base[controllerId - kUSB_ControllerEhci0]; in USB_DeviceEhciInit()
[all …]
A Dusb_device_dci.c219 case kUSB_ControllerEhci0: in USB_DeviceGetControllerInterface()
/bsp/nxp/imx/imx6ull-smart/drivers/usb/device/
A Dusb_device_ehci.c130 if (controllerId < kUSB_ControllerEhci0) in USB_EhciNCGetBase()
135 controllerId = controllerId - kUSB_ControllerEhci0; in USB_EhciNCGetBase()
1102 if ((controllerId < kUSB_ControllerEhci0) || in USB_DeviceEhciInit()
1103 ((uint32_t)(controllerId - kUSB_ControllerEhci0) >= USB_DEVICE_CONFIG_EHCI) || in USB_DeviceEhciInit()
1104 … ((uint32_t)(controllerId - kUSB_ControllerEhci0) >= (sizeof(ehci_base) / sizeof(uint32_t)))) in USB_DeviceEhciInit()
1109 ehciState = &g_UsbDeviceEhciSate[controllerId - kUSB_ControllerEhci0]; in USB_DeviceEhciInit()
1141 ehciState->registerBase = (USBHS_Type *)ehci_base[controllerId - kUSB_ControllerEhci0]; in USB_DeviceEhciInit()
1170 dcdHSState = &s_UsbDeviceDcdHSState[controllerId - kUSB_ControllerEhci0]; in USB_DeviceEhciInit()
1174 dcdHSState->dcdRegisterBase = (USBHSDCD_Type *)dcd_base[controllerId - kUSB_ControllerEhci0]; in USB_DeviceEhciInit()
1426 …&s_UsbDeviceDcdHSState[ehciState->controllerId - kUSB_ControllerEhci0]; /*The hard code should be … in USB_DeviceEhciControl()
[all …]
A Dusb_device_dci.c224 case kUSB_ControllerEhci0: in USB_DeviceGetControllerInterface()
/bsp/nxp/imx/imx6ull-smart/drivers/usb/include/
A Dusb.h100 kUSB_ControllerEhci0 = 2U, /*!< EHCI 0U */ enumerator
/bsp/nxp/imx/imxrt/libraries/drivers/usb/include/
A Dusb.h114 kUSB_ControllerEhci0 = 2U, /*!< EHCI 0U */ enumerator
/bsp/nxp/imx/imx6ull-smart/drivers/usb/host/
A Dusb_host_ehci.c644 if (controllerId < kUSB_ControllerEhci0) in USB_EhciNCGetBase()
649 controllerId = controllerId - kUSB_ControllerEhci0; in USB_EhciNCGetBase()
4069 …if ((uint32_t)(controllerId - kUSB_ControllerEhci0) >= (sizeof(usbhsBaseAddrs) / sizeof(usbhsBaseA… in USB_HostEhciCreate()
4085 …usbhsBaseAddrs[controllerId - kUSB_ControllerEhci0]; /* operate ehci ip through the base address */ in USB_HostEhciCreate()
4107 …iInstance->ehciFrameList = usbHostEhciFrameList[ehciInstance->controllerId - kUSB_ControllerEhci0]; in USB_HostEhciCreate()
4110 …e->ehciUnitBase = (uint32_t *)(usbHostEhciData[ehciInstance->controllerId - kUSB_ControllerEhci0]); in USB_HostEhciCreate()
A Dusb_host_hci.c239 if ((controllerId == kUSB_ControllerEhci0) || (controllerId == kUSB_ControllerEhci1)) in USB_HostGetControllerInterface()
/bsp/nxp/imx/imxrt/libraries/drivers/usb/host/
A Dusb_host_ehci.c621 if (controllerId < (uint8_t)kUSB_ControllerEhci0) in USB_EhciNCGetBase()
626 controllerId = controllerId - (uint8_t)kUSB_ControllerEhci0; in USB_EhciNCGetBase()
4215 …if ((controllerId - (uint8_t)kUSB_ControllerEhci0) >= (sizeof(usbhsBaseAddrs) / sizeof(usbhsBaseAd… in USB_HostEhciCreate()
4231 …usbhsBaseAddrs[controllerId - (uint8_t)kUSB_ControllerEhci0]; /* operate ehci ip through the base … in USB_HostEhciCreate()
4248 ((ehciInstance->controllerId < (uint8_t)kUSB_ControllerEhci0))) /* reset ehci ip */ in USB_HostEhciCreate()
A Dusb_host_hci.c216 …if ((controllerId == (uint8_t)kUSB_ControllerEhci0) || (controllerId == (uint8_t)kUSB_ControllerEh… in USB_HostGetControllerInterface()

Completed in 43 milliseconds