Home
last modified time | relevance | path

Searched refs:GOTGCTL_AVALOEN (Results 1 – 3 of 3) sorted by relevance

/drivers/usb/dwc2/
Dplatform.c638 gotgctl |= GOTGCTL_BVALOEN | GOTGCTL_AVALOEN; in dwc2_suspend()
695 gotgctl &= ~(GOTGCTL_BVALOEN | GOTGCTL_AVALOEN | in dwc2_resume()
Ddrd.c17 ((gotgctl) |= GOTGCTL_BVALOEN | GOTGCTL_AVALOEN | GOTGCTL_VBVALOEN | \
Dhw.h31 #define GOTGCTL_AVALOEN BIT(4) macro