Searched defs:xpsgtr_dev (Results 1 – 1 of 1) sorted by relevance
215 struct xpsgtr_dev { struct216 struct device *dev;217 void __iomem *serdes;218 void __iomem *siou;219 struct mutex gtr_mutex; /* mutex for locking */220 struct xpsgtr_phy phys[NUM_LANES];221 const struct xpsgtr_ssc *refclk_sscs[NUM_LANES];222 bool tx_term_fix;223 unsigned int saved_icm_cfg0;224 unsigned int saved_icm_cfg1;