Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci-dwc3.c156 reg &= ~DWC3_GUSB2PHYCFG_SUSPHY; in xhci_dwc3_probe()
H A Dxhci-keystone.c173 val |= DWC3_GUSB2PHYCFG_SUSPHY; in keystone_xhci_phy_suspend()
/rk3399_rockchip-uboot/include/linux/usb/
H A Ddwc3.h185 #define DWC3_GUSB2PHYCFG_SUSPHY (1 << 6) macro
/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A Dcore.c429 reg |= DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_phy_setup()
432 reg &= ~DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_phy_setup()
H A Dcore.h172 #define DWC3_GUSB2PHYCFG_SUSPHY (1 << 6) macro