Searched refs:USB_EhciPhyGetBase (Results 1 – 8 of 8) sorted by relevance
36 void *USB_EhciPhyGetBase(uint8_t controllerId) in USB_EhciPhyGetBase() function86 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()
59 extern void *USB_EhciPhyGetBase(uint8_t controllerId);
36 void *USB_EhciPhyGetBase(uint8_t controllerId) in USB_EhciPhyGetBase() function102 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()
1143 ehciState->registerPhyBase = (USBPHY_Type *)USB_EhciPhyGetBase(controllerId); in USB_DeviceEhciInit()
1106 ehciState->registerPhyBase = (USBPHY_Type *)USB_EhciPhyGetBase(controllerId); in USB_DeviceEhciInit()
4090 ehciInstance->registerPhyBase = (USBPHY_Type *)USB_EhciPhyGetBase(controllerId); in USB_HostEhciCreate()
4237 ehciInstance->registerPhyBase = (USBPHY_Type *)USB_EhciPhyGetBase(controllerId); in USB_HostEhciCreate()
Completed in 25 milliseconds