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