Lines Matching defs:cdns_torrent_phy
258 struct cdns_torrent_phy { struct
259 void __iomem *base; /* DPTX registers base */
260 void __iomem *sd_base; /* SD0801 registers base */
261 u32 max_bit_rate; /* Maximum link bit rate to use (in Mbps) */
262 struct reset_control *phy_rst;
263 struct reset_control *apb_rst;
264 struct device *dev;
265 struct clk *clk;
266 unsigned long ref_clk_rate;
267 struct cdns_torrent_inst phys[MAX_NUM_LANES];
291 static int cdns_torrent_phy_init(struct phy *phy); argument
293 static int cdns_torrent_dp_run(struct cdns_torrent_phy *cdns_phy, argument