Searched refs:p30phy (Results 1 – 2 of 2) sorted by relevance
48 struct reset_control *p30phy; member107 reset_control_deassert(priv->p30phy); in rockchip_p3phy_rk3568_init()146 reset_control_deassert(priv->p30phy); in rockchip_p3phy_rk3588_init()177 reset_control_assert(priv->p30phy); in rochchip_p3phy_init()193 reset_control_assert(priv->p30phy); in rochchip_p3phy_exit()269 priv->p30phy = devm_reset_control_get(dev, "phy"); in rockchip_p3phy_probe()270 if (IS_ERR(priv->p30phy)) { in rockchip_p3phy_probe()272 priv->p30phy = NULL; in rockchip_p3phy_probe()
54 struct reset_ctl p30phy; member89 reset_deassert(&priv->p30phy); in rockchip_p3phy_rk3568_init()168 reset_deassert(&priv->p30phy); in rockchip_p3phy_rk3588_init()189 reset_assert(&priv->p30phy); in rochchip_p3phy_init()209 reset_assert(&priv->p30phy); in rochchip_p3phy_exit()262 ret = reset_get_by_name(dev, "phy", &priv->p30phy); in rockchip_p3phy_probe()