Searched refs:GOTGCTL_BVALOEN (Results 1 – 3 of 3) sorted by relevance
669 gotgctl |= GOTGCTL_BVALOEN | GOTGCTL_AVALOEN; in dwc2_suspend()726 gotgctl &= ~(GOTGCTL_BVALOEN | GOTGCTL_AVALOEN | in dwc2_resume()
17 ((gotgctl) |= GOTGCTL_BVALOEN | GOTGCTL_AVALOEN | GOTGCTL_VBVALOEN | \
29 #define GOTGCTL_BVALOEN BIT(6) macro