Home
last modified time | relevance | path

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

/drivers/usb/dwc3/
Dcore.c110 reg &= ~(DWC3_GCTL_PRTCAPDIR(DWC3_GCTL_PRTCAP_OTG)); in dwc3_set_prtcap()
111 reg |= DWC3_GCTL_PRTCAPDIR(mode); in dwc3_set_prtcap()
Dcore.h242 #define DWC3_GCTL_PRTCAPDIR(n) ((n) << 12) macro