HomeSort by: relevance | last modified time | path
    Searched refs:HW_USBPHY_CTRL (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/imx/
imx23_usbphy.c 144 while ((PHY_RD(sc, HW_USBPHY_CTRL) & HW_USBPHY_CTRL_SFTRST) ||
155 while (!(PHY_RD(sc, HW_USBPHY_CTRL) & HW_USBPHY_CTRL_CLKGATE));
161 while ((PHY_RD(sc, HW_USBPHY_CTRL) & HW_USBPHY_CTRL_SFTRST) ||
168 while (PHY_RD(sc, HW_USBPHY_CTRL) & HW_USBPHY_CTRL_CLKGATE);
imx23_usbphyreg.h 100 #define HW_USBPHY_CTRL 0x030

Completed in 13 milliseconds