Searched refs:DWC3_DCTL_CSFTRST (Results 1 – 5 of 5) sorted by relevance
209 #define DWC3_DCTL_CSFTRST (1 << 30) macro
430 dwc3_writel(dwc->regs, DWC3_DCTL, DWC3_DCTL_CSFTRST); in dwc3_core_init()433 if (!(reg & DWC3_DCTL_CSFTRST)) in dwc3_core_init()
231 #define DWC3_DCTL_CSFTRST (1 << 30) macro
320 reg |= DWC3_DCTL_CSFTRST; in dwc3_core_soft_reset() 335 if (!(reg & DWC3_DCTL_CSFTRST)) in dwc3_core_soft_reset()
436 #define DWC3_DCTL_CSFTRST BIT(30) macro