Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci-dwc3.c39 setbits_le32(&dwc3_reg->g_usb3pipectl[0], DWC3_GUSB3PIPECTL_PHYSOFTRST); in dwc3_phy_reset()
47 clrbits_le32(&dwc3_reg->g_usb3pipectl[0], DWC3_GUSB3PIPECTL_PHYSOFTRST); in dwc3_phy_reset()
/OK3568_Linux_fs/u-boot/include/linux/usb/
H A Ddwc3.h200 #define DWC3_GUSB3PIPECTL_PHYSOFTRST (1 << 31) macro
/OK3568_Linux_fs/u-boot/drivers/usb/dwc3/
H A Dcore.c64 reg |= DWC3_GUSB3PIPECTL_PHYSOFTRST; in dwc3_core_soft_reset()
76 reg &= ~DWC3_GUSB3PIPECTL_PHYSOFTRST; in dwc3_core_soft_reset()
H A Dcore.h185 #define DWC3_GUSB3PIPECTL_PHYSOFTRST (1 << 31) macro
/OK3568_Linux_fs/kernel/drivers/usb/dwc3/
H A Dcore.h303 #define DWC3_GUSB3PIPECTL_PHYSOFTRST BIT(31) macro