Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Dxhci-dwc3.c29 DWC3_GCTL_PRTCAPDIR(DWC3_GCTL_PRTCAP_OTG), in dwc3_set_mode()
30 DWC3_GCTL_PRTCAPDIR(mode)); in dwc3_set_mode()
Dxhci-keystone.c165 val = DWC3_GCTL_PWRDNSCALE(0x4b0) | DWC3_GCTL_PRTCAPDIR(0x2); in keystone_xhci_phy_suspend()
/external/u-boot/include/linux/usb/
Ddwc3.h165 #define DWC3_GCTL_PRTCAPDIR(n) ((n) << 12) macro
/external/u-boot/drivers/usb/dwc3/
Dcore.c40 reg &= ~(DWC3_GCTL_PRTCAPDIR(DWC3_GCTL_PRTCAP_OTG)); in dwc3_set_mode()
41 reg |= DWC3_GCTL_PRTCAPDIR(mode); in dwc3_set_mode()
Dcore.h148 #define DWC3_GCTL_PRTCAPDIR(n) ((n) << 12) macro