Home
last modified time | relevance | path

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

/openbmc/linux/drivers/phy/microchip/
H A Dsparx5_serdes.c940 cmu_tgt = sdx5_inst_get(priv, TARGET_SD_CMU, cmu_idx); in sparx5_cmu_apply_cfg()
941 cmu_cfg_tgt = sdx5_inst_get(priv, TARGET_SD_CMU_CFG, cmu_idx); in sparx5_cmu_apply_cfg()
1059 cmu_tgt = sdx5_inst_get(priv, TARGET_SD_CMU, cmu_idx); in sparx5_cmu_cfg()
1060 cmu_cfg_tgt = sdx5_inst_get(priv, TARGET_SD_CMU_CFG, cmu_idx); in sparx5_cmu_cfg()
1105 cmu_inst = sdx5_inst_get(priv, TARGET_SD_CMU, i); in sparx5_serdes_cmu_power_off()
1106 cmu_cfg_inst = sdx5_inst_get(priv, TARGET_SD_CMU_CFG, i); in sparx5_serdes_cmu_power_off()
1659 sd_inst = sdx5_inst_get(priv, TARGET_SD6G_LANE, sd_index); in sparx5_sd10g28_apply_params()
1661 sd_inst = sdx5_inst_get(priv, TARGET_SD10G_LANE, sd_index); in sparx5_sd10g28_apply_params()
2137 sd_inst = sdx5_inst_get(priv, TARGET_SD6G_LANE, macro->stpidx); in sparx5_serdes_power_save()
2139 sd_inst = sdx5_inst_get(priv, TARGET_SD10G_LANE, macro->stpidx); in sparx5_serdes_power_save()
[all …]
H A Dsparx5_serdes.h117 static inline void __iomem *sdx5_inst_get(struct sparx5_serdes_private *priv, in sdx5_inst_get() function