Lines Matching defs:qmp_usb
1488 struct qmp_usb { struct
1489 struct device *dev;
1491 const struct qmp_phy_cfg *cfg;
1493 void __iomem *serdes;
1494 void __iomem *pcs;
1495 void __iomem *pcs_misc;
1496 void __iomem *pcs_usb;
1497 void __iomem *tx;
1498 void __iomem *rx;
1499 void __iomem *tx2;
1500 void __iomem *rx2;
1502 struct clk *pipe_clk;
1503 struct clk_bulk_data *clks;
1504 int num_clks;
1505 int num_resets;
1506 struct reset_control_bulk_data *resets;
1507 struct regulator_bulk_data *vregs;
1509 enum phy_mode mode;
1511 struct phy *phy;
1513 struct clk_fixed_rate pipe_clk_fixed;