Searched defs:cdns_sierra_phy (Results 1 – 1 of 1) 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 …]