Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg_phy.c70 | PHY_SW_RST0, &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()
H A Ddwc2_udc_otg_regs.h218 #define PHY_SW_RST0 (0x1 << 0) macro