Searched refs:rstcon (Results 1 – 4 of 4) sorted by relevance
70 writel((readl(&phy->rstcon) &~(LINK_SW_RST | PHYLNK_SW_RST)) in otg_phy_init()71 | PHY_SW_RST0, &phy->rstcon); in otg_phy_init()73 writel(readl(&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()
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()