Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci-dwc3.c42 setbits_le32(&dwc3_reg->g_usb2phycfg, DWC3_GUSB2PHYCFG_PHYSOFTRST); in dwc3_phy_reset()
50 clrbits_le32(&dwc3_reg->g_usb2phycfg, DWC3_GUSB2PHYCFG_PHYSOFTRST); in dwc3_phy_reset()
/rk3399_rockchip-uboot/include/linux/usb/
H A Ddwc3.h182 #define DWC3_GUSB2PHYCFG_PHYSOFTRST (1 << 31) macro
/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A Dcore.c70 reg |= DWC3_GUSB2PHYCFG_PHYSOFTRST; in dwc3_core_soft_reset()
82 reg &= ~DWC3_GUSB2PHYCFG_PHYSOFTRST; in dwc3_core_soft_reset()
H A Dcore.h169 #define DWC3_GUSB2PHYCFG_PHYSOFTRST (1 << 31) macro