Lines Matching defs:qmp_combo
1659 struct qmp_combo { struct
1660 struct device *dev;
1662 const struct qmp_phy_cfg *cfg;
1664 void __iomem *com;
1666 void __iomem *serdes;
1667 void __iomem *tx;
1668 void __iomem *rx;
1669 void __iomem *pcs;
1670 void __iomem *tx2;
1671 void __iomem *rx2;
1672 void __iomem *pcs_misc;
1673 void __iomem *pcs_usb;
1675 void __iomem *dp_serdes;
1676 void __iomem *dp_tx;
1677 void __iomem *dp_tx2;
1678 void __iomem *dp_dp_phy;
1680 struct clk *pipe_clk;
1681 struct clk_bulk_data *clks;
1682 int num_clks;
1706 static void qmp_v3_dp_aux_init(struct qmp_combo *qmp); argument