Home
last modified time | relevance | path

Searched refs:pipe_grf (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/phy/
H A Dphy-rockchip-snps-pcie3.c53 struct regmap *pipe_grf; member
139 regmap_write(priv->pipe_grf, PHP_GRF_PCIESEL_CON, in rockchip_p3phy_rk3588_init()
249 priv->pipe_grf = NULL; in rockchip_p3phy_probe()
254 priv->pipe_grf = syscon_get_regmap(syscon); in rockchip_p3phy_probe()
255 if (IS_ERR(priv->pipe_grf)) in rockchip_p3phy_probe()
H A Dphy-rockchip-naneng-combphy.c83 struct regmap *pipe_grf; member
145 ret = param_write(priv->pipe_grf, &cfg->u3otg0_port_en, false); in rockchip_combphy_usb3_init()
148 param_write(priv->pipe_grf, &cfg->u3otg1_port_en, false); in rockchip_combphy_usb3_init()
155 param_write(priv->pipe_grf, &cfg->u3otg0_clamp_dis, true); in rockchip_combphy_usb3_init()
355 priv->pipe_grf = syscon_get_regmap(syscon); in rockchip_combphy_parse_dt()
378 regmap_write(priv->pipe_grf, vals[0], in rockchip_combphy_parse_dt()
711 param_write(priv->pipe_grf, &cfg->pipe_con0_for_sata, true); in rk3568_combphy_cfg()
714 param_write(priv->pipe_grf, &cfg->pipe_xpcs_phy_ready, true); in rk3568_combphy_cfg()
720 param_write(priv->pipe_grf, &cfg->pipe_xpcs_phy_ready, true); in rk3568_combphy_cfg()
853 param_write(priv->pipe_grf, &cfg->pipe_con0_for_sata, true); in rk3588_combphy_cfg()
[all …]