Searched refs:P1CTL_SOFT_RESET (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/phy/
H A Dphy-bcm-kona-usb2.c35 #define P1CTL_SOFT_RESET BIT(1) macro
66 val |= P1CTL_SOFT_RESET; bcm_kona_usb_phy_init()
68 writel(val & ~P1CTL_SOFT_RESET, phy->regs + P1CTL); bcm_kona_usb_phy_init()
71 writel(val | P1CTL_SOFT_RESET, phy->regs + P1CTL); bcm_kona_usb_phy_init()

Completed in 77 milliseconds