Home
last modified time | relevance | path

Searched refs:USB2_OTG_PHY (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/usb/dwc3/
H A Ddwc3-meson-g12a.c98 USB2_OTG_PHY, enumerator
161 if (i == USB2_OTG_PHY) { in dwc3_meson_g12a_usb2_init()
267 if (!priv->phys[USB2_OTG_PHY].dev) in dwc3_meson_g12a_force_mode()
288 dwc3_meson_g12a_usb2_set_mode(priv, USB2_OTG_PHY, mode); in dwc3_meson_g12a_force_mode()
/OK3568_Linux_fs/kernel/drivers/usb/dwc3/
H A Ddwc3-meson-g12a.c102 #define USB2_OTG_PHY 1 macro
283 (i == USB2_OTG_PHY) ? PHY_MODE_USB_DEVICE in dwc3_meson_gxl_usb2_init_phy()
310 if (priv->drvdata->otg_switch_supported && i == USB2_OTG_PHY) { in dwc3_meson_g12a_usb2_init_phy()
388 BIT(USB2_OTG_PHY))); in dwc3_meson_g12a_usb_otg_apply_mode()
493 if (!priv->drvdata->otg_switch_supported || !priv->phys[USB2_OTG_PHY]) in dwc3_meson_g12a_otg_mode_set()
512 ret = priv->drvdata->set_phy_mode(priv, USB2_OTG_PHY, mode); in dwc3_meson_g12a_otg_mode_set()
696 ret = priv->drvdata->set_phy_mode(priv, USB2_OTG_PHY, in dwc3_meson_gxl_usb_post_init()