Home
last modified time | relevance | path

Searched refs:DWC3_GUSB2PHYCFG_SUSPHY (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/dwc3/
H A Dulpi.c37 if (reg & DWC3_GUSB2PHYCFG_SUSPHY) in dwc3_ulpi_busyloop()
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 Dcore.c697 * Above 1.94a, it is recommended to set DWC3_GUSB2PHYCFG_SUSPHY to in dwc3_phy_setup()
703 reg |= DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_phy_setup()
711 reg &= ~DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_phy_setup()
714 reg &= ~DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_phy_setup()
1006 reg |= DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_core_init()
1708 DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_suspend_common()
1769 reg &= ~DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_resume_common()
H A Dgadget.c298 if (unlikely(reg & DWC3_GUSB2PHYCFG_SUSPHY)) { in dwc3_send_gadget_ep_cmd()
299 saved_config |= DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_send_gadget_ep_cmd()
300 reg &= ~DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_send_gadget_ep_cmd()
H A Dcore.h272 #define DWC3_GUSB2PHYCFG_SUSPHY BIT(6) macro
/kernel/linux/linux-6.6/drivers/usb/dwc3/
H A Dulpi.c37 if (reg & DWC3_GUSB2PHYCFG_SUSPHY) in dwc3_ulpi_busyloop()
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 Dcore.c692 * Above 1.94a, it is recommended to set DWC3_GUSB2PHYCFG_SUSPHY to in dwc3_phy_setup()
698 reg |= DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_phy_setup()
706 reg &= ~DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_phy_setup()
709 reg &= ~DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_phy_setup()
1226 reg |= DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_core_init()
2081 DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_suspend_common()
2140 reg &= ~DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_resume_common()
H A Dgadget.c316 if (unlikely(reg & DWC3_GUSB2PHYCFG_SUSPHY)) { in dwc3_send_gadget_ep_cmd()
317 saved_config |= DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_send_gadget_ep_cmd()
318 reg &= ~DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_send_gadget_ep_cmd()
H A Dcore.h289 #define DWC3_GUSB2PHYCFG_SUSPHY BIT(6) macro

Completed in 23 milliseconds