Searched refs:RSTCON_SWRST (Results 1 – 2 of 2) sorted by relevance
153 setbits_le32(&usb->usbphyrstcon, (RSTCON_HOSTPHY_SWRST | RSTCON_SWRST)); in exynos4412_setup_usb_phy()155 clrbits_le32(&usb->usbphyrstcon, (RSTCON_HOSTPHY_SWRST | RSTCON_SWRST)); in exynos4412_setup_usb_phy()
20 #define RSTCON_SWRST (0x1 << 0) macro