Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/dwc3/
Dcore.c58 reg &= ~(DWC3_GCTL_PRTCAPDIR(DWC3_GCTL_PRTCAP_OTG)); in dwc3_set_mode()
59 reg |= DWC3_GCTL_PRTCAPDIR(mode); in dwc3_set_mode()
Dcore.h164 #define DWC3_GCTL_PRTCAPDIR(n) ((n) << 12) macro