Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/dwc3/
H A Ddrd.c179 reg &= ~DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_otg_init()
233 reg |= DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_otg_host_init()
296 reg |= DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_otg_device_init()
H A Dulpi.c37 if (reg & DWC3_GUSB2PHYCFG_SUSPHY) in dwc3_ulpi_busyloop()
H A Dcore.c735 reg |= DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_phy_setup()
743 reg &= ~DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_phy_setup()
746 reg &= ~DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_phy_setup()
1033 reg |= DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_core_init()
1816 DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_suspend_common()
1876 reg &= ~DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_resume_common()
H A Dcore.h281 #define DWC3_GUSB2PHYCFG_SUSPHY BIT(6) macro
H A Dgadget.c297 if (unlikely(reg & DWC3_GUSB2PHYCFG_SUSPHY)) { in dwc3_send_gadget_ep_cmd()
298 saved_config |= DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_send_gadget_ep_cmd()
299 reg &= ~DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_send_gadget_ep_cmd()
/OK3568_Linux_fs/u-boot/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()
/OK3568_Linux_fs/u-boot/include/linux/usb/
H A Ddwc3.h185 #define DWC3_GUSB2PHYCFG_SUSPHY (1 << 6) macro
/OK3568_Linux_fs/u-boot/drivers/usb/dwc3/
H A Dcore.c428 reg |= DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_phy_setup()
431 reg &= ~DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_phy_setup()
H A Dcore.h172 #define DWC3_GUSB2PHYCFG_SUSPHY (1 << 6) macro