Lines Matching defs:qmp_pcie
2276 struct qmp_pcie { struct
2277 struct device *dev;
2279 const struct qmp_phy_cfg *cfg;
2280 bool tcsr_4ln_config;
2282 void __iomem *serdes;
2283 void __iomem *pcs;
2284 void __iomem *pcs_misc;
2285 void __iomem *tx;
2286 void __iomem *rx;
2287 void __iomem *tx2;
2288 void __iomem *rx2;
2289 void __iomem *ln_shrd;
2291 void __iomem *port_b;
2293 struct clk_bulk_data *clks;
2294 struct clk_bulk_data pipe_clks[2];
2295 int num_pipe_clks;
2297 struct reset_control_bulk_data *resets;
2298 struct reset_control *nocsr_reset;
2299 struct regulator_bulk_data *vregs;
2301 struct phy *phy;
2302 int mode;
2304 struct clk_fixed_rate pipe_clk_fixed;