Home
last modified time | relevance | path

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

/u-boot/drivers/usb/host/
A Dxhci-dwc3.c41 setbits_le32(&dwc3_reg->g_usb3pipectl[0], DWC3_GUSB3PIPECTL_PHYSOFTRST); in dwc3_phy_reset()
49 clrbits_le32(&dwc3_reg->g_usb3pipectl[0], DWC3_GUSB3PIPECTL_PHYSOFTRST); in dwc3_phy_reset()
/u-boot/include/linux/usb/
A Ddwc3.h199 #define DWC3_GUSB3PIPECTL_PHYSOFTRST (1 << 31) macro
/u-boot/drivers/usb/dwc3/
A Dcore.c71 reg |= DWC3_GUSB3PIPECTL_PHYSOFTRST; in dwc3_core_soft_reset()
83 reg &= ~DWC3_GUSB3PIPECTL_PHYSOFTRST; in dwc3_core_soft_reset()
A Dcore.h199 #define DWC3_GUSB3PIPECTL_PHYSOFTRST (1 << 31) macro

Completed in 15 milliseconds