Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/gadget/
Ddwc2_udc_otg_phy.c70 writel((readl(&phy->rstcon) &~(LINK_SW_RST | PHYLNK_SW_RST)) in otg_phy_init()
74 &~(PHY_SW_RST0 | LINK_SW_RST | PHYLNK_SW_RST), &phy->rstcon); in otg_phy_init()
Ddwc2_udc_otg_regs.h217 #define LINK_SW_RST (0x1 << 1) macro