Home
last modified time | relevance | path

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

/Linux-v4.19/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.c181 reg &= ~DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_otg_init()
235 reg |= DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_otg_host_init()
298 reg |= DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_otg_device_init()
Dcore.c657 reg |= DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_phy_setup()
660 reg &= ~DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_phy_setup()
1606 DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_suspend_common()
1666 reg &= ~DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_resume_common()
Dgadget.c289 if (unlikely(reg & DWC3_GUSB2PHYCFG_SUSPHY)) { in dwc3_send_gadget_ep_cmd()
291 reg &= ~DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_send_gadget_ep_cmd()
394 reg |= DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_send_gadget_ep_cmd()
Dcore.h260 #define DWC3_GUSB2PHYCFG_SUSPHY BIT(6) macro