Home
last modified time | relevance | path

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

/drivers/usb/dwc3/
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()
A Dulpi.c37 if (reg & DWC3_GUSB2PHYCFG_SUSPHY) in dwc3_ulpi_busyloop()
A Dcore.c128 reg |= DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_enable_susphy()
130 reg &= ~DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_enable_susphy()
757 reg &= ~DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_hs_phy_setup()
2429 DWC3_GUSB2PHYCFG_SUSPHY) || in dwc3_suspend_common()
2462 DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_suspend_common()
2525 reg &= ~DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_resume_common()
A Dgadget.c330 if (unlikely(reg & DWC3_GUSB2PHYCFG_SUSPHY)) { in dwc3_send_gadget_ep_cmd()
331 saved_config |= DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_send_gadget_ep_cmd()
332 reg &= ~DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_send_gadget_ep_cmd()
2629 if (reg & DWC3_GUSB2PHYCFG_SUSPHY) { in dwc3_gadget_run_stop()
2630 saved_config |= DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_gadget_run_stop()
2631 reg &= ~DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_gadget_run_stop()
A Dcore.h302 #define DWC3_GUSB2PHYCFG_SUSPHY BIT(6) macro

Completed in 23 milliseconds