Searched defs:cdns_torrent_phy (Results 1 – 2 of 2) sorted by relevance
258 struct cdns_torrent_phy { struct259 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];[all …]
349 struct cdns_torrent_phy { struct350 void __iomem *base; /* DPTX registers base */351 void __iomem *sd_base; /* SD0801 registers base */352 u32 max_bit_rate; /* Maximum link bit rate to use (in Mbps) */353 u32 dp_pll;354 struct reset_control *phy_rst;355 struct reset_control *apb_rst;356 struct device *dev;357 struct clk *clk;358 enum cdns_torrent_ref_clk ref_clk_rate;[all …]