Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci-dwc3.c32 DWC3_GCTL_PRTCAPDIR(DWC3_GCTL_PRTCAP_OTG), in dwc3_set_mode()
33 DWC3_GCTL_PRTCAPDIR(mode)); in dwc3_set_mode()
H A Dxhci-keystone.c166 val = DWC3_GCTL_PWRDNSCALE(0x4b0) | DWC3_GCTL_PRTCAPDIR(0x2); in keystone_xhci_phy_suspend()
/OK3568_Linux_fs/u-boot/include/linux/usb/
H A Ddwc3.h166 #define DWC3_GCTL_PRTCAPDIR(n) ((n) << 12) macro
/OK3568_Linux_fs/u-boot/drivers/usb/dwc3/
H A Dcore.c44 reg &= ~(DWC3_GCTL_PRTCAPDIR(DWC3_GCTL_PRTCAP_OTG)); in dwc3_set_mode()
45 reg |= DWC3_GCTL_PRTCAPDIR(mode); in dwc3_set_mode()
H A Dcore.h151 #define DWC3_GCTL_PRTCAPDIR(n) ((n) << 12) macro
/OK3568_Linux_fs/kernel/drivers/usb/dwc3/
H A Dcore.c110 reg &= ~(DWC3_GCTL_PRTCAPDIR(DWC3_GCTL_PRTCAP_OTG)); in dwc3_set_prtcap()
111 reg |= DWC3_GCTL_PRTCAPDIR(mode); in dwc3_set_prtcap()
H A Dcore.h242 #define DWC3_GCTL_PRTCAPDIR(n) ((n) << 12) macro