Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/dwc3/
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()
Dulpi.c37 if (reg & DWC3_GUSB2PHYCFG_SUSPHY) in dwc3_ulpi_busyloop()
Dcore.c126 reg |= DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_enable_susphy()
128 reg &= ~DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_enable_susphy()
759 reg &= ~DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_hs_phy_setup()
2347 DWC3_GUSB2PHYCFG_SUSPHY) || in dwc3_suspend_common()
2378 DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_suspend_common()
2439 reg &= ~DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_resume_common()
Dcore.h302 #define DWC3_GUSB2PHYCFG_SUSPHY BIT(6) macro
Dgadget.c333 if (unlikely(reg & DWC3_GUSB2PHYCFG_SUSPHY)) { in dwc3_send_gadget_ep_cmd()
334 saved_config |= DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_send_gadget_ep_cmd()
335 reg &= ~DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_send_gadget_ep_cmd()