Home
last modified time | relevance | path

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

/u-boot/drivers/usb/phy/
A Drockchip_usb2_phy.c64 static void property_enable(struct dwc2_plat_otg_data *pdata, in property_enable() function
100 property_enable(pdata, &phy_cfg->soft_con, false); in otg_phy_init()
103 property_enable(pdata, &phy_cfg->port_reset, true); in otg_phy_init()
105 property_enable(pdata, &phy_cfg->port_reset, false); in otg_phy_init()
115 property_enable(pdata, &phy_cfg->soft_con, true); in otg_phy_off()
117 property_enable(pdata, &phy_cfg->suspend, true); in otg_phy_off()
/u-boot/drivers/phy/rockchip/
A Dphy-rockchip-inno-usb2.c69 static inline int property_enable(void *reg_base, in property_enable() function
109 property_enable(priv->reg_base, &port_cfg->phy_sus, false); in rockchip_usb2phy_power_on()
123 property_enable(priv->reg_base, &port_cfg->phy_sus, true); in rockchip_usb2phy_power_off()
142 property_enable(priv->reg_base, &port_cfg->bvalid_det_clr, true); in rockchip_usb2phy_init()
143 property_enable(priv->reg_base, &port_cfg->bvalid_det_en, true); in rockchip_usb2phy_init()
145 property_enable(priv->reg_base, &port_cfg->bvalid_det_clr, true); in rockchip_usb2phy_init()
146 property_enable(priv->reg_base, &port_cfg->bvalid_det_en, true); in rockchip_usb2phy_init()
211 property_enable(priv->reg_base, &phy_cfg->clkout_ctl, true); in rockchip_usb2phy_clk_enable()
233 property_enable(priv->reg_base, &phy_cfg->clkout_ctl, false); in rockchip_usb2phy_clk_disable()
A Dphy-rockchip-typec.c376 static inline int property_enable(struct rockchip_tcphy *priv, in property_enable() function
477 property_enable(priv, &cfg->typec_conn_dir, 0); in rockchip_tcphy_init()
536 property_enable(priv, &cfg->usb3tousb2_en, value); in tcphy_cfg_usb3_to_usb2_only()
537 property_enable(priv, &cfg->usb3_host_disable, value); in tcphy_cfg_usb3_to_usb2_only()
538 property_enable(priv, &cfg->usb3_host_port, !value); in tcphy_cfg_usb3_to_usb2_only()
622 property_enable(priv, &cfg->external_psm, 1); in rockchip_tcphy_pre_init()
623 property_enable(priv, &cfg->usb3tousb2_en, 0); in rockchip_tcphy_pre_init()

Completed in 13 milliseconds