Searched refs:rstcon (Results 1 – 4 of 4) sorted by relevance
69 writel((readl(&phy->rstcon) &~(LINK_SW_RST | PHYLNK_SW_RST)) in otg_phy_init()70 | PHY_SW_RST0, &phy->rstcon); in otg_phy_init()72 writel(readl(&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()
17 u32 rstcon; member
20 u8 rstcon; /* 0x10 - Reset control register */ member
75 printf("rstcon = 0x%02x\n", in_8(&cpld_data->rstcon)); in cpld_dump_regs()