Lines Matching defs:qmp_usb
522 struct qmp_usb { struct
523 struct device *dev;
525 const struct qmp_phy_cfg *cfg;
527 void __iomem *serdes;
528 void __iomem *pcs;
529 void __iomem *pcs_misc;
530 void __iomem *pcs_usb;
531 void __iomem *tx;
532 void __iomem *rx;
533 void __iomem *tx2;
534 void __iomem *rx2;
536 void __iomem *dp_com;
538 struct clk *pipe_clk;
539 struct clk_bulk_data *clks;
540 struct reset_control_bulk_data *resets;
541 struct regulator_bulk_data *vregs;
543 enum phy_mode mode;
545 struct phy *phy;
547 struct clk_fixed_rate pipe_clk_fixed;