Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds