Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Ddrd.c24 gotgctl |= GOTGCTL_BVALOEN | GOTGCTL_AVALOEN | GOTGCTL_VBVALOEN; in dwc2_ovr_init()
H A Dplatform.c732 gotgctl |= GOTGCTL_BVALOEN | GOTGCTL_AVALOEN; in dwc2_suspend()
790 gotgctl &= ~(GOTGCTL_BVALOEN | GOTGCTL_AVALOEN | in dwc2_resume()
H A Dhw.h60 #define GOTGCTL_AVALOEN BIT(4) macro