Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc2/
H A Ddrd.c17 ((gotgctl) |= GOTGCTL_BVALOEN | GOTGCTL_AVALOEN | GOTGCTL_VBVALOEN | \
H A Dplatform.c671 gotgctl |= GOTGCTL_BVALOEN | GOTGCTL_AVALOEN; in dwc2_suspend()
728 gotgctl &= ~(GOTGCTL_BVALOEN | GOTGCTL_AVALOEN | in dwc2_resume()
H A Dhw.h31 #define GOTGCTL_AVALOEN BIT(4) macro