Home
last modified time | relevance | path

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

/openbmc/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.c121 reg |= DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_enable_susphy()
123 reg &= ~DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_enable_susphy()
730 * DWC3_GUSB2PHYCFG_SUSPHY to '0' during coreConsultant configuration. in dwc3_phy_setup()
737 reg &= ~DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_phy_setup()
2123 DWC3_GUSB2PHYCFG_SUSPHY) || in dwc3_suspend_common()
2153 DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_suspend_common()
2209 reg &= ~DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_resume_common()
H A Dcore.h289 #define DWC3_GUSB2PHYCFG_SUSPHY BIT(6) macro
H A 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()
/openbmc/u-boot/drivers/usb/host/
H A Dxhci-rockchip.c89 reg &= ~DWC3_GUSB2PHYCFG_SUSPHY; in rockchip_dwc3_phy_setup()
/openbmc/u-boot/include/linux/usb/
H A Ddwc3.h184 #define DWC3_GUSB2PHYCFG_SUSPHY (1 << 6) macro
/openbmc/u-boot/drivers/usb/dwc3/
H A Dcore.c389 reg |= DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_phy_setup()
392 reg &= ~DWC3_GUSB2PHYCFG_SUSPHY; in dwc3_phy_setup()
H A Dcore.h164 #define DWC3_GUSB2PHYCFG_SUSPHY (1 << 6) macro