Lines Matching defs:qmp_ufs
1120 struct qmp_ufs { struct
1121 struct device *dev;
1123 const struct qmp_phy_cfg *cfg;
1125 void __iomem *serdes;
1126 void __iomem *pcs;
1127 void __iomem *pcs_misc;
1128 void __iomem *tx;
1129 void __iomem *rx;
1130 void __iomem *tx2;
1131 void __iomem *rx2;
1133 struct clk_bulk_data *clks;
1134 int num_clks;
1135 struct regulator_bulk_data *vregs;
1136 struct reset_control *ufs_reset;
1138 struct phy *phy;
1139 u32 mode;
1140 u32 submode;