Searched refs:PHY_SW_RST0 (Results 1 – 2 of 2) sorted by relevance
70 | PHY_SW_RST0, &phy->rstcon); in otg_phy_init()73 &~(PHY_SW_RST0 | LINK_SW_RST | PHYLNK_SW_RST), &phy->rstcon); in otg_phy_init()84 writel(PHY_SW_RST0, &phy->rstcon); in otg_phy_off()86 writel(readl(&phy->phypwr) &~PHY_SW_RST0, &phy->rstcon); in otg_phy_off()
218 #define PHY_SW_RST0 (0x1 << 0) macro