Lines Matching defs:ti_pipe3
164 struct ti_pipe3 { struct
165 void __iomem *pll_ctrl_base;
166 void __iomem *phy_rx;
167 void __iomem *phy_tx;
168 struct device *dev;
169 struct device *control_dev;
170 struct clk *wkupclk;
171 struct clk *sys_clk;
172 struct clk *refclk;
173 struct clk *div_clk;
174 struct pipe3_dpll_map *dpll_map;
175 struct regmap *phy_power_syscon; /* ctrl. reg. acces */
176 struct regmap *pcs_syscon; /* ctrl. reg. acces */
177 struct regmap *dpll_reset_syscon; /* ctrl. reg. acces */
178 unsigned int dpll_reset_reg; /* reg. index within syscon */
179 unsigned int power_reg; /* power reg. index within syscon */
180 unsigned int pcie_pcs_reg; /* pcs reg. index in syscon */
181 bool sata_refclk_enabled;
182 enum pipe3_mode mode;
183 struct pipe3_settings settings;