Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc3/
H A Ddrd.c133 DWC3_OCTL_HNPREQ); in dwc3_otgregs_init()
288 reg &= ~(DWC3_OCTL_TERMSELIDPULSE | DWC3_OCTL_HNPREQ | in dwc3_otg_device_init()
323 reg &= ~(DWC3_OCTL_DEVSETHNPEN | DWC3_OCTL_HNPREQ); in dwc3_otg_device_exit()
H A Dcore.h620 #define DWC3_OCTL_HNPREQ BIT(4) macro