Searched defs:cdns_sierra_phy (Results 1 – 2 of 2) sorted by relevance
187 struct cdns_sierra_phy { struct188 struct device *dev;189 struct regmap *regmap;190 struct cdns_sierra_data *init_data;191 struct cdns_sierra_inst phys[SIERRA_MAX_LANES];192 struct reset_control *phy_rst;193 struct reset_control *apb_rst;194 struct regmap *regmap_lane_cdb[SIERRA_MAX_LANES];195 struct regmap *regmap_phy_config_ctrl;196 struct regmap *regmap_common_cdb;[all …]
381 struct cdns_sierra_phy { struct382 struct device *dev;383 const struct cdns_sierra_data *init_data;384 struct cdns_sierra_inst phys[SIERRA_MAX_LANES];385 struct reset_control *phy_rst;386 struct reset_control *apb_rst;387 struct regmap *regmap_lane_cdb[SIERRA_MAX_LANES];388 struct regmap *regmap_phy_pcs_common_cdb;389 struct regmap *regmap_phy_pcs_lane_cdb[SIERRA_MAX_LANES];390 struct regmap *regmap_phy_pma_common_cdb;[all …]