Home
last modified time | relevance | path

Searched refs:rstcon (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/drivers/usb/gadget/
Ddwc2_udc_otg_phy.c69 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()
Ddwc2_udc_otg_regs.h17 u32 rstcon; member
/external/u-boot/board/freescale/c29xpcie/
Dcpld.h20 u8 rstcon; /* 0x10 - Reset control register */ member
Dcpld.c75 printf("rstcon = 0x%02x\n", in_8(&cpld_data->rstcon)); in cpld_dump_regs()