Home
last modified time | relevance | path

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

/bsp/nxp/imx/imx6ull-smart/drivers/usb/device/
A Dusb_device_ehci.h63 USBPHY_Type *registerPhyBase; /*!< The base address of the PHY register */ member
A Dusb_device_ehci.c877 … if (ehciState->registerPhyBase->USB1_VBUS_DET_STAT & USBPHY_USB1_VBUS_DET_STAT_VBUS_VALID_3V_MASK) in USB_DeviceEhciInterruptSuspend()
1143 ehciState->registerPhyBase = (USBPHY_Type *)USB_EhciPhyGetBase(controllerId); in USB_DeviceEhciInit()
1552 ehciState->registerPhyBase->PWD = 0xFFFFFFFF; in USB_DeviceEhciControl()
1554 while (ehciState->registerPhyBase->CTRL & (USBPHY_CTRL_UTMI_SUSPENDM_MASK)) in USB_DeviceEhciControl()
1562 …ehciState->registerPhyBase->CTRL |= USBPHY_CTRL_ENVBUSCHG_WKUP_MASK | USBPHY_CTRL_ENIDCHG_WKUP_MAS… in USB_DeviceEhciControl()
1571 ehciState->registerPhyBase->CTRL |= USBPHY_CTRL_CLKGATE_MASK; in USB_DeviceEhciControl()
/bsp/nxp/imx/imxrt/libraries/drivers/usb/device/
A Dusb_device_ehci.h63 USBPHY_Type *registerPhyBase; /*!< The base address of the PHY register */ member
A Dusb_device_ehci.c870 … if (ehciState->registerPhyBase->USB1_VBUS_DET_STAT & USBPHY_USB1_VBUS_DET_STAT_VBUS_VALID_3V_MASK) in USB_DeviceEhciInterruptSuspend()
1106 ehciState->registerPhyBase = (USBPHY_Type *)USB_EhciPhyGetBase(controllerId); in USB_DeviceEhciInit()
1515 ehciState->registerPhyBase->PWD = 0xFFFFFFFF; in USB_DeviceEhciControl()
1517 while (ehciState->registerPhyBase->CTRL & (USBPHY_CTRL_UTMI_SUSPENDM_MASK)) in USB_DeviceEhciControl()
1525 …ehciState->registerPhyBase->CTRL |= USBPHY_CTRL_ENVBUSCHG_WKUP_MASK | USBPHY_CTRL_ENIDCHG_WKUP_MAS… in USB_DeviceEhciControl()
1534 ehciState->registerPhyBase->CTRL |= USBPHY_CTRL_CLKGATE_MASK; in USB_DeviceEhciControl()
/bsp/nxp/imx/imx6ull-smart/drivers/usb/host/
A Dusb_host_ehci.h330 USBPHY_Type *registerPhyBase; /*!< The base address of the PHY register */ member
A Dusb_host_ehci.c3996 ehciInstance->registerPhyBase->CTRL |= USBPHY_CTRL_ENVBUSCHG_WKUP_MASK in USB_HostEhciTimer1()
4005 ehciInstance->registerPhyBase->PWD = 0xFFFFFFFFU; in USB_HostEhciTimer1()
4007 while (ehciInstance->registerPhyBase->CTRL & (USBPHY_CTRL_UTMI_SUSPENDM_MASK)) in USB_HostEhciTimer1()
4020 ehciInstance->registerPhyBase->CTRL |= USBPHY_CTRL_CLKGATE_MASK; in USB_HostEhciTimer1()
4090 ehciInstance->registerPhyBase = (USBPHY_Type *)USB_EhciPhyGetBase(controllerId); in USB_HostEhciCreate()
/bsp/nxp/imx/imxrt/libraries/drivers/usb/host/
A Dusb_host_ehci.h313 USBPHY_Type *registerPhyBase; /*!< The base address of the PHY register */ member
A Dusb_host_ehci.c4132 ehciInstance->registerPhyBase->CTRL |= USBPHY_CTRL_ENVBUSCHG_WKUP_MASK in USB_HostEhciTimer1()
4140 ehciInstance->registerPhyBase->USB1_VBUS_DETECT_SET |= in USB_HostEhciTimer1()
4145 ehciInstance->registerPhyBase->PWD = 0xFFFFFFFFU; in USB_HostEhciTimer1()
4147 … while (0U != (ehciInstance->registerPhyBase->CTRL & (USBPHY_CTRL_UTMI_SUSPENDM_MASK))) in USB_HostEhciTimer1()
4164 ehciInstance->registerPhyBase->CTRL |= USBPHY_CTRL_CLKGATE_MASK; in USB_HostEhciTimer1()
4237 ehciInstance->registerPhyBase = (USBPHY_Type *)USB_EhciPhyGetBase(controllerId); in USB_HostEhciCreate()

Completed in 49 milliseconds