Home
last modified time | relevance | path

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

/bsp/nxp/imx/imx6ull-smart/drivers/usb/device/
A Dusb_device_ehci.h65 USBNC_Type *registerNcBase; /*!< The base address of the USBNC register */ member
A Dusb_device_ehci.c1146 ehciState->registerNcBase = (USBNC_Type *)USB_EhciNCGetBase(controllerId); in USB_DeviceEhciInit()
1535 ehciState->registerNcBase->USB_OTGn_CTRL &= ~USBNC_USB_OTGn_CTRL_WIE_MASK; in USB_DeviceEhciControl()
1564 ehciState->registerNcBase->USB_OTGn_CTRL |= USBNC_USB_OTGn_CTRL_WKUP_ID_EN_MASK | in USB_DeviceEhciControl()
1567 ehciState->registerNcBase->USB_OTGn_CTRL |= USBNC_USB_OTGn_CTRL_WIE_MASK; in USB_DeviceEhciControl()
1661 if (ehciState->registerNcBase->USB_OTGn_CTRL & USBNC_USB_OTGn_CTRL_WIE_MASK) in USB_DeviceEhciIsrFunction()
1663 if (ehciState->registerNcBase->USB_OTGn_CTRL & USBNC_USB_OTGn_CTRL_WIR_MASK) in USB_DeviceEhciIsrFunction()
1666 ehciState->registerNcBase->USB_OTGn_CTRL &= ~USBNC_USB_OTGn_CTRL_WIE_MASK; in USB_DeviceEhciIsrFunction()
/bsp/nxp/imx/imxrt/libraries/drivers/usb/device/
A Dusb_device_ehci.h65 USBNC_Type *registerNcBase; /*!< The base address of the USBNC register */ member
A Dusb_device_ehci.c1109 ehciState->registerNcBase = (USBNC_Type *)USB_EhciNCGetBase(controllerId); in USB_DeviceEhciInit()
1498 ehciState->registerNcBase->USB_OTGn_CTRL &= ~USBNC_USB_OTGn_CTRL_WIE_MASK; in USB_DeviceEhciControl()
1527 ehciState->registerNcBase->USB_OTGn_CTRL |= USBNC_USB_OTGn_CTRL_WKUP_ID_EN_MASK | in USB_DeviceEhciControl()
1530 ehciState->registerNcBase->USB_OTGn_CTRL |= USBNC_USB_OTGn_CTRL_WIE_MASK; in USB_DeviceEhciControl()
1622 if (ehciState->registerNcBase->USB_OTGn_CTRL & USBNC_USB_OTGn_CTRL_WIE_MASK) in USB_DeviceEhciIsrFunction()
1624 if (ehciState->registerNcBase->USB_OTGn_CTRL & USBNC_USB_OTGn_CTRL_WIR_MASK) in USB_DeviceEhciIsrFunction()
1627 ehciState->registerNcBase->USB_OTGn_CTRL &= ~USBNC_USB_OTGn_CTRL_WIE_MASK; in USB_DeviceEhciIsrFunction()
/bsp/nxp/imx/imx6ull-smart/drivers/usb/host/
A Dusb_host_ehci.h332 USBNC_Type *registerNcBase; /*!< The base address of the USBNC register */ member
A Dusb_host_ehci.c3492 ehciInstance->registerNcBase->USB_OTGn_CTRL &= ~USBNC_USB_OTGn_CTRL_WIE_MASK; in USB_HostEhciControlBus()
4013 … ehciInstance->registerNcBase->USB_OTGn_CTRL |= USBNC_USB_OTGn_CTRL_WKUP_ID_EN_MASK | in USB_HostEhciTimer1()
4016 ehciInstance->registerNcBase->USB_OTGn_CTRL |= USBNC_USB_OTGn_CTRL_WIE_MASK; in USB_HostEhciTimer1()
4093 ehciInstance->registerNcBase = (USBNC_Type *)USB_EhciNCGetBase(controllerId); in USB_HostEhciCreate()
4619 if (ehciInstance->registerNcBase->USB_OTGn_CTRL & USBNC_USB_OTGn_CTRL_WIE_MASK) in USB_HostEhciIsrFunction()
4622 ehciInstance->registerNcBase->USB_OTGn_CTRL &= ~USBNC_USB_OTGn_CTRL_WIE_MASK; in USB_HostEhciIsrFunction()
4626 …while (!(ehciInstance->registerNcBase->USB_OTGn_PHY_CTRL_0 & USBNC_USB_OTGn_PHY_CTRL_0_UTMI_CLK_VL… in USB_HostEhciIsrFunction()
/bsp/nxp/imx/imxrt/libraries/drivers/usb/host/
A Dusb_host_ehci.h316 USBNC_Type *registerNcBase; /*!< The base address of the USBNC register */ member
A Dusb_host_ehci.c3592 ehciInstance->registerNcBase->USB_OTGn_CTRL &= ~USBNC_USB_OTGn_CTRL_WIE_MASK; in USB_HostEhciControlBus()
4153 … ehciInstance->registerNcBase->USB_OTGn_CTRL |= USBNC_USB_OTGn_CTRL_WKUP_ID_EN_MASK | in USB_HostEhciTimer1()
4156 ehciInstance->registerNcBase->USB_OTGn_CTRL |= USBNC_USB_OTGn_CTRL_WIE_MASK; in USB_HostEhciTimer1()
4240 ehciInstance->registerNcBase = (USBNC_Type *)USB_EhciNCGetBase(controllerId); in USB_HostEhciCreate()
4862 if (0U != (ehciInstance->registerNcBase->USB_OTGn_CTRL & USBNC_USB_OTGn_CTRL_WIE_MASK)) in USB_HostEhciIsrFunction()
4865 ehciInstance->registerNcBase->USB_OTGn_CTRL &= ~USBNC_USB_OTGn_CTRL_WIE_MASK; in USB_HostEhciIsrFunction()
4869 …while (0U == (ehciInstance->registerNcBase->USB_OTGn_PHY_CTRL_0 & USBNC_USB_OTGn_PHY_CTRL_0_UTMI_C… in USB_HostEhciIsrFunction()

Completed in 47 milliseconds