Searched defs:ti_clk_ll_ops (Results 1 – 2 of 2) sorted by relevance
226 struct ti_clk_ll_ops { struct227 u32 (*clk_readl)(void __iomem *reg);228 void (*clk_writel)(u32 val, void __iomem *reg);229 int (*clkdm_clk_enable)(struct clockdomain *clkdm, struct clk *clk);230 int (*clkdm_clk_disable)(struct clockdomain *clkdm,255 int ti_clk_setup_ll_ops(struct ti_clk_ll_ops *ops); argument
33 struct ti_clk_ll_ops *ti_clk_ll_ops; variable