Home
last modified time | relevance | path

Searched refs:DWC3_OCTL_DEVSETHNPEN (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/usb/dwc3/
Ddrd.c131 reg &= ~(DWC3_OCTL_DEVSETHNPEN | DWC3_OCTL_HSTSETHNPEN | in dwc3_otgregs_init()
210 DWC3_OCTL_DEVSETHNPEN | DWC3_OCTL_HSTSETHNPEN); in dwc3_otg_host_init()
291 DWC3_OCTL_DEVSETHNPEN | DWC3_OCTL_HSTSETHNPEN); in dwc3_otg_device_init()
325 reg &= ~(DWC3_OCTL_DEVSETHNPEN | DWC3_OCTL_HNPREQ); in dwc3_otg_device_exit()
Dcore.h545 #define DWC3_OCTL_DEVSETHNPEN BIT(1) macro