Home
last modified time | relevance | path

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

/drivers/usb/dwc3/
Dulpi.c42 if (reg & DWC3_GUSB2PHYCFG_SUSPHY) { in dwc3_ulpi_read()
43 reg &= ~DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_ulpi_read()
65 if (reg & DWC3_GUSB2PHYCFG_SUSPHY) { in dwc3_ulpi_write()
66 reg &= ~DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_ulpi_write()
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()
Dcore.c669 reg |= DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_phy_setup()
672 reg &= ~DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_phy_setup()
1620 DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_suspend_common()
1681 reg &= ~DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_resume_common()
Dgadget.c292 if (unlikely(reg & DWC3_GUSB2PHYCFG_SUSPHY)) { in dwc3_send_gadget_ep_cmd()
293 saved_config |= DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_send_gadget_ep_cmd()
294 reg &= ~DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_send_gadget_ep_cmd()
Dcore.h270 #define DWC3_GUSB2PHYCFG_SUSPHY BIT(6) macro