Lines Matching refs:phy_grf
52 struct regmap *phy_grf; member
74 regmap_write(priv->phy_grf, GRF_PCIE30PHY_RK3568_CON9, in rockchip_p3phy_rk3568_init()
79 regmap_write(priv->phy_grf, GRF_PCIE30PHY_RK3568_CON6, in rockchip_p3phy_rk3568_init()
81 regmap_write(priv->phy_grf, GRF_PCIE30PHY_RK3568_CON1, in rockchip_p3phy_rk3568_init()
85 regmap_write(priv->phy_grf, GRF_PCIE30PHY_RK3568_CON4, in rockchip_p3phy_rk3568_init()
87 regmap_write(priv->phy_grf, GRF_PCIE30PHY_RK3568_CON4, in rockchip_p3phy_rk3568_init()
91 ret = regmap_read_poll_timeout(priv->phy_grf, in rockchip_p3phy_rk3568_init()
101 regmap_write(priv->phy_grf, GRF_PCIE30PHY_RK3568_CON9, in rockchip_p3phy_rk3568_init()
106 regmap_write(priv->phy_grf, GRF_PCIE30PHY_RK3568_CON9, in rockchip_p3phy_rk3568_init()
108 regmap_write(priv->phy_grf, GRF_PCIE30PHY_RK3568_CON4, in rockchip_p3phy_rk3568_init()
126 regmap_write(priv->phy_grf, RK3588_PCIE3PHY_GRF_CMN_CON0, in rockchip_p3phy_rk3588_init()
133 regmap_write(priv->phy_grf, RK3588_PCIE3PHY_GRF_CMN_CON0, in rockchip_p3phy_rk3588_init()
144 regmap_read(priv->phy_grf, RK3588_PCIE3PHY_GRF_PHY0_STATUS1, ®); in rockchip_p3phy_rk3588_init()
157 regmap_read(priv->phy_grf, RK3588_PCIE3PHY_GRF_PHY1_STATUS1, ®); in rockchip_p3phy_rk3588_init()
237 priv->phy_grf = syscon_get_regmap(syscon); in rockchip_p3phy_probe()
238 if (IS_ERR(priv->phy_grf)) { in rockchip_p3phy_probe()
240 return PTR_ERR(priv->phy_grf); in rockchip_p3phy_probe()
243 dev_dbg(priv->dev, "phy_grf is 0x%llx\n", priv->phy_grf->base); in rockchip_p3phy_probe()