Searched refs:DWC3_GCTL_DISSCRAMBLE (Results 1 – 6 of 6) sorted by relevance
84 reg &= ~DWC3_GCTL_DISSCRAMBLE; in dwc3_core_init()
172 #define DWC3_GCTL_DISSCRAMBLE (1 << 3) macro
497 reg |= DWC3_GCTL_DISSCRAMBLE; in dwc3_core_init()499 reg &= ~DWC3_GCTL_DISSCRAMBLE; in dwc3_core_init()
157 #define DWC3_GCTL_DISSCRAMBLE (1 << 3) macro
976 reg |= DWC3_GCTL_DISSCRAMBLE; in dwc3_core_setup_global_control()978 reg &= ~DWC3_GCTL_DISSCRAMBLE; in dwc3_core_setup_global_control()
259 #define DWC3_GCTL_DISSCRAMBLE BIT(3) macro