Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/linux/usb/
H A Ddwc3.h157 #define DWC3_GCTL_PWRDNSCALE(n) ((n) << 19) macro
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci-keystone.c166 val = DWC3_GCTL_PWRDNSCALE(0x4b0) | DWC3_GCTL_PRTCAPDIR(0x2); in keystone_xhci_phy_suspend()
/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A Dcore.h142 #define DWC3_GCTL_PWRDNSCALE(n) ((n) << 19) macro