Home
last modified time | relevance | path

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

/linux/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.c126 reg |= DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_enable_susphy()
128 reg &= ~DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_enable_susphy()
755 reg &= ~DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_hs_phy_setup()
2394 DWC3_GUSB2PHYCFG_SUSPHY) || in dwc3_suspend_common()
2425 DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_suspend_common()
2486 reg &= ~DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_resume_common()
H A Dgadget.c332 if (unlikely(reg & DWC3_GUSB2PHYCFG_SUSPHY)) { in dwc3_send_gadget_ep_cmd()
333 saved_config |= DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_send_gadget_ep_cmd()
334 reg &= ~DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_send_gadget_ep_cmd()
2651 if (reg & DWC3_GUSB2PHYCFG_SUSPHY) { in dwc3_gadget_run_stop()
2652 saved_config |= DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_gadget_run_stop()
2653 reg &= ~DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_gadget_run_stop()
H A Dcore.h302 #define DWC3_GUSB2PHYCFG_SUSPHY BIT(6) macro