Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/dwc3/
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()