Searched refs:DWC3_GCTL_DISSCRAMBLE (Results 1 – 2 of 2) sorted by relevance
781 reg |= DWC3_GCTL_DISSCRAMBLE; in dwc3_core_setup_global_control()783 reg &= ~DWC3_GCTL_DISSCRAMBLE; in dwc3_core_setup_global_control()
243 #define DWC3_GCTL_DISSCRAMBLE BIT(3) macro