Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/imx/
H A Dimx23_usbphy.c66 #define PHY_RD(sc, reg) \ macro
110 phy_version = PHY_RD(sc, HW_USBPHY_VERSION); in usbphy_attach()
144 while ((PHY_RD(sc, HW_USBPHY_CTRL) & HW_USBPHY_CTRL_SFTRST) || in usbphy_reset()
155 while (!(PHY_RD(sc, HW_USBPHY_CTRL) & HW_USBPHY_CTRL_CLKGATE)); in usbphy_reset()
161 while ((PHY_RD(sc, HW_USBPHY_CTRL) & HW_USBPHY_CTRL_SFTRST) || in usbphy_reset()
168 while (PHY_RD(sc, HW_USBPHY_CTRL) & HW_USBPHY_CTRL_CLKGATE); in usbphy_reset()