Searched refs:DWC3_DCTL_CSFTRST (Results 1 – 5 of 5) sorted by relevance
210 #define DWC3_DCTL_CSFTRST (1 << 30) macro
221 reg |= DWC3_DCTL_CSFTRST; in __dwc3_set_mode()229 if (!(reg & DWC3_DCTL_CSFTRST)) in __dwc3_set_mode()312 reg |= DWC3_DCTL_CSFTRST; in dwc3_core_soft_reset()327 if (!(reg & DWC3_DCTL_CSFTRST)) in dwc3_core_soft_reset()
421 #define DWC3_DCTL_CSFTRST BIT(30) macro
481 dwc3_writel(dwc->regs, DWC3_DCTL, DWC3_DCTL_CSFTRST); in dwc3_core_init()484 if (!(reg & DWC3_DCTL_CSFTRST)) in dwc3_core_init()
249 #define DWC3_DCTL_CSFTRST (1 << 30) macro