Home
last modified time | relevance | path

Searched refs:DWC3_GCTL_PWRDNSCALE (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/include/linux/usb/
Ddwc3.h156 #define DWC3_GCTL_PWRDNSCALE(n) ((n) << 19) macro
/external/u-boot/drivers/usb/host/
Dxhci-keystone.c165 val = DWC3_GCTL_PWRDNSCALE(0x4b0) | DWC3_GCTL_PRTCAPDIR(0x2); in keystone_xhci_phy_suspend()
/external/u-boot/drivers/usb/dwc3/
Dcore.h139 #define DWC3_GCTL_PWRDNSCALE(n) ((n) << 19) macro