Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/middleware/mcux-sdk-middleware-usb/include/
Dusb.h103 kUSB_ControllerOhci0 = 8U, /*!< OHCI 0U */ enumerator
/hal_nxp-3.6.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ohci.c2218 if (((controllerId - (uint8_t)kUSB_ControllerOhci0) >= (uint8_t)USB_HOST_CONFIG_OHCI) || in USB_HostOhciCreate()
2219 … ((controllerId - (uint8_t)kUSB_ControllerOhci0) >= (sizeof(usb_base_addrs) / sizeof(uint32_t)))) in USB_HostOhciCreate()
2223 usbHostState = &s_UsbHostOhciState[controllerId - (uint8_t)kUSB_ControllerOhci0]; in USB_HostOhciCreate()
2226 usbHostState->controllerId = controllerId - (uint8_t)kUSB_ControllerOhci0; in USB_HostOhciCreate()
Dusb_host_hci.c223 if (controllerId == (uint8_t)kUSB_ControllerOhci0) in USB_HostGetControllerInterface()