Home
last modified time | relevance | path

Searched refs:USB_EhciPhyGetBase (Results 1 – 8 of 8) sorted by relevance

/bsp/nxp/imx/imx6ull-smart/drivers/usb/phy/
A Dusb_phy.c36 void *USB_EhciPhyGetBase(uint8_t controllerId) in USB_EhciPhyGetBase() function
86 usbPhyBase = (USBPHY_Type *)USB_EhciPhyGetBase(controllerId); in USB_EhciPhyInit()
141 usbPhyBase = (USBPHY_Type *)USB_EhciPhyGetBase(controllerId); in USB_EhciLowPowerPhyInit()
197 usbPhyBase = (USBPHY_Type *)USB_EhciPhyGetBase(controllerId); in USB_EhciPhyDeinit()
225 usbPhyBase = (USBPHY_Type *)USB_EhciPhyGetBase(controllerId); in USB_EhcihostPhyDisconnectDetectCmd()
A Dusb_phy.h59 extern void *USB_EhciPhyGetBase(uint8_t controllerId);
/bsp/nxp/imx/imxrt/libraries/drivers/usb/phy/
A Dusb_phy.c36 void *USB_EhciPhyGetBase(uint8_t controllerId) in USB_EhciPhyGetBase() function
102 usbPhyBase = (USBPHY_Type *)USB_EhciPhyGetBase(controllerId); in USB_EhciPhyInit()
167 usbPhyBase = (USBPHY_Type *)USB_EhciPhyGetBase(controllerId); in USB_EhciLowPowerPhyInit()
226 usbPhyBase = (USBPHY_Type *)USB_EhciPhyGetBase(controllerId); in USB_EhciPhyDeinit()
254 usbPhyBase = (USBPHY_Type *)USB_EhciPhyGetBase(controllerId); in USB_EhcihostPhyDisconnectDetectCmd()
277 usbPhyBase = (USBPHY_Type *)USB_EhciPhyGetBase(controllerId); in USB_PhyDeviceForceEnterFSMode()
A Dusb_phy.h59 extern void *USB_EhciPhyGetBase(uint8_t controllerId);
/bsp/nxp/imx/imx6ull-smart/drivers/usb/device/
A Dusb_device_ehci.c1143 ehciState->registerPhyBase = (USBPHY_Type *)USB_EhciPhyGetBase(controllerId); in USB_DeviceEhciInit()
/bsp/nxp/imx/imxrt/libraries/drivers/usb/device/
A Dusb_device_ehci.c1106 ehciState->registerPhyBase = (USBPHY_Type *)USB_EhciPhyGetBase(controllerId); in USB_DeviceEhciInit()
/bsp/nxp/imx/imx6ull-smart/drivers/usb/host/
A Dusb_host_ehci.c4090 ehciInstance->registerPhyBase = (USBPHY_Type *)USB_EhciPhyGetBase(controllerId); in USB_HostEhciCreate()
/bsp/nxp/imx/imxrt/libraries/drivers/usb/host/
A Dusb_host_ehci.c4237 ehciInstance->registerPhyBase = (USBPHY_Type *)USB_EhciPhyGetBase(controllerId); in USB_HostEhciCreate()

Completed in 25 milliseconds