Lines Matching defs:ti_pipe3
80 struct ti_pipe3 { struct
81 void __iomem *pll_ctrl_base;
82 struct device *dev;
83 struct device *control_dev;
84 struct clk *wkupclk;
85 struct clk *sys_clk;
86 struct clk *refclk;
87 struct clk *div_clk;
88 struct pipe3_dpll_map *dpll_map;
89 struct regmap *dpll_reset_syscon; /* ctrl. reg. acces */
90 unsigned int dpll_reset_reg; /* reg. index within syscon */
114 static inline u32 ti_pipe3_readl(void __iomem *addr, unsigned offset) in ti_pipe3_readl() argument