Searched refs:pipe_grf (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/phy/ |
| H A D | phy-rockchip-snps-pcie3.c | 53 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 D | phy-rockchip-naneng-combphy.c | 78 struct regmap *pipe_grf; member 254 priv->pipe_grf = syscon_get_regmap(syscon); in rockchip_combphy_parse_dt() 277 regmap_write(priv->pipe_grf, vals[0], in rockchip_combphy_parse_dt() 578 param_write(priv->pipe_grf, &cfg->pipe_con0_for_sata, true); in rk3568_combphy_cfg() 581 param_write(priv->pipe_grf, &cfg->pipe_xpcs_phy_ready, true); in rk3568_combphy_cfg() 587 param_write(priv->pipe_grf, &cfg->pipe_xpcs_phy_ready, true); in rk3568_combphy_cfg() 717 param_write(priv->pipe_grf, &cfg->pipe_con0_for_sata, true); in rk3588_combphy_cfg() 718 param_write(priv->pipe_grf, &cfg->pipe_con1_for_sata, true); in rk3588_combphy_cfg()
|
| /OK3568_Linux_fs/kernel/drivers/phy/rockchip/ |
| H A D | phy-rockchip-snps-pcie3.c | 47 struct regmap *pipe_grf; member 237 priv->pipe_grf = syscon_regmap_lookup_by_phandle(dev->of_node, in rockchip_p3phy_probe() 239 if (IS_ERR(priv->pipe_grf)) in rockchip_p3phy_probe() 256 if (!IS_ERR(priv->pipe_grf)) { in rockchip_p3phy_probe() 259 regmap_write(priv->pipe_grf, PHP_GRF_PCIESEL_CON, in rockchip_p3phy_probe()
|
| H A D | phy-rockchip-naneng-combphy.c | 84 struct regmap *pipe_grf; member 162 ret = param_write(priv->pipe_grf, &phy_cfg->grfcfg->u3otg0_port_en, in rockchip_combphy_usb3_init() 166 ret = param_write(priv->pipe_grf, &phy_cfg->grfcfg->u3otg1_port_en, in rockchip_combphy_usb3_init() 328 priv->pipe_grf = syscon_regmap_lookup_by_phandle(dev->of_node, in rockchip_combphy_parse_dt() 330 if (IS_ERR(priv->pipe_grf)) { in rockchip_combphy_parse_dt() 332 return PTR_ERR(priv->pipe_grf); in rockchip_combphy_parse_dt() 343 param_write(priv->pipe_grf, &phy_cfg->grfcfg->u3otg0_port_en, in rockchip_combphy_parse_dt() 346 param_write(priv->pipe_grf, &phy_cfg->grfcfg->u3otg1_port_en, in rockchip_combphy_parse_dt() 351 param_write(priv->pipe_grf, &phy_cfg->grfcfg->pipe_sgmii_mac_sel, in rockchip_combphy_parse_dt() 356 regmap_write(priv->pipe_grf, vals[0], in rockchip_combphy_parse_dt() [all …]
|