Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/dwc2/
Ddrd.c17 ((gotgctl) |= GOTGCTL_BVALOEN | GOTGCTL_AVALOEN | GOTGCTL_VBVALOEN | \
Dplatform.c669 gotgctl |= GOTGCTL_BVALOEN | GOTGCTL_AVALOEN; in dwc2_suspend()
726 gotgctl &= ~(GOTGCTL_BVALOEN | GOTGCTL_AVALOEN | in dwc2_resume()
Dhw.h31 #define GOTGCTL_AVALOEN BIT(4) macro