Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/drivers/usb/host/
Dxhci-dwc3.c40 setbits_le32(&dwc3_reg->g_usb2phycfg, DWC3_GUSB2PHYCFG_PHYSOFTRST); in dwc3_phy_reset()
48 clrbits_le32(&dwc3_reg->g_usb2phycfg, DWC3_GUSB2PHYCFG_PHYSOFTRST); in dwc3_phy_reset()
/third_party/uboot/u-boot-2020.01/include/linux/usb/
Ddwc3.h181 #define DWC3_GUSB2PHYCFG_PHYSOFTRST (1 << 31) macro
/third_party/uboot/u-boot-2020.01/drivers/usb/dwc3/
Dcore.c66 reg |= DWC3_GUSB2PHYCFG_PHYSOFTRST; in dwc3_core_soft_reset()
78 reg &= ~DWC3_GUSB2PHYCFG_PHYSOFTRST; in dwc3_core_soft_reset()
Dcore.h163 #define DWC3_GUSB2PHYCFG_PHYSOFTRST (1 << 31) macro