Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/linux/usb/
H A Ddwc3.h202 #define DWC3_GUSB3PIPECTL_SUSPHY (1 << 17) macro
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci-keystone.c183 val |= (BIT(29) | DWC3_GUSB3PIPECTL_SUSPHY); in keystone_xhci_phy_suspend()
/OK3568_Linux_fs/kernel/drivers/usb/dwc3/
H A Dcore.c645 reg |= DWC3_GUSB3PIPECTL_SUSPHY; in dwc3_phy_setup()
653 reg &= ~DWC3_GUSB3PIPECTL_SUSPHY; in dwc3_phy_setup()
680 reg &= ~DWC3_GUSB3PIPECTL_SUSPHY; in dwc3_phy_setup()
1027 reg |= DWC3_GUSB3PIPECTL_SUSPHY; in dwc3_core_init()
H A Dcore.h312 #define DWC3_GUSB3PIPECTL_SUSPHY BIT(17) macro
/OK3568_Linux_fs/u-boot/drivers/usb/dwc3/
H A Dcore.c382 reg |= DWC3_GUSB3PIPECTL_SUSPHY; in dwc3_phy_setup()
411 reg &= ~DWC3_GUSB3PIPECTL_SUSPHY; in dwc3_phy_setup()
H A Dcore.h192 #define DWC3_GUSB3PIPECTL_SUSPHY (1 << 17) macro