Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Dxhci-rockchip.c89 reg &= ~DWC3_GUSB2PHYCFG_SUSPHY; in rockchip_dwc3_phy_setup()
Dxhci-keystone.c172 val |= DWC3_GUSB2PHYCFG_SUSPHY; in keystone_xhci_phy_suspend()
/external/u-boot/include/linux/usb/
Ddwc3.h184 #define DWC3_GUSB2PHYCFG_SUSPHY (1 << 6) macro
/external/u-boot/drivers/usb/dwc3/
Dcore.c389 reg |= DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_phy_setup()
392 reg &= ~DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_phy_setup()
Dcore.h164 #define DWC3_GUSB2PHYCFG_SUSPHY (1 << 6) macro