Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/usb/
H A Ddwc3.h209 #define DWC3_DCTL_CSFTRST (1 << 30) macro
/openbmc/u-boot/drivers/usb/dwc3/
H A Dcore.c430 dwc3_writel(dwc->regs, DWC3_DCTL, DWC3_DCTL_CSFTRST); in dwc3_core_init()
433 if (!(reg & DWC3_DCTL_CSFTRST)) in dwc3_core_init()
H A Dcore.h231 #define DWC3_DCTL_CSFTRST (1 << 30) macro
/openbmc/linux/drivers/usb/dwc3/
H A Dcore.c320 reg |= DWC3_DCTL_CSFTRST; in dwc3_core_soft_reset()
335 if (!(reg & DWC3_DCTL_CSFTRST)) in dwc3_core_soft_reset()
H A Dcore.h436 #define DWC3_DCTL_CSFTRST BIT(30) macro