Searched refs:property_enable (Results 1 - 3 of 3) sorted by relevance

/u-boot/drivers/usb/phy/
H A Drockchip_usb2_phy.c64 static void property_enable(struct dwc2_plat_otg_data *pdata, function
100 property_enable(pdata, &phy_cfg->soft_con, false);
103 property_enable(pdata, &phy_cfg->port_reset, true);
105 property_enable(pdata, &phy_cfg->port_reset, false);
115 property_enable(pdata, &phy_cfg->soft_con, true);
117 property_enable(pdata, &phy_cfg->suspend, true);
/u-boot/drivers/phy/rockchip/
H A Dphy-rockchip-inno-usb2.c52 static inline int property_enable(struct regmap *base, function
101 property_enable(priv->reg_base, &port_cfg->phy_sus, false);
115 property_enable(priv->reg_base, &port_cfg->phy_sus, true);
194 property_enable(priv->reg_base, &phy_cfg->clkout_ctl, true);
216 property_enable(priv->reg_base, &phy_cfg->clkout_ctl, false);
H A Dphy-rockchip-typec.c376 static inline int property_enable(struct rockchip_tcphy *priv, function
477 property_enable(priv, &cfg->typec_conn_dir, 0);
536 property_enable(priv, &cfg->usb3tousb2_en, value);
537 property_enable(priv, &cfg->usb3_host_disable, value);
538 property_enable(priv, &cfg->usb3_host_port, !value);
622 property_enable(priv, &cfg->external_psm, 1);
623 property_enable(priv, &cfg->usb3tousb2_en, 0);

Completed in 50 milliseconds