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