Home
last modified time | relevance | path

Searched refs:DWC3_GUSB3PIPECTL_SUSPHY (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/include/linux/usb/
H A Ddwc3.h202 #define DWC3_GUSB3PIPECTL_SUSPHY (1 << 17) macro
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci-keystone.c183 val |= (BIT(29) | DWC3_GUSB3PIPECTL_SUSPHY); in keystone_xhci_phy_suspend()
/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A Dcore.c383 reg |= DWC3_GUSB3PIPECTL_SUSPHY; in dwc3_phy_setup()
412 reg &= ~DWC3_GUSB3PIPECTL_SUSPHY; in dwc3_phy_setup()
H A Dcore.h192 #define DWC3_GUSB3PIPECTL_SUSPHY (1 << 17) macro