Searched refs:DWC3_GCTL_DISSCRAMBLE (Results 1 – 6 of 6) sorted by relevance
86 reg &= ~DWC3_GCTL_DISSCRAMBLE; in dwc3_core_init()
173 #define DWC3_GCTL_DISSCRAMBLE (1 << 3) macro
558 reg |= DWC3_GCTL_DISSCRAMBLE; in dwc3_core_init()560 reg &= ~DWC3_GCTL_DISSCRAMBLE; in dwc3_core_init()
160 #define DWC3_GCTL_DISSCRAMBLE (1 << 3) macro
853 reg |= DWC3_GCTL_DISSCRAMBLE; in dwc3_core_setup_global_control()855 reg &= ~DWC3_GCTL_DISSCRAMBLE; in dwc3_core_setup_global_control()
251 #define DWC3_GCTL_DISSCRAMBLE BIT(3) macro