Lines Matching refs:rsts
89 struct reset_control *rsts[PHY_RESET_MAX]; member
257 reset_control_assert(priv->rsts[PHY_POR_RSTN]); in phy_pcie_init()
258 reset_control_assert(priv->rsts[PHY_APB_RSTN]); in phy_pcie_init()
259 reset_control_assert(priv->rsts[PHY_PIPE_RSTN]); in phy_pcie_init()
261 reset_control_deassert(priv->rsts[PHY_POR_RSTN]); in phy_pcie_init()
264 reset_control_deassert(priv->rsts[PHY_APB_RSTN]); in phy_pcie_init()
295 reset_control_deassert(priv->rsts[PHY_PIPE_RSTN]); in phy_pcie_init()
309 reset_control_assert(priv->rsts[OTG_RSTN]); in phy_u3_init()
311 reset_control_deassert(priv->rsts[PHY_POR_RSTN]); in phy_u3_init()
315 reset_control_deassert(priv->rsts[PHY_APB_RSTN]); in phy_u3_init()
368 reset_control_deassert(priv->rsts[PHY_PIPE_RSTN]); in phy_u3_init()
379 reset_control_deassert(priv->rsts[OTG_RSTN]); in phy_u3_init()
450 reset_control_assert(priv->rsts[PHY_GRF_P_RSTN]); in rockchip_combphy_exit()
452 reset_control_deassert(priv->rsts[PHY_GRF_P_RSTN]); in rockchip_combphy_exit()
631 priv->rsts[i] = devm_reset_control_get(dev, get_reset_name(i)); in rockchip_combphy_parse_dt()
632 if (IS_ERR(priv->rsts[i])) { in rockchip_combphy_parse_dt()
635 priv->rsts[i] = NULL; in rockchip_combphy_parse_dt()
674 reset_control_assert(priv->rsts[PHY_POR_RSTN]); in rockchip_combphy_probe()
675 reset_control_assert(priv->rsts[PHY_APB_RSTN]); in rockchip_combphy_probe()
676 reset_control_assert(priv->rsts[PHY_PIPE_RSTN]); in rockchip_combphy_probe()