Home
last modified time | relevance | path

Searched refs:PHY_SW_RST0 (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/usb/gadget/
Ddwc2_udc_otg_phy.c71 | 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()
Ddwc2_udc_otg_regs.h218 #define PHY_SW_RST0 (0x1 << 0) macro