Searched refs:DWC3_DCTL_CSFTRST (Results 1 – 2 of 2) sorted by relevance
476 dwc3_writel(dwc->regs, DWC3_DCTL, DWC3_DCTL_CSFTRST); in dwc3_core_init()479 if (!(reg & DWC3_DCTL_CSFTRST)) in dwc3_core_init()
245 #define DWC3_DCTL_CSFTRST (1 << 30) macro