Lines Matching defs:ti_pipe3
77 struct ti_pipe3 { struct
78 void __iomem *pll_ctrl_base;
79 struct device *dev;
80 struct device *control_dev;
81 struct clk *wkupclk;
82 struct clk *sys_clk;
83 struct clk *refclk;
84 struct clk *div_clk;
85 struct pipe3_dpll_map *dpll_map;
86 bool enabled;
87 spinlock_t lock; /* serialize clock enable/disable */
112 static inline u32 ti_pipe3_readl(void __iomem *addr, unsigned offset) in ti_pipe3_readl() argument