Searched defs:cdns_torrent_phy (Results 1 – 1 of 1) sorted by relevance
310 struct cdns_torrent_phy { struct311 void __iomem *base; /* DPTX registers base */312 void __iomem *sd_base; /* SD0801 registers base */313 u32 max_bit_rate; /* Maximum link bit rate to use (in Mbps) */314 struct reset_control *phy_rst;315 struct reset_control *apb_rst;316 struct device *dev;317 struct clk *clk;318 enum cdns_torrent_ref_clk ref_clk_rate;319 struct cdns_torrent_inst phys[MAX_NUM_LANES];[all …]